Popup with a drop down list (asp.net and vb.net)

  • Thread starter Thread starter enden
  • Start date Start date
E

enden

Hi, I have a datalist that I would like to populate with user chosen
data from a dataset.

I would like the user to press a "new" button witch would open a small
dialog box with a dropDownList containing all entries from the
dataset. The user would then choose one item from the dropDownList
and this would be added to the datalist.

My problem is how to open a dialog box with a dropDownList, and how to
return the chosen item to the "mother" window.

Any sollutions out there?

btw, I consider myself a beginner with asp/vb and Visual Studio, so
commets are crutial :P

edid; my expeience is mostly code behind, så I really won't understand
a thing if I get a pure asp reply :(
 
Your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
enden said:
Hi, I have a datalist that I would like to populate with user chosen
data from a dataset.

I would like the user to press a "new" button witch would open a small
dialog box with a dropDownList containing all entries from the
dataset. The user would then choose one item from the dropDownList
and this would be added to the datalist.

My problem is how to open a dialog box with a dropDownList, and how to
return the chosen item to the "mother" window.

Any sollutions out there?

btw, I consider myself a beginner with asp/vb and Visual Studio, so
commets are crutial :P

edid; my expeience is mostly code behind, så I really won't understand
a thing if I get a pure asp reply :(
 
Back
Top