The RowDataBound Event Handler in Gridview.
-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/GridViewEx03.asp[^] Refering to the above link. This might be a stupid question but how should I trigger the RowDataBound, where should I click? Is it just write at the codebehind?
void GridView4_RowDataBound(object sender, GridViewRowEventArgs e) { }
thanks in advance. Much appreciated.
-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/GridViewEx03.asp[^] Refering to the above link. This might be a stupid question but how should I trigger the RowDataBound, where should I click? Is it just write at the codebehind?
void GridView4_RowDataBound(object sender, GridViewRowEventArgs e) { }
thanks in advance. Much appreciated.
Hi, Nothing is a stupid qn. I dont know which version u r using. You can achieve this by, In the Design window, Select the Gridview and goto Properties. In that select Events....and Double Click on the appropiate enent u want from the left side event listing. Hope u got it easily...:)
Regards, Jay
-
Hi, Nothing is a stupid qn. I dont know which version u r using. You can achieve this by, In the Design window, Select the Gridview and goto Properties. In that select Events....and Double Click on the appropiate enent u want from the left side event listing. Hope u got it easily...:)
Regards, Jay
Thanks Jay.:-O
another simple solution