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
Hi,
I have a situtation where i want to make updates to UI once a value from WebCombo is selected.
Example: When i select a value in Webcombo then a flypostback should happen to server, then on server side i set the value of other WebCombo or texbox.
Once i set the values on server then the UI should be updated accordingly.
Also i am using Routing in my forms and want to use FormMode for PostbackType
How you please tell me how can i achieve this?
Thanks,
Huzefa
Hello Huzefa,
We do have a sample that implement this kind of scenario. When you select a value from WebCombo, it will set all values in other controls and update the UI as well.
You can find the sample in here.
Hope this helps.
Thank you.
Hi Martin,
Thanks for the Sample.
Can you please tell me what should be my serviceUrl if i am using Routing in my WebApplication?
Hello,
ServiceUrl is a property where you set the page that has FlyPostBack manager logic.
Therefore, you should set ServiceUrl to the page where you implement FlyPostBack manager.
I am using the WebFlyPostBack manager onto my form as being explained in the sample for which you gave the link.
Now in my senario when i set the Value of WebCombo on FlyPostback and Say DataBind e.g.
protected void cmbPaints_ValueChanged(object sender, ISNet.WebUI.WebCombo.ValueChangedEventArgs e) { txtRed.Text = "#00000"; txtRed.RequiresUIRefresh = true; cmbColor.Value = "4"; cmbColor.RequiresUIRefresh = true; cmbColor.DataBind(); }
The textbox is updated without any problem but the WebCombo's value is not getting Set.
Can you please tell me what could have been the problem?
Huzefa Katwarawala
I will need more time to investigate your issue. I will get back to you as soon as I get the update.
Please kindly check following things in your scenario.
If the issue still persists we would need you to elaborate on your specific scenario and possibly give us a running simple sample and a step-by-step guide that we can use to observe the problematic behavior.
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