Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all

I am working with .htm pages with platform asp.net and language c#.

Because of some requirement i cannot use .aspx file hence using .htm
Now i require to bind my dropdownlist with database and as per selection i want to fill other textbox controls on dropdownlist selectedindexchange(as we do in .aspx).

Please guide me a way to proceed.

Thanks
Posted
Comments
BobJanova 17-Feb-12 9:20am    
If you can't use any active server-side scripting (i.e. .aspx, .php, etc) then you are pretty much screwed, but in that case you aren't using ASP.net at all anyway.

Do you mean that you want to run .htm files through the ASPX processor? If so, that is an IIS configuration setting, but it would be very confusing, so you need to explain your requirement and why it isn't just nonsense.
CRDave1988 18-Feb-12 6:37am    
BobJanova is right. But if u can say ur " requirement " we may help u in some other way

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