Datagrid for typed dataset

Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Jul 2006
Posts: 5
Reputation: chepps is an unknown quantity at this point 
Solved Threads: 0
chepps chepps is offline Offline
Newbie Poster

Datagrid for typed dataset

 
0
  #1
Jul 31st, 2006
Hi,

Iam a new comer.Joined today.Would like to clear one of my doubts.

I have a doubt regarding the columns in datagrid.
Iam using vb.net2005 (win application)
I have a typed dataset, with the column names as that of the database(sql) table fields.i had set a datagrid's datasource to this particular typeddataset.
I have added my own column names to the datagrid and i have set the database field property to the corresponding fields in Database tables.
But while it displays, the grid gives me the columns that i have added as well as columns as that of the typed dataset's filed names.and the first set of columns(added ones) are empty and the the columns which bear the typeddataset's column names have values.
What should be done?
Where i went wrong?
I actually need a datagrid which shows the values in the typeddataset with my own column names and not that of the typed dataset's.
Hope iam clear in expressing my doubt.
Anybody knows where i went wrong, please reply as early as possible.It's very urgent.
Chepps:lol:
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 1,181
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Solved Threads: 67
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: Datagrid for typed dataset

 
0
  #2
Jul 31st, 2006
Asp.Net AutoGenerateColumns attribute in datagrids is on by default, set the attribute to false in the aspx page.

<asp:DataGrid AutoGenerateColumns="False" ...
Last edited by hollystyles; Jul 31st, 2006 at 10:45 am.
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 5
Reputation: chepps is an unknown quantity at this point 
Solved Threads: 0
chepps chepps is offline Offline
Newbie Poster

Re: Datagrid for typed dataset

 
0
  #3
Aug 1st, 2006
Thanks it is working
Chepps:lol:
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC