Link to home
Start Free TrialLog in
Avatar of MonCapitan
MonCapitan

asked on

How to get CommandArgument from ViewState?

Hi,

Is there a way to get the CommandName and CommandArgument from ViewState?

I know you can do a myLinkButton.CommandArgument, but can it be grabbed from ViewState as well?

Thaks for your time.
ASKER CERTIFIED SOLUTION
Avatar of thaytu888888
thaytu888888
Flag of Viet Nam image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MonCapitan
MonCapitan

ASKER

Thanks for your reply.

So, is there any other way to grab the btnMyLink.CommandArgument than without using the statement btnMyLink.CommandArgument?
- Hmm, i think the answer is NO :(
Cheers.