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
Akhter HUssain
720
1.3k
101.9k
Edit Row selected in gridview ,dropdown value get changed.
Sep 5 2019 4:12 AM
i am editing row from gridview ,then section column value get change in Popup window ,here is image for your consideration.
i want same value which exit in row section column ,in popup window .
here is my c# code ..for edit row
protected
void
Edit(
object
sender, EventArgs e)
{
using
(GridViewRow row = (GridViewRow)((LinkButton)sender).Parent.Parent)
{
txtEmpID.ReadOnly =
true
;
txtEmpID.Text = row.Cells[0].Text;
txtEmpName.Text = row.Cells[1].Text;
txtFahterName.Text = row.Cells[2].Text;
ddlSecID.SelectedItem.Value = row.Cells[3].Text;
popup.Show();
}
}
Reply
Answers (
2
)
c sharp with socket programming
i have mysql database script nees to run in sql server