HighTechTalks DotNet Forums  

DataGrid

ASP.net Data Grid Control microsoft.public.dotnet.framework.aspnet.datagridcontrol


Discuss DataGrid in the ASP.net Data Grid Control forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
sardinka
 
Posts: n/a

Default DataGrid - 06-23-2004 , 02:42 PM






I have an existing grid on my form.
On run time I am generating a new table
and I would like to move that grid into cell
in table.
How do I do this?
DataGrid1.DataSource = Data()
DataGrid1.DataBind()
GridSettings(DataGrid1)
Dim Table As New Table
Me.FindControl("Panel1").Controls.Add(Table)

Dim Row = New TableRow
Dim Cell = New TableCell
Cell.value = ???? '"ytwe4te"
Row.cells.add(Cell)
Table.Rows.Add(Row)


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.