J
Just D.
Does anybody know how can we check if the URL exists inside currently
running web application written in C#? For example I'm having the page name
like: "SomePage.aspx" and I need to know if this URL exists and I can safely
redirect to it or I should make some replacement for this url if it doesn't.
Can we control the method Response.Redirect(SomeURL) ?
Just D.
running web application written in C#? For example I'm having the page name
like: "SomePage.aspx" and I need to know if this URL exists and I can safely
redirect to it or I should make some replacement for this url if it doesn't.
Can we control the method Response.Redirect(SomeURL) ?
Just D.