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
sanjay jadam
NA
6
0
GridView
Oct 4 2005 8:13 AM
Hi to all,
I am working on ASP.Net 2.0
I have one datatable, which i create dynamically on click on one button.
Columns name of that datatable changes according to date, that user select from datetime picker.
Eg:
Suppose user select 10/04/2005
then datatable column name generated like
Mon 10/03/2005 Tues 10/04/2005 Wed 10/05/2005 and so on upto a whole week.
i want to bind this datatable with Gridview Control.
I set AutoGeneratedColumns = "False" of Gridview (As per requirement)
How can i bind this Gridview with that datatable.
using templetes??
Thanks
Reply
Answers (
0
)
GridView Drop down list (Urgent)
sql datasource connection string in ASP.NET 2.0