In which interface the template of any control like
Gridview would Initiate?

Answers were Sorted based on User's Feedback



In which interface the template of any control like Gridview would Initiate?..

Answer / amit

Iitemtemplate

Is This Answer Correct ?    6 Yes 1 No

In which interface the template of any control like Gridview would Initiate?..

Answer / saikat giri

Gridview implements this four Interfaces:
1.IPostBackContainer,
2.IPostBackEventHandler,
3.ICallbackContainer,
4.ICallbackEventHandler

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What New Features comes with ASP.NET Web API 2.0?

0 Answers  


Explain the difference between debug.write and trace.write? When should each be used?

0 Answers  


What are the Application_Start and Session_Start subroutines used for?

5 Answers   Siebel Systems,


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,


What is Dynamic Web and discuss its usage with the help of real life examples?

0 Answers   Huawei,






How does the regular expression validator work? What are two situations when you might want to use one?

2 Answers  


How Session use Cookies in State Management?

0 Answers  


what is the purpose of update panel control in ajax?

2 Answers   CSC,


How many types of session in asp.net2.0

28 Answers   ABC, DOT, First Europa, HCL, iRely, TCS,


What do you mean by authentication?

0 Answers  


How to store a dataset in a viewstate?

3 Answers   IBM,


can we pass values from one page to another page without redirecting to that page?

6 Answers   Google, Patni, Syntel, Wipro,


Categories