Hello,
Any other way in which i can pass multiple parameters in a query string? Ok, let me explain i have a form wherein i have about 8 parameters which needs to be passed in a query string. However i find this is not a
correct approach doing so so can any one suggest me any other way of doing this? Currently for passing these 8 parameters i am using following code:
ScriptManager.RegisterClientScriptBlock(this, typeof(Page), "Test", "javascript:window.open('MyPage.aspx?report_name=MyReport&pm1="+txt1.text&pm2=txt2.text&..........more 6 parameters follow here + "');", true); Please can any one suggest any other way of doing so?
Thanks !!
Best Regards,
Rohan Laghate