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
Prakash Vasaikar
NA
73
2.8k
dropdown value not get
Sep 20 2018 5:14 AM
<asp:GridView runat="server" ID="gview" AutoGenerateColumns="false" class="table table-hover" OnRowDataBound="gview_RowDataBound">
<Columns>
<asp:TemplateField HeaderText ="Description">
<ItemTemplate>
<asp:TextBox ID ="txtDescription" Enabled="true" runat="server" Text='<%# Bind("Description") %>' class="form-control w-100"/>
</ItemTemplate>
</asp:TemplateField>
textbox get value right
BUT dropdown value not get so plz help and how to get value in dropdown
<asp:TemplateField HeaderText ="Service Category">
<ItemTemplate>
<asp:DropDownList runat="server" ID="ddlServiceCategory" SelectedValue='<%# Eval("ServiceCateName") %>' class="form-control w-150"></asp:DropDownList>
</ItemTemplate>
</asp:TemplateField>
and fast answer me
</Columns>
</asp:GridView>
Reply
Answers (
5
)
How to get value of GridView BoundField Visible = False
newtonsoft dll in Visual Studio 2005