1
Answer

Getting Server SideValue in Client side

Chandra Sekhar K

Chandra Sekhar K

13y
1.4k
1
In server side I have a variable
        string s ="seversideValue";

This value i must get in clientside.How?
Is it possible through the below ways:
        1. Hidden field
        2. Eval()
and how?

Answers (1)