What is custom control. What is the difference between
custom control and user control?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Explain transparent caching with aop?
Explain the difference between response.redirect vs server.transfer
How dataadapter.fill works?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
How is a session stored and maintained in asp.net?
Explain the server control events of asp.net ?
What are the differences between the response.write() and response.output.write()?
What is difference between Lambda Expression and LINQ in ASP.NET?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Can two web application share a session and application variable ?
5 Answers Satyam, V3 Engineers,
What are the differences between Dataset and DataReader?
What is content place holder?