Click here to Skip to main content
15,902,908 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in asp.net 3.5 I have created a website which is kept in client computer.In an updatepanel there is a panel(id='panel3') inside which a checkboxlist is situated.two buttons(chkAll and unchkAll) are inside that update panel.In client computer the buttons are working to check or uncheck the list,but when i browse the website from my computer with the fixed ip of the client computer,the page is opened but buttons are not working.Why?
Again the panel3 is set hidden by a javascript function,and the function is called from body onload event in source view.In client computer it is working fine but browsing from my computer panel is visible.

So my main question is why javascript functions are working fine from local computer,but not working when any one browse it?Please help.
Posted
Comments
Sandeep Mewara 28-Apr-12 3:47am    
Different browsers? Some relevant code snippets?

1 solution

First Check the browser issue. both browser and its version are same or not.
May be its trigger problem but you told that its working on local computer. So there is no trigger issue.
Try your code in browser compatible view.

Second if You had use Ajaxtoolkit install it on remote IIS. Then check it
 
Share this answer
 
v2
Comments
souvikcode 28-Apr-12 12:06pm    
client browser is IE,my browser is chrome.but the website is running good in chrome for local browsing.Problem is created for remote browsing.I have not used ajax toolkit
MacParekh 30-Apr-12 4:54am    
Try on IE. then tell me what happen.

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