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
Handy,
My apologies for the delayed response to your suggestion(s). I've tried all the suggestions on my problematic page but still have no resolution. I have worked on a smaller page using the controls and suggestions but cannot duplicate the issues I'm having. The page I'm working on is probably the largest and most complex of the application so there may be a number of factors affecting these controls. I'm going to attempt some other work arounds this weekend. Thanks again for your help and I'll post an update this weekend.
obordigital,
Do you have a sample .cs and .aspx file you can share?
Yes indeed I'm in a table. Do you see issues with this?
The initial ajax postback works fine using :
ddlstate.AspNetAjaxSettings.UpdateControlScripts = true;ddlstate.AspNetAjaxSettings.UpdateControlStyles = true;ddlstate.RequiresUIRefresh =
ddlstate.AspNetAjaxSettings.UpdateControlStyles = true;ddlstate.RequiresUIRefresh =
Same setup for ddlCounty, and ddlCity. The issue starts up when I cascade the dropdowns so that the state selected updates the county, and county selected updates the city dropdown. Once I get to the city level the styles go away on all webcombos.
So the way the page works is:
1. First ajax post back opens the form for entry. Combos using the the properies above remain intact.
2. Seleting a state from the ddlstate web combo (onValueChanged) causes 2nd postback to update the ddlCounty county webcombo. The retrieval works fine, dropdown arrow remains but the font style of the values in the dropdown are now gone.
3. Selecting a county from the ddlCounty webcombo (onvaluechanged) causes the 3rd postback to update the ddlCity city webcombo. This is where all styles go away on all webcombos. I've added the properties above to each postback method also. I'll attempt to recreate with the northwind db that your sample uses.
Michael
Thanks for the reply Handy. I've added the RequiredUIRefesh to each method that is called in my postback (just to catch all) and still having the issue. I'll try to update your sample code and post back for you to investigate further.
Regards,
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