TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mayur Gujrathi
409
3.9k
1m
Asp.net rowcommand event
May 11 2011 6:14 AM
I am taking template fielt as follows
<asp:TemplateField>
<ItemTemplate>
<asp:LinkButton ID="LinkAssignButton" runat="server"
CommandName="Assign"
Text="Take" Visible="true">
</asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
and on row command event how to get gridview whole row value of all cells in it in different variable
//in code behind rowcommand event
Dim _NameOfCommand As String = e.CommandName
If _NameOfCommand = "Assign" Then
Response.Write("done")
End If
Reply
Answers (
2
)
Crystal report Caption problem
compare URL