How to disable viewstate of textbox.
-
Hi, I have a requirement in which I want to hide list(viewstate) which save previous values entered in textbox and list get popup while entering text in textbox. I mean I want ot clear viewstate values of textbox. is there any way to remove viewstate of control. Thanks in advance, Nagraj
-
Hi, I have a requirement in which I want to hide list(viewstate) which save previous values entered in textbox and list get popup while entering text in textbox. I mean I want ot clear viewstate values of textbox. is there any way to remove viewstate of control. Thanks in advance, Nagraj
Isn't it enableViewstate="false" ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Isn't it enableViewstate="false" ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Hi, I have set textbox enableViewstate="false" but it won't work. Is there any link or article I can refer for same.