Ask a Question related to ASP.NET General, Design and Development.
-
William F. Robertson, Jr. #1
Re: Adding custom values and database values to DropDwonList
The other way is to create a DataTable, put the --None-- as the first Row,
then read the datareader into the DataTable, and append the --other-- at the
end, then use that DataTable you created to bind it to the datasource.
bill
"Abdul Qadir Khan" <connect2aq@hotmail.com> wrote in message
news:#WjHxa5PDHA.2052@TK2MSFTNGP11.phx.gbl...The> Hi,
>
> I need to add custom values and values from database in one DropDownList.
> e.g Assume I have a country dropdownlist like
>
> USA
> Canada
> UK
> --
> --
>
> These values come from database and I know how to bind with datasource.> problem is I want to include some custom values at run time to this
> dropdownlist. e.g at the top I want "--None--" and at end I want
> "--Other--". How to do this?
>
> Thanks
> AQ
>
>
>
William F. Robertson, Jr. Guest
-
adding values
I am trying calculate values after a selecion from a list box. code is below. <cfselect name="extra2" editable="true" width="250"... -
adding column values
My problem is how to add dataset component given column values (number values) - for example values from PRICE column to have a total amount... -
Adding values from a database
A simple query returns about 500 numbers from the same feild. I need to add these together and display the result. Any hints would be welcome. -
adding values to the
HI i have a datagrid with 5 columns. for the first 4 columns i do add the values using a arraylist. now i do need to add the values to the... -
Adding points to a database ( adding / subtrating numeric values)
HI all, I have build a user database that comes with user points for browsing private section of my site. I would like to know what is the...



Reply With Quote

