What is custom control. What is the difference between
custom control and user control?
Answer Posted / srikanth
Both the custom control and the user control wil be
developed by the user, the only difference is user control
is application specific where are custom control can be
used in any application. We can create a dll for the custom
control and can place it in the toolbox where are for user
control it's not possible it's just an .ascx file as .aspx.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How can we call webservices in Banking Applications? and where we are using it?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What are sql joins?
Can a master page have more than one contentplaceholder?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is the use of the tag in the web.config file?
Define xmlvalidatingreader class.
What is enableviewstate in asp net?
Explain the steps to be followed to use passport authentication.
Explain the difference between server control and html control.
How would ASP and ASP.NET applications run at the same time on the same server?
What are validator? How do you disable them?
Explain what is event bubbling?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What are sessions used for?