Pretty close. The only problem with using the sample: I dont know the table
that makes up the "master grid" until the page opens. I therefore dont know
what the column that makes up the hyperlink will be. So all the stuff at the
beginning of the article regarding the "pre-built" master grid doesnt work
for me.
But I think this is closer.
"vinay" wrote:
> Try this- see the detail grid part for dynamic datagrid
>
> http://www.dotnetjunkies.com/Tutoria...63C4C9BBC.dcik
>
> Regards
> vinay
>
> "klynn" wrote:
>
> > I need to create a datagrid dynamically and add a hyperlink onto one of the
> > columns. So the user sees that columns value and can click on it. But the
> > hyperlink sends a value from another column (which is hidden in the
> > datagrid). Whats the best way to do this?