problem in generating event on .cs page by double click on the design view of .aspx page
Posted
by Indranil Mutsuddy
on Stack Overflow
See other posts from Stack Overflow
or by Indranil Mutsuddy
Published on 2010-05-11T05:07:40Z
Indexed on
2010/05/11
5:14 UTC
Read the original article
Hit count: 397
hi there, I am developing a web application in asp.net and c#, now in a particular aspx page whenever I doubleClick(design view) on a button or on a drop down list, instead of going to
public void btn_click event or DropDown_SelectedIndexChanged event, the cursor points to protected void Page_Load only. Strange!! any remedy??
Thanking you
Indranil
© Stack Overflow or respective owner