What is difference between user control and custom control?
Answer / ramubalachandran
User Control is a page file with extension .ascx which can
only be used within a single application. But custom
controls are assemblies(dll files) that can be used in
multiple applications.
Is This Answer Correct ? | 13 Yes | 0 No |
What are sharepoint pages?
How to check the end of the record in Datareader?
What is difference between session and viewstate?
What are the versions of garbage collection?
If i have a page where i create an instance of a dll and without invoking any method can I send values to next page ?
What is postback pixel?
What is Razor View Engine
What is viewstate information stored?
What is the difference between page directive include and action tag include?
write six HTTP request method?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What parameters can you pass in the url of the api? Can get and post use the same url?