¡@

Home 

c# Programming Glossary: savedstate

Installer Custom Action problem - can't write to register key

http://stackoverflow.com/questions/1782492/installer-custom-action-problem-cant-write-to-register-key

tgt_dir public override void Uninstall IDictionary savedState base.Uninstall savedState const string key_path SOFTWARE VendorName.. void Uninstall IDictionary savedState base.Uninstall savedState const string key_path SOFTWARE VendorName const string key_name.. key_name public override void Rollback IDictionary savedState base.Rollback savedState public Installer1 InitializeComponent..

Problem with Efficient Gridview paging without datasource control

http://stackoverflow.com/questions/2518968/problem-with-efficient-gridview-paging-without-datasource-control

protected override void LoadViewState object savedState object state null if savedState null state object savedState.. LoadViewState object savedState object state null if savedState null state object savedState base.LoadViewState state 0 .. object state null if savedState null state object savedState base.LoadViewState state 0 this.dirtyRows List int state 1..

Asp Composite control child control (radiobutton) losing checked value

http://stackoverflow.com/questions/3854193/asp-composite-control-child-control-radiobutton-losing-checked-value

like this protected override void LoadViewState object savedState Pair state savedState as Pair if state null _isChecked state.First.. override void LoadViewState object savedState Pair state savedState as Pair if state null _isChecked state.First as Nullable bool..

How do I create a real-time Excel automation add-in in C# using RtdServer?

http://stackoverflow.com/questions/5397607/how-do-i-create-a-real-time-excel-automation-add-in-in-c-sharp-using-rtdserver

public override void Commit IDictionary savedState base.Commit savedState var registrationServices new RegistrationServices.. override void Commit IDictionary savedState base.Commit savedState var registrationServices new RegistrationServices if registrationServices.RegisterAssembly.. register types public override void Uninstall IDictionary savedState var registrationServices new RegistrationServices if registrationServices.UnregisterAssembly..