Y
YankeeImperialistDog
Given that i'm validating the page on cross page post back
if (!PreviousPage.IsValid)
{
What goes here to return to the invalid page and retains all
values?
}
thanks
i have an artical of circular reference post back btw: my one and only
codeproject
artical: http://www.codeproject.com/KB/aspnet/CrossPagePostbackCirRef.aspx
KES
if (!PreviousPage.IsValid)
{
What goes here to return to the invalid page and retains all
values?
}
thanks
i have an artical of circular reference post back btw: my one and only
codeproject
artical: http://www.codeproject.com/KB/aspnet/CrossPagePostbackCirRef.aspx
KES