problem in generating event on .cs page by double click on the design view of .aspx page
- by Indranil Mutsuddy
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