hi,
i am try to write the code for redirect the page using javascript
like
window.open('frmEmployee.aspx?Id=' + document.getElementById('LblEmpId').innerText + '&Name=' + document.getElementById('TxtEmpName').value,'_blank'); for open the next page in same window
but it doest work it opened the page in separate window
some one help for these scenario
Thanks in Advance.......
Regards
Kavi.n