K
Kerri
Hi,
I have an aspx page with a drop down.
This is a page where a user can edit their user profile.
When they go to this page, I want the dropdownlists to
default to what it is in teh user table.
I have tried calling a function that renders out the
html, but my html looks like <asp:listitem> so it is not
interpreting the server side code.
Anyone know how to do this i.e. set the selected value to
that in the database and render out additional items in
the list?
Thanks,
Kerri.
I have an aspx page with a drop down.
This is a page where a user can edit their user profile.
When they go to this page, I want the dropdownlists to
default to what it is in teh user table.
I have tried calling a function that renders out the
html, but my html looks like <asp:listitem> so it is not
interpreting the server side code.
Anyone know how to do this i.e. set the selected value to
that in the database and render out additional items in
the list?
Thanks,
Kerri.