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
ปรมัตถ์ เจวจินดา
NA
4
895
how to get data from npgsql to dropdownlist c#
Dec 20 2017 4:49 AM
<asp:dropdownlist ID="EndtypeDL" CssClass="form-control" AutoPostBack="true" runat="server" OnSelectedIndexChanged="EndtypeDL_SelectedIndexChanged">
</asp:dropdownlist>
var connString = WebConfigurationManager.AppSettings["ConnectionDB"];
var conDrop = new NpgsqlConnection(connString);
how to next?
thank you
Reply
Answers (
1
)
how to bundle Script Files in mvc
Method To Implement ListBox in Asp.Net MVC ?