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
Safeer Safeer
NA
201
37.9k
combofill error
Aug 22 2013 6:53 AM
Error : 1 Method must have a return type
public cmbsfill()
{
classsp spclass=new classsp();
ddlsclass.DataSource=spclass.ClassViewall();
ddlsclass.DataValueField="classId";
ddlsclass.DataTextField="className";
ddlsclass.DataBind();
ddlsclass.Items.Insert(0,"--Select--");
}
Reply
Answers (
12
)
errorr
Data bindin error..