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

ASP.NET

 
Questionhow to concatenate two dropdownlist items Pin
m@dhu19-Oct-09 1:18
m@dhu19-Oct-09 1:18 
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 
yes your string is not in a valid date time format you can do this by

string final=str1+"-"+str2+"-"+str3;
final=datetime.parse(final).tostring();
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 
GeneralRe: File upload using batch file in asp.net Pin
monu nair19-Oct-09 1:46
monu nair19-Oct-09 1:46 
GeneralRe: File upload using batch file in asp.net Pin
Christian Graus19-Oct-09 1:49
protectorChristian Graus19-Oct-09 1:49 
GeneralRe: File upload using batch file in asp.net Pin
monu nair19-Oct-09 1:37
monu nair19-Oct-09 1:37 
GeneralRe: File upload using batch file in asp.net Pin
Christian Graus19-Oct-09 1:41
protectorChristian Graus19-Oct-09 1:41 
AnswerRe: File upload using batch file in asp.net Pin
Christian Graus19-Oct-09 1:57
protectorChristian Graus19-Oct-09 1:57 
QuestionHow to set a row of a gridview visible=false Pin
santu32119-Oct-09 0:33
santu32119-Oct-09 0:33 
AnswerRe: How to set a row of a gridview visible=false Pin
Gaurav Dudeja India19-Oct-09 0:49
Gaurav Dudeja India19-Oct-09 0:49 

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.