WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.
Answer Posted / rashmi
In server controls processing would be done at server side
but in html controls would be made to client side only.
| Is This Answer Correct ? | 42 Yes | 8 No |
Post New Answer View All Answers
What is difference between rest and soap?
What is the default authentication mode for asp.net?
How does session work in asp net?
What is the difference between custom web user control and a custom web server control?
What is a multilingual website?
Where is session cookies stored?
what is the difference between response.write() and response.output.write()?
Where web.config file is used?
How do you do Client-side validation in .Net?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Explain the difference between response.redirect vs server.transfer
What are the advantages of using session?
How does u get record no from 5 to 15 from a dataset of 100 records?
How would you enable impersonation in the web.config file?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?