Imane,
It's good that you're catching the error; now we just need to
know what it says. Do a Response.Write (or put the value into a
literal) for Ex.Message or Ex.ToString and let us know what it says
(where Ex is whatever you've named the excepion in the Catch statement,
like "Catch Ex As Exception").
Cheers,
Peter
-----Original Message-----
From: imane elfechtani [mailto:[EMAIL PROTECTED]
hello,
Thank you for your responde. I do not get erros..
I detected that this code doesn't work first because I
have put it into a try catch and it executes teh
catch, also because I do not get the data into the
drop down list.
I do not understand what's the problem, maybe I am
using the dataset in the wrong way!
do you have any documentation of how I can use
datasets to fill dropdown lists?
Regards
Thanks
--- Peter Brunone <[EMAIL PROTECTED]> wrote:
> Imane,
>
> You need to tell us what doesn't work. Are you
> getting an
> error? If so, what is the error message and what
> line of code does it
> indicate?
>
> Once we know whether the problem is with the data
> itself or with
> the dropdownlist, we can help more.
>
> Cheers,
>
> Peter Brunone
> ___________________
> www.EasyListBox.com
>
> -----Original Message-----
> From: imane elfechtani
> [mailto:[EMAIL PROTECTED]
>
> Hello everybody,
>
> I have problem filling a drop down list from a
> dataset.
>
> here is my peice of code that doesnt work:
> con is my connection that I have declared, query is
> a
> string, ds is a dataset , allCities is my
> dropdown...
>
> con = dbc.connect();
> query ="select cityName from VM_CITY";
> SqlDataAdapter comm = new SqlDataAdapter(query,
> con);
> DataSet ds = new DataSet();
> comm.Fill(ds);
> allCities.DataSource = ds;
> allCities.DataBind();
>
> would anyone help me plz
>
> Thanks :)
>
> Imane
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/