Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I created a webform user controller and added a gridview inside the user control.
In Umbraco i created a macro for this usercontrol and used this macro in one of my content page.The events of grid view not hitting to my code behind.
I have tried most of the solutions in the forum.
Please help me...
Hi Deepa,
Do one thing.
Make new usercontrol. Copy the code in the new usercontrol. And make new macro for that usercontrol.
May it work. and try to debug it with attaching the process.
Regards,
Urvish Mandaliya
I have tried this but the issue exists.Pageindex changed event and all other events from grid is not fired.
Thanks for your help.Could you please suggest another solution.
In umbracoSettings.config
<defaultRenderingEngine>Mvc</d
efaultRenderingEngine>
DefaultRendering Engine is MVC but we created webform usercontrol .Is there any issue for that?.
Yes, it definately makes impact.
In Umbraco 7 DefaultRendering Engine is MVC.
But if you want to run Umbraco totally in webform (i.e, your call code is in webform) than you must change you DefaultRenderingEngine to WebForms.
Check after changing the DefaultRendering Engine to WebForms. Hope it will solve your problem.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Gridview Not hitting to code behind
I created a webform user controller and added a gridview inside the user control.
In Umbraco i created a macro for this usercontrol and used this macro in one of my content page.The events of grid view not hitting to my code behind.
I have tried most of the solutions in the forum.
Please help me...
Hi Deepa,
Do one thing.
Make new usercontrol. Copy the code in the new usercontrol. And make new macro for that usercontrol.
May it work. and try to debug it with attaching the process.
Regards,
Urvish Mandaliya
I have tried this but the issue exists.Pageindex changed event and all other events from grid is not fired.
Thanks for your help.Could you please suggest another solution.
In umbracoSettings.config
<defaultRenderingEngine>Mvc</d
efaultRenderingEngine>
DefaultRendering Engine is MVC but we created webform usercontrol .Is there any issue for that?.
Yes, it definately makes impact.
In Umbraco 7 DefaultRendering Engine is MVC.
But if you want to run Umbraco totally in webform (i.e, your call code is in webform) than you must change you DefaultRenderingEngine to WebForms.
Check after changing the DefaultRendering Engine to WebForms. Hope it will solve your problem.
Regards,
Urvish Mandaliya
is working on a reply...