Dart Home | PowerWEB LiveControls for ASP.NET | Custom Development | Reply | PowerWEB LiveControls for ASP.NET Topics | Forums |
Author | Forum: PowerWEB LiveControls for ASP.NET Topic: Extending the LiveControls |
bestep bsestep@gmail.com From: New Orleans, LA USA Posts: 1 Member Since: 02/13/05 |
posted February 13, 2005 12:55 PM Would it be possible to and how difficult would it be to extend the LiveControls to add application specific functionality? Basically, we have created our own Data Grid and Data Grid Columns and I would like to add your callback functionality to them. The controls are pretty basic really, they mostly just abstract the Data Binding, Validation, and Updating. Some of the columns combine multiple controls into a single column. Also, we have created our own combo box and are using some other 3rd party date and numeric controls. Is there any way to add callback functionality to them? |
Jeff Cranford![]() From: Rome, NY USA Posts: 586 Member Since: 05/30/01 |
posted February 14, 2005 10:02 AM Probably the best approach would be to use the LiveCallback control. See the docs (Advanced Topics --> Creating Custom Callbacks with LiveCallback). Also, any of your controls that you add the "LiveControlUpdate=true" to will automatically be updated from within a callback if changed. For more information on this, see the docs (Optimizing Performance --> General Performance Tips --> Only update Microsoft/3rd party server controls when necessary) |
Hammurabidoug From: Fredericksburg, VA USA Posts: 2 Member Since: 05/09/05 |
posted May 9, 2005 4:09 PM Do the LiveControls update ViewState if 3rd-party controls use ViewState to store data? |
Jeff Cranford![]() From: Rome, NY USA Posts: 586 Member Since: 05/30/01 |
posted May 9, 2005 4:53 PM Yes, ViewState is saved from non-LiveControls and carried across callbacks. |
Reply | PowerWEB LiveControls for ASP.NET Topics | Forums |
This site is powered by
![]() |