Ok so what I have is a textbox on one page and a dropdownlist on another page, what I want to do is send the textbox value which has been entered to my dropdownlist on my second page. How do I do this?

There are several options here. You could save the value of the text in a session variable. Or you can send the value via a query string (/someotherpage.aspx?val=value), or you can pass the value when the form is submitted via POST.

Also, Are you developing in VB or C#?

Have you tried any of these options or some other option that you need help with?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.