M
Max
How do I reference a datagrid on a page from a user control on that page?
In my user control, I'd like to have something like this... MyDataGrid being
on the page, not in the user control... I could probably do a byref to pass
it into one of the subs, but I heard that was not effecient...
MyDataGrid.CurrentPageIndex += 1
In my user control, I'd like to have something like this... MyDataGrid being
on the page, not in the user control... I could probably do a byref to pass
it into one of the subs, but I heard that was not effecient...
MyDataGrid.CurrentPageIndex += 1