First of all, I am new to Visual Web Developer 2005.
I have a formview, 'FormView1', and I would like to update information
in a field, 'categories', by a selecting from a dropdownlist,
'dropdownlist1'. By updating I mean to concatanate; so I cannot just
'bind' the two together.
I have three problems:
1. I do not know where to put the code; do I put the code in the 'form2.aspx' or in the 'form2.aspx.vb' files.
2. I do not know how to access the data that is selected from the 'dropdownlist1' list.
3. I do not know how to access the 'categories' field in 'FormView1'.
Abnew
Enter your message below
Sign in or Join us (it's free).