What is custom control. What is the difference between
custom control and user control?
Answer Posted / venkat
User Control is for only for that Perticular Application
and Profer GUI u can see at Runtime ,We can not add this
one to Tool box
Custom Control is a third Party vendor, it is not for
perticular application ,proper GUI u can see at design
time ,we can add this to tool box.Eg.. Date Picker..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How dataadapter.fill works?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
what is the difference between response.write() and response.output.write()?
What is data control in asp.net?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is the default authentication mode for asp.net?
Explain the difference between array and linkedlist?
How does cookies work in asp net?
What is x xss protection?
is gateway for sms continue connected for sending sms.how?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Can you dynamically assign a Master Page?
What's the use of response.output.write()?
How do u deploy your asp.net application?