smartblond
Guppy
All: I am trying to do a simple response.redirect from my code, but the page just post back to itself and sits there blank.
This works perfectly on my machine, but does not work on jodo host. does this have to do with some kind of configuration in jodo host?
if (Page.Isvalid)
{
Response.Redirect("default.aspx");
}
Also my Validation summary with ShowMessagebox property set to true and ShowSummary set to false does not work on jodo host server but works fine on mine.
This works perfectly on my machine, but does not work on jodo host. does this have to do with some kind of configuration in jodo host?
if (Page.Isvalid)
{
Response.Redirect("default.aspx");
}
Also my Validation summary with ShowMessagebox property set to true and ShowSummary set to false does not work on jodo host server but works fine on mine.