Hello I’m a newbie for ASP.NET
I have a designed html page from another program, I want to convert the html into a asp.net aspx web form using visual web developer.
I have opened the page normally but it’s difficult to move or replace controls in layout page, for example when I move a button, the design of page collapses.
How I can insert button or textbox into a aspx/html on Visual web Developer 2010 without changing the layout of the page?
To convert an html page into aspx page,
Practice will give you perfection in css , styling and HTML.
——————-All should be well————–
If you don’t find any controls in code behind , add [runat=”server”] attribute in markup.
and is an html control and is server control.