I have a problem that how can i handle control’s events in .ASPX file. For example if there is server Button control then my requirement is how to handle its click event in .ASPX file. I have compulsion to not use .cs file so there is no code behind file. Any help is appreciated.
Share
You want to use the Single-File Page Model.
See http://msdn.microsoft.com/en-us/library/015103yb.aspx#Y224
Example: