Events of Customer Register are called in .cs file

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 năm cách đây
I got a problem, i m modifying customerregister.ascx page to add additional controls but events of these control are triggered in ascx file not in ascx.cs file.

Also i come to know that my existing events in ascx.cs are triggered also. could somebody please rectify that early.

Thanks in advance
13 năm cách đây
balli wrote:
I got a problem, i m modifying customerregister.ascx page to add additional controls but events of these control are triggered in ascx file not in ascx.cs file.


What do you mean in ascx? Javascript?
Can you post some code?
13 năm cách đây
All the events of controls on the page are generated on ascx page.

Like CustomerRegister.ascx , i added a dn ew control called Checkbox but the corresponding events are generated on ascx page rather than ascx.cs page using the script

My pagees uses CodeBEHIND


i also tries on debuggin the page, none of the events in ascx.cs page like Page_load are not callied while exection.
This happes to all the application.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.