I have a project and I am trying to register a custom server control (there is no .ascx file) on the page.I am currently using
have a custom control with a button. There is an external javascript file that tries to attach some events to my control. Like onclick event is added at runtime to the button.To do so I use
What is the advantage of using control state instead of 开发者_如何转开发view state when I create a custom control in ASP.NET?
I have been developing a project that I absolutely must develop part-way in C++.I need develop a wrapper and expose some C++ functionality into my C# app.I have been a C# engineer since the near-begin