T
TJS
i get a reference error to CssDropDown object when the session expires
Why is object reference on "CssDropDown" not being found ?
========================================================
Exception Details: System.NullReferenceException:
Object reference not set to an instance of an object.
Source Line for Error:
....
cssNewStyle = CssDropDown.SelectedItem.value
...
==========================================================
html code is:
<aspropDownList
id="CssDropDown"
enableviewstate="true"
runat="server" >
</aspropDownList>
Why is object reference on "CssDropDown" not being found ?
========================================================
Exception Details: System.NullReferenceException:
Object reference not set to an instance of an object.
Source Line for Error:
....
cssNewStyle = CssDropDown.SelectedItem.value
...
==========================================================
html code is:
<aspropDownList
id="CssDropDown"
enableviewstate="true"
runat="server" >
</aspropDownList>