when we write the html code with runat = server it works
like a server control than why we use the server control?
Answer Posted / mahesh
yes, that's right. we have server controls they provide more advanced properties and functions as compared to built in HTML controls.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How would you get asp.net running in apache web servers? Explain it's limitations.
What is page request in asp.net?
What is a postback ispostback and autopostback in asp net?
What is a runtime version?
What is s2s tracking?
What is preprocessor in .net and type, where it use?
What is the use of placeholder control? Can we see it at runtime?
How may clustered index we can create in table?
What are the different authentication modes in asp.net?
What is session in asp.net?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How you can return View from ASP.NET Web API method?
what is DLL Hell and how it is solved in .NET? please explain clearly??