asp.net mvc usercontrol viewdata
Posted
by kusanagi
on Stack Overflow
See other posts from Stack Overflow
or by kusanagi
Published on 2010-04-18T12:16:42Z
Indexed on
2010/04/18
12:23 UTC
Read the original article
Hit count: 386
i have user control, which i render on several views. i want to show viewdata in the usercontrol, but viewdata must be filled in controller method, so i need to fill viewdata on each controller method of each view, where i render usercontrol. is there any simple solutions?
© Stack Overflow or respective owner