Previously I am using ASP, now compare with ASP.NET, people use Web Control for all HTML form elements like textbox, combobox... (example: <asp:text box....>)
What I think is: is it logically this will be slower than I only use normal HTML form elemtns? (example: <input type=text...>) I concern it because speed is very important for web application.
What I think is: is it logically this will be slower than I only use normal HTML form elemtns? (example: <input type=text...>) I concern it because speed is very important for web application.