I have link button on my page which working fine on IE but is not working on Chrome and Mozilla. When I dig into , i found that its rendering html is this
<div >
<a id="ContentPlaceHolder1_Register"
href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions
("ctl00$ContentPlaceHolder1$Register", " ", true,
"grpReg", "", false, true))" >Register</a>
</div>
If we see we have " inside our method, which is creating issue. So please help me in resolving this issue
TIA
Amit
Thanks its solved. Actual by mistakes its viewstate was set to false.