I have a embedded webform in a web application that is being used some other web project as a reference.
In runtime, I add a embedded usercontrol in a updatepanel and this usercontrol also includes another embedded usercontrol which contains a webgrid.
in browser when i click page number it redirects to current virtual directory and I get error. It does not trigger Grid_PageIndexChanged event.
How can I solve that problem? This is urgent.
Hello,
I try to explain my problems clearly.
I have been working on a web site and a web framework.
This web framework is referenced to some projects and it it contains some embedded webforms and usercontrols.
At theproject startup, I run a embedded webform from framework. In that webform, there is a treeview, after any node clicked I add a webtab to tab caontainer. In this tab content panel, there is a embedded usercontrol. In that usercontrol there is a webgrid. In that usercontrol code page, there are some webgrid events.
I hope till here it was clear.
Then my problems start,
* WebTab Container is in Update Panel.
Could you please send a little bit more information about the WebGrid declaration. ASPX declaration, code-behind or sample project - anything that can get us started is welcome. Because there can be many reason for that issue to occur.
Thanks.