actally i want text value in label
bt in this code if i am selecting multiple fields it store same value... plz see it
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
akash singhPosted Dec 29, 2014, 1:45 AM
akash singhPosted Dec 29, 2014, 1:44 AM
akash singhPosted Dec 29, 2014, 1:44 AM
akash singhPosted Dec 29, 2014, 1:44 AM
Riddhi ValechaPosted Dec 29, 2014, 1:39 AM
I have not seen your code.
But to store a value in label, this is the method -
Label1.text = Value.ToString();
-------
Instead of this, you can make use of Session Variables also.
Session["MyValue"] = Value;
Joginder BangerPosted Dec 29, 2014, 1:34 AM