In which interface the template of any control like
Gridview would Initiate?
Answer Posted / 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 View All Answers
What is cross page posting? How is it done?
How can you use a custom controls in ASP.NET application?
How does session work?
What is http post action?
What are session and cookies?
Where are session variables stored?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Why is the standalone environment only useful during the development process?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is meant by web application?
How u refer webservices?
What is the difference between session and viewstate?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
How can we prepairing Interview
Can the unique key be null?