Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Custom Control ViewState
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Custom Control ViewState
Divers
Thread ID:
00965204
Message ID:
00965204
Vues:
45
I have a custom control that builds a formatted checkboxlist (bold,grey,indented,etc). The control simply renders some html based on the values listed in a dataset table. The only method that is over ridden is Render(). Render() writes a string to the HTMLTextWriter that builds a span element and some checkboxes with labels.

Fine enough, in a page load I can set the dataset source property and I get exactly what I wanted. However, I only want the list rendered the first time and I want viewstate to handle any subsequent postback.

So, where do you start? Setting enableviewstate = true does nothing. I don't know where to call loadviewstate() or saveviewstate(). I need it to save state on a postback if a user checks a box or even if nothing has changed. Now, nothing is rendered on a postback regardless.
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Répondre
Fil
Voir

Click here to load this message in the networking platform