What method must be overridden in a custom control?
a) The Paint() method
b) The Control_Build() method
c) The Render() method
d) The default constructor
Answer Posted / swapna
The Render() method.
| Is This Answer Correct ? | 52 Yes | 1 No |
Post New Answer View All Answers
Explain difference between dataset and datareader?
Explain the use of duration attribute of @outputcache page directive.
How do you sign out from forms authentication?
What is Web Server Control Templates.?
To add a hyperlink column to the DataGrid which tag is used ?
Why is asp.net so popular?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Define data caching?
Difference between application events and session events
Why is global asax is used?
Can viewstate be accessed in another page?
What is custom events? How to create it?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What kind of data we can store in viewstate?
Define the steps to set up validation control.