A
Andy
Hi,
I have a page, which uses a master page template. In the content, I
have a formview control, and outside of that form view, I have a
Literal control. On initial load, the Literal control is available
for use. Inside the FormView, I have linkbuttons which serve as a
previous / next navigation, which changes the record displayed by the
formview. When one of these buttons is clicked, the reference to the
literal control is now null.
Any ideas? I would think the control should always be available since
its declared as a server tag.
Thanks
Andy
I have a page, which uses a master page template. In the content, I
have a formview control, and outside of that form view, I have a
Literal control. On initial load, the Literal control is available
for use. Inside the FormView, I have linkbuttons which serve as a
previous / next navigation, which changes the record displayed by the
formview. When one of these buttons is clicked, the reference to the
literal control is now null.
Any ideas? I would think the control should always be available since
its declared as a server tag.
Thanks
Andy