Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - DataGrid header question

 
Thread Tools Search this Thread
Old 05-17-2006, 05:53 PM   #1
Default DataGrid header question


I have created many screens which all have a DataGrid and a set of buttons.
I decided to attempt to create a user control which would contail a DataGrid
and this set of buttons. However, the DataGrid functions dirrerently in the
user control then when I put the DataGrid directly on the form.

In both cases the dataset contains only one table. When the DataGrid is
directly on the form it imediately shows the data. But when I use the user
control it appears blank with a + sign. When you click on the + sign it then
shows the table name. When you click on the table name you then get the data.


I've gotten around those two problems by adding
Me.uCtrl.DataGrid.Expand(-1)
Me.uCtrl.DataGrid.NavigateTo(0, "ServObj")

However, I'm getting a header of "NewDataSet:" which is comming from me.uCtrl.
uDataSet.tables(0).dataset.datasetname

I don't get this header when the DataGrid is directly on the form and I don't
want it!! How the heck do I kill it?

Thanks,
Craig

--
Message posted via http://www.dotnetmonster.com


craig via DotNetMonster.com
  Reply With Quote
Old 05-17-2006, 06:16 PM   #2
rjl444
 
Posts: n/a
Default Re: DataGrid header question
will this work?
set the database name to " "


craig via DotNetMonster.com wrote:
> I have created many screens which all have a DataGrid and a set of buttons.
> I decided to attempt to create a user control which would contail a DataGrid
> and this set of buttons. However, the DataGrid functions dirrerently in the
> user control then when I put the DataGrid directly on the form.
>
> In both cases the dataset contains only one table. When the DataGrid is
> directly on the form it imediately shows the data. But when I use the user
> control it appears blank with a + sign. When you click on the + sign it then
> shows the table name. When you click on the table name you then get the data.
>
>
> I've gotten around those two problems by adding
> Me.uCtrl.DataGrid.Expand(-1)
> Me.uCtrl.DataGrid.NavigateTo(0, "ServObj")
>
> However, I'm getting a header of "NewDataSet:" which is comming from me.uCtrl.
> uDataSet.tables(0).dataset.datasetname
>
> I don't get this header when the DataGrid is directly on the form and I don't
> want it!! How the heck do I kill it?
>
> Thanks,
> Craig
>
> --
> Message posted via http://www.dotnetmonster.com




rjl444
  Reply With Quote
Old 05-17-2006, 06:55 PM   #3
rjl444
 
Posts: n/a
Default Re: DataGrid header question
I mean datasetName



rjl444
  Reply With Quote
Old 05-17-2006, 07:38 PM   #4
craig via DotNetMonster.com
 
Posts: n/a
Default Re: DataGrid header question
I suspose it might, but I don't see why I should need to do this.
When I check the datasetname for the dataset bound to the DataGrid that is
placed directly on the form, it also has a datasetname of "NewDataSet". So,
the problem isn't that the dataset has this name, but why does one datagrid
give me the data and no header, but the other, that is in a user control,
initially display in this tree type view and when I expand it shows this
darned header???

Craig

--
Message posted via http://www.dotnetmonster.com


craig via DotNetMonster.com
  Reply With Quote
Old 05-18-2006, 02:51 PM   #5
rjl444
 
Posts: n/a
Default Re: DataGrid header question
no idea. sorry.



rjl444
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Loading 24,000 rows into C# .net Datagrid Kagu Software 0 03-10-2009 06:51 PM
Re: Dial-up Modem Question w_tom A+ Certification 0 09-18-2005 09:12 PM
"Installing two drives" question - what next? Jim A+ Certification 12 08-07-2005 01:19 PM
Re: Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good God DVD Video 3 04-25-2005 04:19 PM
Re: Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good Filthy Mcnasty DVD Video 0 04-25-2005 04:29 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46