开发者

datagrid property window not showing the row related things(means rowcommand,rowdatabound...)Why?

Iam using vb 2005,sqlserver 2005,vb.net web application

in my datagrid properties window not showing the rowcommand..

I need create r开发者_Go百科ow command/..

Why its not showing?


The designer sometimes misses it, don't know why but you can manually type it in.

ASP.Net:

<asp:GridView OnRowCommand="ProductsGridView_RowCommand" />

CODE BEHIND:

Sub ProductsGridView_RowCommand(ByVal sender As Object, ByVal e As GridViewCommandEventArgs)

End Sub
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜