Hi all! I've been watching a weird exception in Event log for last days I've tried to find a reason, but no luck. I know that tasks can be run on request by the Kentico web application itself or b...
Hello!I want to create public form, with following requirements.After form submitting, request for a page(with concrete page type)creation should be sent.Content manager approve or not this request...
Hello everybodyIam trying to sent a POST Request to a specific aspx Page but my Page does not receive any data. Request.Form in aspx Page is empty.. What Iam missing?Pageload() in customPage.aspx....
Deleted question. Had my if-statement brackets in the wrong place. Ugh, I need some caffeine!
Hello, i want to change the page template depending on some request parameters. Currently i'm working with a ASPX + Portal Page.Have you a hint or any suggestions for me please.regards st
In a typical ASPX page, you can retrieve the currently requested URL with Request.Url.I want to display the URL that the user tried to go to in error on a custom 404 page.So I have a page in my doc...
For each browser session, our site maintains a session with an external e-commerce API. For each page request, our site should contact that API to check up on the status of the session. Finally, ...