Another way of getting the Text in the TextBox?
-
Hi Is their any other way to get the value from the TextBox except the one "TextBox.Text". I am looking in to an article, in that I saw..... TextBox.Attributes.Add("value","Hello"); Can we assign values in this manner to any TextBox ,Lable to TextBox etc
Thank u Chandu
-
Hi Is their any other way to get the value from the TextBox except the one "TextBox.Text". I am looking in to an article, in that I saw..... TextBox.Attributes.Add("value","Hello"); Can we assign values in this manner to any TextBox ,Lable to TextBox etc
Thank u Chandu
-
chand10 wrote:
extBox.Attributes.Add("value","Hello"); Can we assign values in this manner to any TextBox
Yes.
Apurva Kaushal
-
Hi Is their any other way to get the value from the TextBox except the one "TextBox.Text". I am looking in to an article, in that I saw..... TextBox.Attributes.Add("value","Hello"); Can we assign values in this manner to any TextBox ,Lable to TextBox etc
Thank u Chandu