I have two folders with web pages of their own. On clicking button on one webform of Recruitment folder I wanted to navigate to web page of JobPortal folder webform as new page.
Navigation within same folder is succeeded but while navigating to page of new folder, the link got the current folder name also which is unwanted so there arouse error.
Response.Write("window.open('JobPortal/JPHome.aspx','_blank')");
i have tried that and what i got after firing the event from recruitment webform is
'Recruitment/JobPortal/JPHome.aspx'
but i want to navigate to 'JobPortal/JPHome.aspx'