Click here to Skip to main content
15,892,059 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAdding a username/ password to http-post in a console application Pin
rbreault27-Jul-07 10:39
rbreault27-Jul-07 10:39 
AnswerRe: Adding a username/ password to http-post in a console application Pin
Paul Conrad27-Jul-07 19:41
professionalPaul Conrad27-Jul-07 19:41 
GeneralRe: Adding a username/ password to http-post in a console application Pin
rbreault27-Jul-07 19:43
rbreault27-Jul-07 19:43 
GeneralRe: Adding a username/ password to http-post in a console application Pin
Paul Conrad27-Jul-07 19:49
professionalPaul Conrad27-Jul-07 19:49 
QuestionDate formatting Pin
Hasan Ali27-Jul-07 10:22
Hasan Ali27-Jul-07 10:22 
AnswerRe: Date formatting Pin
Hasan Ali27-Jul-07 10:27
Hasan Ali27-Jul-07 10:27 
GeneralRe: Date formatting Pin
Hasan Ali27-Jul-07 10:45
Hasan Ali27-Jul-07 10:45 
GeneralRe: Date formatting Pin
Hasan Ali27-Jul-07 10:51
Hasan Ali27-Jul-07 10:51 
DateTime dta;
dta = Convert.ToDateTime(DateTime.Now.ToString("MM/dd/yyyy HH:mm:ss.ffffff"));
String hhh = dta.ToString("MM/dd/yyyy HH:mm:ss.ffffff");
String ms = dta.Millisecond.ToString();
AnswerRe: Date formatting Pin
Paul Conrad27-Jul-07 10:40
professionalPaul Conrad27-Jul-07 10:40 
AnswerRe: Date formatting Pin
Christian Graus27-Jul-07 14:22
protectorChristian Graus27-Jul-07 14:22 
Questionhow can i update the gridview with ajax???? Pin
mr.mohsen27-Jul-07 9:37
mr.mohsen27-Jul-07 9:37 
AnswerRe: how can i update the gridview with ajax???? Pin
Christian Graus27-Jul-07 11:26
protectorChristian Graus27-Jul-07 11:26 
Questiondecrease online users Pin
mr.mohsen27-Jul-07 9:33
mr.mohsen27-Jul-07 9:33 
AnswerRe: decrease online users Pin
Paul Conrad27-Jul-07 9:42
professionalPaul Conrad27-Jul-07 9:42 
GeneralRe: decrease online users Pin
mr.mohsen27-Jul-07 9:49
mr.mohsen27-Jul-07 9:49 
GeneralRe: decrease online users Pin
Cfer8327-Jul-07 10:02
Cfer8327-Jul-07 10:02 
GeneralRe: decrease online users Pin
Paul Conrad27-Jul-07 10:12
professionalPaul Conrad27-Jul-07 10:12 
AnswerRe: decrease online users Pin
T.EDY27-Jul-07 16:56
T.EDY27-Jul-07 16:56 
QuestionView Error like in XP Pin
mehrdadc4827-Jul-07 8:32
mehrdadc4827-Jul-07 8:32 
AnswerRe: View Error like in XP Pin
Paul Conrad27-Jul-07 9:43
professionalPaul Conrad27-Jul-07 9:43 
QuestionCustomErrors not working as expected for 404 Pin
leapforward27-Jul-07 7:13
leapforward27-Jul-07 7:13 
AnswerRe: CustomErrors not working as expected for 404 Pin
Paul Conrad27-Jul-07 9:45
professionalPaul Conrad27-Jul-07 9:45 
GeneralRe: CustomErrors not working as expected for 404 Pin
leapforward30-Jul-07 7:40
leapforward30-Jul-07 7:40 
GeneralRe: CustomErrors not working as expected for 404 Pin
Paul Conrad30-Jul-07 10:52
professionalPaul Conrad30-Jul-07 10:52 
GeneralRe: CustomErrors not working as expected for 404 Pin
leapforward30-Jul-07 11:54
leapforward30-Jul-07 11:54 

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.