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



What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() m..

Answer / swapna

The Render() method.

Is This Answer Correct ?    52 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


Difference between HTML control and Web Server Control?

4 Answers  


What is server infrastructure?

0 Answers  


Define view state.

0 Answers  


When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?

1 Answers  


How many types of validation are there?

0 Answers  


Tell something about state management in asp.net?

3 Answers   Accenture,


what is the generics and where used generics in your project?

3 Answers   CTC,


What is the request flow used for asp.net mvc framework? : asp.net mvc

0 Answers  


what is loosely coupled solution? How it can be used?

0 Answers   Siebel,


What is custom tag in web.config ?

2 Answers   Accenture, BirlaSoft,


What is the purpose of asp.net?

0 Answers  


Categories