What event fired during, when datagrid click?



What event fired during, when datagrid click?..

Answer / sivaprasad

when datagrid click Defaultly
protected void DataGrid_SelectionIndexchanged(object
sender,Selectionindexchanged Eventargs e)
{
}
this event will fired when we click the datagrid

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the use of sessionstate tag in the web.config file?

2 Answers  


Define data caching?

0 Answers  


How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?

5 Answers   iSoft, TCS,


How long should a session id be?

0 Answers  


Write a code for passing ArrayList in Web API?

0 Answers  


what are the different ASP.NET Application Folders?

1 Answers   Wipro,


what are httphandlers and httpmodules.and their differences.

1 Answers   Siemens,


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

0 Answers   Siebel,


Explain how cookies work. Give an example of cookie abuse.

0 Answers  


What is query string with example?

0 Answers  


What is server side session management?

0 Answers  


What are Authentication and Authorization?

0 Answers  


Categories