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
Abhisek Ghosal
NA
1
2.6k
No overload for method 'Fill' takes 1 arguments
Aug 26 2014 6:01 AM
employeeTableAdapters.statecityselect1TableAdapter xxx = new employeeTableAdapters.statecityselect1TableAdapter();
employee.DataTable1DataTable aaa = new employee.DataTable1DataTable();
xxx.GetData(Convert.ToInt64(Txtpinnum.Text.ToString()));
xxx.Fill(aaa);// Error: No overload for method 'Fill' takes 1 arguments
Reply
Answers (
2
)
paging on gridview not working inside update panel ?
Load more data records on button click in Asp.Net Repeater