OK, so i got a controller that passes viewdata to a page in the viewdata is basically a list a usercontrols that define the page. I even supply some parameters the the usercontrol would need. But the user control would need to use those supplied parameters
to get its data. Is there a way to make a controller that would only talk the the specificcontrol on the page to supply the data?
jwscuba
Member
134 Points
108 Posts
Supplying data to your user controls
Apr 27, 2008 05:06 PM|LINK
OK, so i got a controller that passes viewdata to a page in the viewdata is basically a list a usercontrols that define the page. I even supply some parameters the the usercontrol would need. But the user control would need to use those supplied parameters to get its data. Is there a way to make a controller that would only talk the the specificcontrol on the page to supply the data?