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 are sql joins?

0 Answers  


What are the differences between code behind and code inline?

0 Answers  


What do you understand by aggregate dependency?

0 Answers   MindCracker,


How to Open any web page by clicking any Any ASPControl like (Checkbox,radio button or Button) without calling its event and without going to Siverside code?

5 Answers   LG Soft,


hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.

4 Answers   Lambent,


I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?

1 Answers  


what cut off mark for po's,what questions they asked for interview?

0 Answers  


Is asp.net core faster?

0 Answers  


Can a master page have more than one contentplaceholder?

0 Answers  


What is the use of The Page.Master Property?

1 Answers  


What are the Difference between asp.net and asp ?

0 Answers  


Name the validation control available in asp.net ?

1 Answers  


Categories