User Profile & Activity

Michael Baker Member
Posted: March 19, 2010 1:04 AM

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.

Posted: March 7, 2010 3:35 PM

obordigital,

Do you have a sample .cs and .aspx file you can share?

Posted: January 24, 2010 10:52 PM

Yes indeed I'm in a table.  Do you see issues with this?

Posted: January 24, 2010 11:37 AM

Handy,

The initial ajax postback works fine using :

ddlstate.AspNetAjaxSettings.UpdateControlScripts = true;

ddlstate.AspNetAjaxSettings.UpdateControlStyles = true;ddlstate.RequiresUIRefresh =

true;

ddlstate.AspNetAjaxSettings.UpdateControlStyles = true;ddlstate.RequiresUIRefresh =

true;ddlstate.RequiresUIRefresh = true;

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

Posted: January 23, 2010 6:20 PM

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,

Michael

All times are GMT -5. The time now is 1:48 AM.
Previous Next