TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tangara G
NA
298
93.1k
When to use EnableViewState = "true" ?
Nov 14 2016 2:00 AM
Dear experts,
I would like to know when to use EnableViewState = "true"..cos here are two lines of codes but only supplier is using and Category is not.
"ddlSupplier"
runat=
"server"
onSelectedIndexChanged =
"ddlSupplier_SelectedIndexChanged"
EnableViewState =
"true"
AutoPostBack =
"True"
>
"ddlCategory"
runat=
"server"
OnSelectedIndexChanged=
"ddlCategory_SelectedIndexChanged"
AutoPostBack=
"True"
>
tks.
Reply
Answers (
1
)
Devexpress Combobox Binding MVC
I want to the controller in my sql query