SiteFinity 4.0: Trouble Accessing Postback Data in Custom User Control
By : MikeGC
Date : March 29 2020, 07:55 AM
This might help you Never mind - I figured it out. For some reason, data isn't available at the Page_Load stage of the .net page lifecycle in a sitefinity form submission (at least not via a custom user control). If I wait until the Page_PreRender stage to retrieve the data from the form on the page, it's all there. My current prevailing theory is that Sitefinity 4.0 grabs the postback data when a form submits and hasn't finished monkeying around with it at the Page_Load stage, so you have to wait until the Page_PreRender stage before sitefinity has injected the data back into the page cycle.
|
ASP.NET validation group disappears (in Sitefinity user control)
By : Spoorthi Gowda
Date : March 29 2020, 07:55 AM
With these it helps I'm not sure if this is the cause, but by default, Sitefinity pages have Viewstate disabled. Open the Properties of the page (under the Actions menu in the list of pages in the backend) and check the box to enable viewstate and let me know if that resolves the issue. hope this is helpful!
|
Trouble with creating export control for Sitefinity widget using MVC
By : jee
Date : March 29 2020, 07:55 AM
|
How to check if user is logged in (authenticated) in Sitefinity widget template?
By : Artem Lapatanov
Date : March 29 2020, 07:55 AM
|
Sitefinity user control
By : pozimu
Date : March 29 2020, 07:55 AM
I hope this helps you . You need to set the path to the user control (ascx) not in the Controller CLR Type field, but in Control CLR Type or Virtual Path field. So, just cut it from the former field and paste it in the latter field and you should be fine.
|