Hi All ,
I am using the following code; But I am able to view the page in new page.
The Comment.aspx page is getting displayed in the same page where link is present.
hrefViewComments.Attributes.Add("onclick", "window.open('../Distributors/Comments.aspx?" & _
"&AppID=" & strApl_Id & _
"&Instance=" & strInstance & _
"&DistiName=" & strDistiNm & _
"','NewWindow','resizable=0,status=0," & _
"menubar=0,toolbar=0,location=1,scrollbars=1,width=50,height=50,top=135,left=328');")
Thanks and regards
Abdul
...
Go to the complete details ...