Search results for tag ".NET"
How to self close a jQuery Dialog
–
pharmakon
–
10 years ago
I need to be able to have a jQuery Dialog self close. I am creating ASP.NET controls, and want the buttons to be on the control itself, not defined when creating the jQuery dia...
jQuery and ASP.NET: Server callbacks are disabled in jQuery dialogs
–
pharmakon
–
10 years ago
I added an asp button to div that I am opening as dialog using jQuery. The server side event is never executed.
ASP.NET: Add custom control in code behind
–
pharmakon
–
10 years ago
I am creating a custom control entirely in a source file (.cs). I added a custom control as a sub control, but it does not render.