Hello all:
From what I understand the ItemCommand, UpdateCommand, SortCommand, etc
events for the datagrid require that the datagrid's enableVireState property
is set to true. Does the page-level enableViewState property affect the
control's enableViewState property?
I am trying to understand this result: when I have the page's
enableViewState turned off and the control's enableViewState turned on, the
ItemCommand event never fires whereas if the page's enableViewState property
is turned on, the ItemCommand event does fire.
Does anyone understadn this?
TIA,

Signature
Joe
VB.NET/C#/ASP.NET/ASP/VB/C++/Web and DB development/VBA Automation
S. Justin Gengo - 26 Oct 2005 19:52 GMT
Joe,
Yes, if you turn off viewstate for a page it is also turned off for every
control placed on the page no matter what the control itself is set to.

Signature
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
> Hello all:
>
[quoted text clipped - 14 lines]
>
> TIA,
Joe - 26 Oct 2005 19:59 GMT
Justin,
Thank you very much.

Signature
Joe
VB.NET/C#/ASP.NET/ASP/VB/C++/Web and DB development/VBA Automation
> Joe,
>
[quoted text clipped - 19 lines]
> >
> > TIA,
S. Justin Gengo - 26 Oct 2005 20:14 GMT
Joe,
Anytime.

Signature
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
> Justin,
>
[quoted text clipped - 24 lines]
>> >
>> > TIA,