Ok ..
Upto now i have been a lowly classic asp runt hence name aspless..
Now i am moving to big boys teritory so should now in theory be asp.netless!!
A little nudge would be great!
I have an
Code:
asp:DetailsView ID="MemberDetailsView"
On selection of
Code:
asp:ButtonField ButtonType="Button" CommandName="ResetPassword"
i want to extract the value from
Code:
asp:BoundField DataField="Surname"
Using
Code:
Sub MemberDetailsView_ItemCommand(ByVal sender AsObject, ByVal e AsDetailsViewCommandEventArgs)
If e.CommandName = "ResetPassword"Then
'create session from DataField="Surname
End If
For ref i am using
VB .. Any assist would be great!
Just can find a *simple example so far!!
Cheers Chaps!!