Click here to Skip to main content
15,881,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ASP.NET
<ajax:AjaxPanel ID="ajaxpanel1"  runat="server">
												<asp:DropDownList id="ddlRootCat" runat="server" Width="144px" CssClass="tx" AutoPostBack="True" onselectedindexchanged="ddlRootCat_SelectedIndexChanged">


The abve code is working perfectly in iis 6 with .net version 6.. Now it is not working in iis 7 in windows 2008 r2 machine with iis 7 PLZ HELP
Posted
Updated 3-Sep-12 22:48pm
v2
Comments
Sandeep Mewara 4-Sep-12 4:56am    
Elaborate your issue. What error/behaviour you see.

Too less a content to comment much.
harishbablou88 4-Sep-12 5:18am    
Based on the this dropdown i ill set data for next few feilds on onselectedindexchanged event it is working fine in .net 2 with iis 6 and in 2003 server. We migrate our project to new server 2008 R2 server with iis 7. Now the event is not firing and got error on "Error Console" in firefox as "RBS_Control_Store" not defined
Sandeep Mewara 4-Sep-12 5:23am    
Not sure if the above lines are related to the error you mention!
harishbablou88 4-Sep-12 6:38am    
is any special thing we need to do it for ajax in iis 7
Sandeep Mewara 4-Sep-12 4:59am    
BTW, this 'ajaxpanel', is this forward compatible?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900