Click here to Skip to main content
15,895,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to get selected value from dynamically created dropdownlistbox which is placed in placeholder Pin
vidhyap21-May-08 1:50
vidhyap21-May-08 1:50 
GeneralRe: how to get selected value from dynamically created dropdownlistbox which is placed in placeholder [modified] Pin
Sandeep Akhare21-May-08 3:01
Sandeep Akhare21-May-08 3:01 
GeneralRe: how to get selected value from dynamically created dropdownlistbox which is placed in placeholder Pin
vidhyap21-May-08 17:12
vidhyap21-May-08 17:12 
GeneralRe: how to get selected value from dynamically created dropdownlistbox which is placed in placeholder Pin
vidhyap21-May-08 19:06
vidhyap21-May-08 19:06 
Questionchange datetime format Pin
venkat86_ece21-May-08 1:08
venkat86_ece21-May-08 1:08 
AnswerRe: change datetime format Pin
Christian Graus21-May-08 1:09
protectorChristian Graus21-May-08 1:09 
GeneralRe: change datetime format Pin
venkat86_ece21-May-08 1:19
venkat86_ece21-May-08 1:19 
GeneralRe: change datetime format Pin
Christian Graus21-May-08 1:22
protectorChristian Graus21-May-08 1:22 
you have a string, and you want to change it's format, so you need to take the string and reorganise it. use the split method to split based on the / then reorder the three items you get back, to get the format you want. Or just use int.tryparse to get the ints and build a date time from there, if that is what you need.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: change datetime format Pin
venkat86_ece21-May-08 1:41
venkat86_ece21-May-08 1:41 
GeneralRe: change datetime format Pin
Christian Graus21-May-08 1:43
protectorChristian Graus21-May-08 1:43 
AnswerRe: change datetime format Pin
gnjunge21-May-08 21:07
gnjunge21-May-08 21:07 
AnswerRe: change datetime format Pin
gnjunge21-May-08 21:15
gnjunge21-May-08 21:15 
QuestionProblem in Postback Pin
aaraaayen21-May-08 1:02
aaraaayen21-May-08 1:02 
AnswerRe: Problem in Postback Pin
Christian Graus21-May-08 1:05
protectorChristian Graus21-May-08 1:05 
Question/ in sql statement Pin
eyeseetee21-May-08 0:41
eyeseetee21-May-08 0:41 
AnswerRe: / in sql statement Pin
Christian Graus21-May-08 1:07
protectorChristian Graus21-May-08 1:07 
GeneralRe: / in sql statement Pin
eyeseetee21-May-08 1:22
eyeseetee21-May-08 1:22 
GeneralRe: / in sql statement Pin
Christian Graus21-May-08 1:26
protectorChristian Graus21-May-08 1:26 
GeneralRe: / in sql statement Pin
eyeseetee21-May-08 2:20
eyeseetee21-May-08 2:20 
GeneralRe: / in sql statement Pin
Guffa21-May-08 7:07
Guffa21-May-08 7:07 
Questionif img1.src="", set random image through Response.BinaryWrite() Pin
Vsree21-May-08 0:34
Vsree21-May-08 0:34 
AnswerRe: if img1.src="", set random image through Response.BinaryWrite() Pin
Christian Graus21-May-08 1:08
protectorChristian Graus21-May-08 1:08 
Questionpass value from HTML to .aspx page Pin
sjs4u20-May-08 23:25
sjs4u20-May-08 23:25 
AnswerRe: pass value from HTML to .aspx page Pin
Christian Graus20-May-08 23:28
protectorChristian Graus20-May-08 23:28 
AnswerRe: pass value from HTML to .aspx page Pin
Spunky Coder20-May-08 23:38
Spunky Coder20-May-08 23:38 

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.