1
Answer

Getting Server SideValue in Client side

Photo of Chandra Sekhar K

Chandra Sekhar K

14y
1.7k
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)