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
Vignesh Kumar
NA
1k
415.9k
Bind column values to dropdownlist
Nov 7 2013 8:29 AM
Hi,
I have a gridview and on top of that I have to add a dropdown list which will fetch column values. Designation is the column name. Also when a value is selected in the dropdownlist only the respective designation values should appear in the grid. Can anyone pls suggest me on this.
<TemplateField>
<ItemTemplate>
<asp:DropDownList ID="ddlSearchGroup" runat="server" onselectedindexchanged="ddlSearchGroup_SelectedIndexChanged">
</asp:DropDownList>
</ItemTemplate>
</TemplateField>
GridView Columns
EMPID Name Designation City
1 a s c
2 b r g
Reply
Answers (
2
)
support hindi font
dropdown inside the repeater