Displaying asp.net control on an html Page.
-
I have an HTML page having lot of images and text. I want to create an .aspx page having the same interface so i copy pasted the same html code on an .aspx pagein the ASP.Net application.Then i tried putting a dropdownlist and textbox controls on the page but it,s not giving me textbox nor dropdownlist. I am getting a multiline textbox with scrollbars. i have checked the properties...all fine but just dnt knw wats wrong. i have also used runat="server" Wat should i do wen i paste HTML code? Riz
-
I have an HTML page having lot of images and text. I want to create an .aspx page having the same interface so i copy pasted the same html code on an .aspx pagein the ASP.Net application.Then i tried putting a dropdownlist and textbox controls on the page but it,s not giving me textbox nor dropdownlist. I am getting a multiline textbox with scrollbars. i have checked the properties...all fine but just dnt knw wats wrong. i have also used runat="server" Wat should i do wen i paste HTML code? Riz
-
Are you getting any error for that or simply it is not getting displayed?
Best Regards, Apurva Kaushal
-
I have an HTML page having lot of images and text. I want to create an .aspx page having the same interface so i copy pasted the same html code on an .aspx pagein the ASP.Net application.Then i tried putting a dropdownlist and textbox controls on the page but it,s not giving me textbox nor dropdownlist. I am getting a multiline textbox with scrollbars. i have checked the properties...all fine but just dnt knw wats wrong. i have also used runat="server" Wat should i do wen i paste HTML code? Riz
-
I have an HTML page having lot of images and text. I want to create an .aspx page having the same interface so i copy pasted the same html code on an .aspx pagein the ASP.Net application.Then i tried putting a dropdownlist and textbox controls on the page but it,s not giving me textbox nor dropdownlist. I am getting a multiline textbox with scrollbars. i have checked the properties...all fine but just dnt knw wats wrong. i have also used runat="server" Wat should i do wen i paste HTML code? Riz
check the SelectionMode Property of TextBox
Thanks and Regards Sandeep If you want something you never had, do something you have never done!