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
chetan tembhre
NA
14
0
Dropdownlist Performance issue while binding more than 15000
Jul 22 2013 10:14 AM
Hello,
While binding more than 15000 rows into dropdownlist then page is hanged up. I am using the mentioned below code for this.
ddlList1.DataSource = ds.Tables[0];
ddlList1.DataTextField = "EmpID";
ddlList1.DataValueField = "EmpName";
ddlList1.DataBind();
Can anyone please help me for trouble out this problem.
Reply
Answers (
3
)
Create dropdown list in excel spread sheet cell Using c#
Help me