iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
I have a requirement in my project to use only WebCallOut control if the data in the field is over specified length (more then can fit in the textbox). Otherwise WebCallOut should not be visible. I tried to use serverside .Visible property, txtSiteNameWC.Style.Add("display", "none") but with no luck. Is there a way to control WebCallout visibility or there is any other way to accomplish my requirement?
Thanks in advance.
I think you will need to handle it via client side. In OnShow client side event, handle your validation. If the data field is over specified length, get the element and set the display as none such as, WebCallOut1.GetElement().style.display = "none";
Regards,Handy
Handy,
Thank you, it works for me!
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname