|
-
Feb 16th, 2004, 08:31 AM
#1
Thread Starter
Frenzied Member
How to get the value text from linkbutton in datagrid?
I can't get this to work properly (onItemCommand):
[Highlight=VB]
Public Sub SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs)
Response.Write("Text" & e.Item.Cells.Item(0).Text)
End Sub
The text should be the text field property of the linkbutton... which is linked to a database value..
How can I get it??? It doesn't work the way I want
kind regards
Henrik
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|