Click here to Skip to main content
15,891,597 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a DropDown on whos selected index change another DropDown is binding. Its Working fine when on Local machine and also on Publish.

But when i publish it on client machine taking remote access through a Team viewer.
The DropDown Selection doesnt fires indexchange and hence doesnt postback.

and i also have linkbutton of LogOut on Master Page which also is non responsive when clicked.

Please help

Urgent


Thanks and Regards.
Posted
Updated 21-Dec-11 1:05am
v2
Comments
Ankur\m/ 21-Dec-11 6:00am    
Check for javascript errors. The issue reported is usually caused by this. IE/FF error window will show them. You should also confirm if the page is posting back or not using fiddler or Firebug net tab.
suhailnoorpawane 21-Dec-11 6:27am    
any other solution
nsk_saravana 21-Dec-11 7:13am    
Except these two issues, remainig all events are working fine ?
suhailnoorpawane 21-Dec-11 7:20am    
Yes

1 solution

Hi suhail,
i think, EnableViewState turned off.
For more details with this issue,Go through the following link
DropDownList SelectedIndexChanged not firing[^]
 
Share this answer
 

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