When i want to call from iFrameSurveySurveyDetailUpdateLck
Response.Redirect("iFramePro/iFrameProcessTransition.aspx" + UrlPageParameter, True)
it giving the error /iFrame/iFrameSur/iFramePro/iFrameProcessTransition.aspx
how can i call
I solved this way
Response.Redirect("../../iFrame/iFramePro/iFrameProcessTransition.aspx" + UrlPageParameter, True)
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.