B
Brian Smith
I have a .aspx page (we'll call it Form1) with a
datagrid on it. The datagrid is populated from a dataset
that I manually entered data into (the data isn't in a
database). The datagrid on Form1 also has a button column
on it.
I have another .aspx page (Form2) with an
unpopulated datagrid on it. I want to populate it with
all the columns from the row where the button was clicked
on Form1.
I know how to do what I want with the datagrid
formatting. I know how to open the second page with
javascript. I just don't know how to pass the row from
Form1 to Form2. It has been recommended to me to use a
Cache but I don't know where to begin. I know how to add
the data to a cache, but how do I access it from the
second page?
Any help is greatly appreciated.
Thank you,
Brian Smith
datagrid on it. The datagrid is populated from a dataset
that I manually entered data into (the data isn't in a
database). The datagrid on Form1 also has a button column
on it.
I have another .aspx page (Form2) with an
unpopulated datagrid on it. I want to populate it with
all the columns from the row where the button was clicked
on Form1.
I know how to do what I want with the datagrid
formatting. I know how to open the second page with
javascript. I just don't know how to pass the row from
Form1 to Form2. It has been recommended to me to use a
Cache but I don't know where to begin. I know how to add
the data to a cache, but how do I access it from the
second page?
Any help is greatly appreciated.
Thank you,
Brian Smith