hey,
my brain is fried. I can't think anymore
i am using asp.net with
vb
my question is more of an idea how to do what i am asking for:
situation
---------
i got a profile page
when it loads first,
the fields are created dynamically on the server side
then fields are populated with the information from a db.
on submit, i want to check if these fields are blank.
the problem i am is when submit is clicked, postback begins and it recreates the textboxes the re-populates the fields again.
Problem
--------
on postback i want to retain the textboxes already created as well as the field values when someone hits submits.
Solution
--------
How can i do this, easy or hard, just a way that works.
thnx