I have vb.net code in which file is opening from url i want to concatenate the selected date from dropdownlist in the file url date
My code is bleow
ClientScript.RegisterStartupScript(Me.GetType(), "openfile", "window.open('/Reports/Daily Production and Stock Report (Crescent Ujala)/Daily Production and Stock Report (Crescent Ujala) 2011.11.01.xls');", True)
1 Answer