Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,
Need to create multiple tables and Gridviews.

Requirement:

I have 2 datasets and based on the count of rows of these datasets, I have to created one table structure and one gridview.

1)I have dataset1.
2)I have dataset2 (which uses dataset1 value)
3)Using dataset1 first value I have to create dataset2
and need create a table with dataset1 values and gridview with dataset2 values.

Loop need to end with the dataset1 last value.

How can I create these tables and datagrids dynamically and how to popluate these dataset values dynamically into these tables and gridviews.

How can I access these dataset values dynamically in the .aspx pages (Datasets are genertaing in .cs page)


Thanks in advance.

Regards,
Pavithra
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900