Click here to Skip to main content
15,895,799 members

Comments by uglyeyes (Top 2 by date)

uglyeyes 25-Apr-12 21:39pm View    
if not, how do I at least check which view in multiview is active at the beginning so I could set the active view property in page load of aspx so I check that value in page load property of all ascx and if the viewname matches current view where ascx resides call the load() function in page load event of ascx
uglyeyes 2-Apr-12 22:32pm View    
ok if its goes through the page cycle, how can i check which view is active in ascx so i can avoid running databind if this ascx is not active?