W
Wee Bubba
the lower part of my page consists of a dataList along with other
server controls and HTML markup. this is my data display section. the
upper part of my page is a data entry section.
what I want to do is give the user the option of displaying the data
below OR NOT. i.e. I am hoping that if they choose NOT to display the
data in the lower half of the page this will make their data entry
process quicker in the upper half.
what I want to do is say to the user, "If you want to do data entry
quicker then tick this checkbox to disable the data display section"
i.e. the dataList etc. will not be loaded at all so the page
postbacks will be quicker.
I am thinking I need to place my data display code inside a user
control then dynamically load this into a placeholder ONLY if the
page is in edit mode. or can i get away without using user control?
what is the best way to remove the lower half of my page dynamically
if the mode is "insert only"?
any advice much appreciated thanks.
server controls and HTML markup. this is my data display section. the
upper part of my page is a data entry section.
what I want to do is give the user the option of displaying the data
below OR NOT. i.e. I am hoping that if they choose NOT to display the
data in the lower half of the page this will make their data entry
process quicker in the upper half.
what I want to do is say to the user, "If you want to do data entry
quicker then tick this checkbox to disable the data display section"
i.e. the dataList etc. will not be loaded at all so the page
postbacks will be quicker.
I am thinking I need to place my data display code inside a user
control then dynamically load this into a placeholder ONLY if the
page is in edit mode. or can i get away without using user control?
what is the best way to remove the lower half of my page dynamically
if the mode is "insert only"?
any advice much appreciated thanks.