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

How can we Validate a Controls in ASP.NET page using JavaScript?

0 Answers   QuestPond,


What is the need to give <compilation debug=true> command ?

3 Answers   Netsweeper,


can we pass coditions in swtich case?

3 Answers  


What is shadowing?

2 Answers   Syntax Softtech,


Difference between abstract class and interface

2 Answers   Fidelity,






What is the difference between viewstate and hidden field in asp.net?

0 Answers  


what is difference between java and .net

11 Answers   Base2 Infotech, Karur Vysya Bank KVB, TATA AIG, TCC,


What is viewstate information stored?

0 Answers  


How do pass data from one layer to another layer in N-tier architecture?

2 Answers  


What data type does the Range Validator control support?

5 Answers  


Why is string called immutable data type?

0 Answers  


What is the difference between session and viewstate?

0 Answers  


Categories