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
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Get the gridview textbox value on Row Updating Event.
Mukesh Kumar
Nov 24
2015
Code
6.1
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
expand
GridViewRow row = (GridViewRow) grvEmployee.Rows[e.RowIndex];
TextBox textRName = (TextBox) row.Cells[1].Controls[0];
string
empName = txtEmployee.Text;
Asp.Net
gridview