Click here to Skip to main content
15,894,720 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have added a MultiView Inside a GridView. I want to activate this MultiView on the click event of a button. Is there any way to do this? Please help I novice in Asp.net
Posted

1 solution

Hi There,

If you are using two views then might u can get help from this.

You could a View2 Activate function as:

protected void View2_Activate(object sender, EventArgs e)

{

GridView2.DataBind();

}

thanks,
Abizer
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900