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
Henrik Mikkelsen
NA
3
5.8k
Show content of radiobuttonlist in a label
Jan 22 2013 8:14 AM
Heey all
i have just startet to learn asp.net and C#
and i have run into a little problem
i have a radiobuttonlist that gets its items from sql,
then i would like to show the item i have selected not the "ID" the "name" it has.
My code
<asp:RadioButtonList ID="RadioButtonList1" runat="server"
DataSourceID="ObjShipping" DataTextField="ShippingMethod"
DataValueField="ShippingMethodID" AutoPostBack="True">
</asp:RadioButtonList>
<asp:ObjectDataSource ID="ObjShipping" runat="server"
OldValuesParameterFormatString="original_{0}" SelectMethod="GetShippingMethod"
TypeName="DataSet1TableAdapters.FL_ShippingMethodTableAdapter">
</asp:ObjectDataSource>
<asp:Label ID="lblShippingMethod" runat="server" Text=""></asp:Label>
Reply
Answers (
1
)
how to invoke .cs file from HTML UI ????
The abstract classes