Webforms does not dissplay in web browser
I created a simple asp web application in VB.NET. My problem is that the application just display the html controls but not the web form control like the asp dropdownlist or textbox on the browser. Could anyone help me onthis. Do I have to configure anything on my IIS? Yuor help is much appreciated. Thanks :)
Re: Webforms does not dissplay in web browser
Make sure you install asp.net version 2 as i had that when i was on .net framework version 1.1 , hope that helps :bigyello:
Re: Webforms does not dissplay in web browser
Thanks!!! its working! :)
Re: Webforms does not dissplay in web browser
Re: Webforms does not dissplay in web browser
Unless you have any further questions please use the "Mark Thread Resolved" option from the Thread Tools menu above the first post. Thanks!
Re: Webforms does not dissplay in web browser
If he was working on the 1.1 framework, then installing 2.0 is an appalling solution. Extra software for something so simple is... :sick:
I think a simple aspnet_regiis -i would've done the trick.
Re: Webforms does not dissplay in web browser
Well true, but I just found updating was easier as with the latest version your always benefit from all the latest updates and improvements,so don;'t see the harm :ehh: but I am sure your right in what you say, just trying to help :blush: :thumb: