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
In Umbraco 4 my WebUserControl does work but they dont in Umbraco 6
a simple thing like this procedure doesnt work for me :(
if (Request.QueryString["ExecutAThingHere"] != null)
{
ExecutAThingHere(Request.QueryString["ExecutAThingHere"]);
}
In Umbraco 4 my code goes through the if statement and enters the ExecutAThingHere function but in umbraco 6 it doesnt. It seems like Umbraco 6 doesnt support Request.QueryString at all?
Did you ever find the answer to this? I'm running into a similar issue on Umbraco 6.1.2 and 6.1.5.
@Request.Url returns the URL fine, but @Request.QueryString doesn't return anything.
To add to the puzzle, it does work on a different server. Web folders are identical between the two servers.
Ideas?
nope not exactly but I found out that webusercontrols doesnt not work in MVC templates
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Razor in umbraco 4 va Razor in Umraco 6?
In Umbraco 4 my WebUserControl does work but they dont in Umbraco 6
a simple thing like this procedure doesnt work for me :(
if (Request.QueryString["ExecutAThingHere"] != null)
{
ExecutAThingHere(Request.QueryString["ExecutAThingHere"]);
}
In Umbraco 4 my code goes through the if statement and enters the ExecutAThingHere function but in umbraco 6 it doesnt. It seems like Umbraco 6 doesnt support Request.QueryString at all?
Did you ever find the answer to this? I'm running into a similar issue on Umbraco 6.1.2 and 6.1.5.
To add to the puzzle, it does work on a different server. Web folders are identical between the two servers.
Ideas?
nope not exactly but I found out that webusercontrols doesnt not work in MVC templates
is working on a reply...