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
Nickson Temu
NA
14
2.5k
Dropdown selector ASP.NET C# Web Forms with Materialize css
Mar 7 2016 12:39 PM
Hi , i am new in ASP.NET Web Forms development , how do you render selector multiple dropdown in ASP.NET Web Forms
Here is my Code below...
<asp:Label ID="lblLanguages" runat="server" Text=" Select Language"></asp:Label>
<br />
<div class="input-group" >
<select>
<asp:DropDownList ID="ddlLanguage" runat="server" CssClass="form-control" DataSourceID="odsLanguages" DataTextField="Name" DataValueField="Id" OnSelectedIndexChanged="ddlLanguages_SelectedIndexChanged"></asp:DropDownList>
<asp:ObjectDataSource ID="odsLanguages" runat="server" SelectMethod="GetLanguageList" TypeName="GIIS.DataLayer.Language"></asp:ObjectDataSource>
</select>
</div>
Reply
Answers (
0
)
How to show database values in order wise using c#
Schema specified is not valid. Error.