Have u used webcontrols?Tell me something about these?
Answer Posted / selvaganapathy.k - 3i-infotech
Yes. I have used webcontrols in my application. Which
Numeric textbox . This textbox inherited from the
Mircrosoft framework textbox.
About User Control:
User control is nothing but "Customization of Micrisoft
Control".
When we go for Server control ?
We need the microsoft control with some additional
features which can be used througth the application at this
point of time we are going for server control.
Creation of server control :
We are having the development project in 2.0 and 3.5 with
the following solution names.
2.0 - Web Server Control --> Purly for Web Related controls
3.5 - ASP.NET Server Control --> Purly for Web Related
controls
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What’s the difference between asp.net web forms and asp.net mvc?
Differentiate between authentication and authorization.
What is user control in asp.net?
What is the best Macanism to clear the Cache in asp.net
What is the difference between viewstate and hidden field in asp.net?
What threading model used in asp and asp.net?
How does output caching work in ASP.NET?
How does ASP.NET framework maps client side events to Server side events.?
What is connection pooling and how to enable and disable connection pooling?
Explain in what order a destructors is called.
What does the orientation property do in a menu control?
What is the difference between a candidate key and primary key?
What are all the various Estimation Techniques available ?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What is DataGrid wheater its a Server Control or something else ?