Hello all,
If I have a datagird with a number of columns, say 3, and then I add another
one dynamically, obviously it will have no data, what's the best way to get
the data, do I have to rebind?
Thanks all,
Jon
Bob Barrows [MVP] - 16 Feb 2006 16:37 GMT
> Hello all,
>
> If I have a datagird with a number of columns, say 3, and then I add
> another one dynamically, obviously it will have no data, what's the
> best way to get the data, do I have to rebind?
Yes.

Signature
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows [MVP] - 16 Feb 2006 20:10 GMT
> Hello all,
>
> If I have a datagird with a number of columns, say 3, and then I add
> another one dynamically, obviously it will have no data, what's the
> best way to get the data, do I have to rebind?
Of course, you could loop through the roes and populate the cells yourself
...

Signature
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.