M
mazdotnet
Hi all,
I'm working on a page with multiple web user controls. One to display
the categories another to display the data. I use a single stored
procedure to return 2 datatables. Now on my page I have 2 web user
controls. One to display the categories another to display the
downloads. I know how to send static parameters e.g., "123" to web
user controls. But how do you send dynamic values such as a dataset.
Let's say I have the DataTable myCategories and I want to send it in
<uc2:MyUserControl ID="MyCategoriesUserControl1"
runat="server" CategoryDataTable="how do you declare it
here ???????" TotalRows="5" />
Thanks
Maz
I'm working on a page with multiple web user controls. One to display
the categories another to display the data. I use a single stored
procedure to return 2 datatables. Now on my page I have 2 web user
controls. One to display the categories another to display the
downloads. I know how to send static parameters e.g., "123" to web
user controls. But how do you send dynamic values such as a dataset.
Let's say I have the DataTable myCategories and I want to send it in
<uc2:MyUserControl ID="MyCategoriesUserControl1"
runat="server" CategoryDataTable="how do you declare it
here ???????" TotalRows="5" />
Thanks
Maz