Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am running a asp.net website on my localhost, and i can accessing this website on my localhost. but the problem is when i m selecting value from dropdownlist it is showing page can not be displayed error.
and this error is not generated on specific page, it is random.

Can anybody Please help me out.


Thanks.
Posted
Comments
Sandeep Mewara 11-May-12 8:35am    
You have to add more details. Code snippet related to it? What happens when you DEBUG? Is it on local Visual Studio environment or hosted one?
ahsan.subiya 12-May-12 0:30am    
This is hosted one under IIS

1 solution

What actions you are doing in selected index changed event of dropdownlist?
I think you are redirecting control to different pages in selected_index_changed event. If yes there are different possibilities..
1. Please check the resource (the aspx page) which you are trying to access exist.
2. There might be some exception in that particular page , you are trying to access.

please verify these conditions and get back to us


Regards
Sebastian
 
Share this answer
 
Comments
ahsan.subiya 12-May-12 0:33am    
Sir, when i ms selecting value from dropdown its fill a listview control on the same page.and not redirecting on another page.actually the same website when i m hosting on diffrent machine its not throuing the mention error. i think i m missing some steps during configuring the website under iis or there is some issue in my web.config. please help me out

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