Custom controls with custom events
Creating custom controls is a fairly common activity for the development of web applications. Personally, the technical composition is what I prefer, because it allows me to group features also evolved in a short time and with a great rate of recycling.
But a check by its nature must generate server events.
After a lot of effort I found this reference on MSDN that explains clearly how to do a server-side control that generates an event server-side via javascript. The
explain the construction of a simple link button that calls the OnClick function on the server, but changing names to events and delegates, it works with custom events and typing of the events detailed.
0 comments:
Post a Comment