Hi all,
I have 2 type of textbox in my ASP.NET
<input type="text" id="txtName" runat="Server">
<asp:textbox ...>
Are this 2 control are same ? I know when i mention runat server it makes the input textbox similar to ASP.net
I want more info. like..
Which one is better ?
Which one is faster ?




Reply With Quote