skip to main
|
skip to sidebar
Home
Fursad Blog
IT Interview Blog
Sunday, January 25, 2009
NOT save value on PostBack
If you have different ASP.NET controls in your application e.g checkbox, listbox, textbox, dropdowns etc. and you want to clear the value that it holds on PostBack. Then do the
EnableViewStateProperty to False
.
or you can do
Textbox1.Text="";
after submitting form data.
No comments:
Post a Comment
Highly Appreciated your comments
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Make me your Homepage
June 2025
Su
M
Tu
W
Th
F
Sa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Archives:
January
(1)
November
(1)
April
(1)
February
(1)
August
(1)
July
(1)
March
(1)
February
(2)
May
(2)
April
(1)
February
(1)
January
(1)
September
(1)
August
(1)
July
(1)
June
(1)
May
(3)
December
(1)
November
(2)
October
(2)
September
(2)
August
(2)
July
(2)
June
(2)
May
(2)
April
(1)
March
(1)
February
(2)
January
(3)
December
(1)
November
(1)
October
(2)
September
(1)
Categories:
ASP.NET
(21)
DataSource Control
(11)
javaScript
(9)
jQuery
(1)
SQL
(16)
About Me
Rajendra Sedhain
Computer Engineer (MCTS,MCPD)
View my complete profile
No comments:
Post a Comment
Highly Appreciated your comments