0
Hi Gautam,
I am trying
- protected void LinkButton1_Click(object sender, EventArgs e)
- {
- Label1.Text = "Click Worked";
- }
code but system gives error label1 does not exist in current context
and when i am given label outside panel so its work fine how can i fixed it
0
Actually i am dispay another web form in an iframe on button click event
I am confused where is problem and where need to apply proper update panel in aspx page
0
Code is working fine but the effect will be inside the update panel ,
If your click event changes the code of Outside Update panel UI it will not show you in UI But in Backend is working.
SO you have to code it into update panel
0
Hi Gautam
Thanx for reply
But my side code is not work, Is there problem in my webform? beacause i use webform with master page