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
Sanjay Kumar
NA
5k
4.4m
How to add DropdownList in GridView1
Dec 14 2013 4:40 AM
My
GridView1 this type without
<ItemTemplate>
<
asp
:
GridView
ID
="GridView1"
runat
="server"
DataKeyNames
="EmpId"
AllowPaging
="True"
>
</
asp
:
GridView
>
GridViewUpdateEvent(update)
com.Parameters.AddWithValue("@Status", ((TextBox)GridView1.Rows[e.RowIndex].Cells[2].Controls[0]).Text.ToString());
.Cs
com.Parameters.AddWithValue("@Status", (
(DropDownList)
GridView1.Rows[e.RowIndex].Cells[2].Controls[0]).Text.ToString());
Reply
Answers (
1
)
ASP.net Gridview in the Not updated value
Ajax Call in MVC