Click here to Skip to main content
15,891,248 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: TRIM(Total Records and Information Management) Pin
scottgp19-Oct-09 3:11
professionalscottgp19-Oct-09 3:11 
GeneralRe: TRIM(Total Records and Information Management) Pin
Bassam Saoud19-Oct-09 9:52
Bassam Saoud19-Oct-09 9:52 
GeneralRe: TRIM(Total Records and Information Management) Pin
Christian Graus19-Oct-09 10:02
protectorChristian Graus19-Oct-09 10:02 
JokeRe: TRIM(Total Records and Information Management) Pin
Bassam Saoud19-Oct-09 10:05
Bassam Saoud19-Oct-09 10:05 
GeneralRe: TRIM(Total Records and Information Management) Pin
Christian Graus19-Oct-09 13:38
protectorChristian Graus19-Oct-09 13:38 
JokeRe: TRIM(Total Records and Information Management) Pin
Bassam Saoud19-Oct-09 14:00
Bassam Saoud19-Oct-09 14:00 
GeneralRe: TRIM(Total Records and Information Management) Pin
Ha_8019-Oct-09 20:19
Ha_8019-Oct-09 20:19 
Questionhow to concatenate two dropdownlist items Pin
m@dhu19-Oct-09 1:18
m@dhu19-Oct-09 1:18 
how to insert two values from two dropdownlist into one column in sql
day month year into single parameter..

i tried this but not working..
any sample code plz..
        string str = Convert.ToString(DropDownList5.SelectedItem.Value) + Convert.ToString(DropDownList6.SelectedItem.Value)+Convert.ToString(DropDownList7.SelectedItem.Value);</pre>

  parameter to insert into database..         
<pre> cmd.Parameters.Add("@startdate", SqlDbType.SmallDateTime).Value = str;

AnswerRe: how to concatenate two dropdownlist items Pin
Gaurav Dudeja India19-Oct-09 1:24
Gaurav Dudeja India19-Oct-09 1:24 
AnswerRe: how to concatenate two dropdownlist items Pin
Ashfield19-Oct-09 1:28
Ashfield19-Oct-09 1:28 
GeneralRe: how to concatenate two dropdownlist items Pin
m@dhu19-Oct-09 1:37
m@dhu19-Oct-09 1:37 
GeneralRe: how to concatenate two dropdownlist items Pin
Ashfield19-Oct-09 8:47
Ashfield19-Oct-09 8:47 
AnswerRe: how to concatenate two dropdownlist items Pin
Gaurav Dudeja India19-Oct-09 1:36
Gaurav Dudeja India19-Oct-09 1:36 
GeneralRe: how to concatenate two dropdownlist items Pin
m@dhu19-Oct-09 1:55
m@dhu19-Oct-09 1:55 
GeneralRe: how to concatenate two dropdownlist items Pin
Gaurav Dudeja India19-Oct-09 1:59
Gaurav Dudeja India19-Oct-09 1:59 
GeneralRe: how to concatenate two dropdownlist items Pin
m@dhu19-Oct-09 2:06
m@dhu19-Oct-09 2:06 
GeneralRe: how to concatenate two dropdownlist items Pin
Christian Graus19-Oct-09 9:53
protectorChristian Graus19-Oct-09 9:53 
GeneralRe: how to concatenate two dropdownlist items Pin
Christian Graus19-Oct-09 2:01
protectorChristian Graus19-Oct-09 2:01 
AnswerRe: how to concatenate two dropdownlist items Pin
carlecomm20-Oct-09 15:59
carlecomm20-Oct-09 15:59 
QuestionFile upload using batch file in asp.net Pin
monu nair19-Oct-09 1:17
monu nair19-Oct-09 1:17 
AnswerRe: File upload using batch file in asp.net Pin
Christian Graus19-Oct-09 1:28
protectorChristian Graus19-Oct-09 1:28 
GeneralRe: File upload using batch file in asp.net Pin
monu nair19-Oct-09 1:35
monu nair19-Oct-09 1:35 
GeneralRe: File upload using batch file in asp.net Pin
Christian Graus19-Oct-09 1:39
protectorChristian Graus19-Oct-09 1:39 
GeneralRe: File upload using batch file in asp.net Pin
monu nair19-Oct-09 1:41
monu nair19-Oct-09 1:41 
GeneralRe: File upload using batch file in asp.net Pin
Christian Graus19-Oct-09 1:42
protectorChristian Graus19-Oct-09 1:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.