This is a migrated thread and some comments may be shown as answers.

Saving ViewState server side (kb article)

1 Answer 43 Views
Miscellaneous
This is a migrated thread and some comments may be shown as answers.
jc mag
Top achievements
Rank 1
jc mag asked on 11 Aug 2005, 10:44 AM
In your kb article "(ID#568) Saving the viewstate of r.a.d.controls server-side" there is a little error : you need to change :
 public const string VIEW_STATE_FIELD_NAME = "__VIEWSTATE";

to :

public const string VIEW_STATE_FIELD_NAME = "__VIEWSTATE1";

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 11 Aug 2005, 11:56 AM
Hello JC,

Thank you for the report. You really got a sharp eye. The KB article is already fixed and we updated your telerik points for that report.

Regards,
Paul
the telerik team
Tags
Miscellaneous
Asked by
jc mag
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or