Click here to Skip to main content
15,902,863 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem with datagrid fixed column Pin
Kanjinghat25-Sep-06 20:25
Kanjinghat25-Sep-06 20:25 
AnswerRe: Problem with datagrid fixed column Pin
Khawar Abbas125-Sep-06 17:41
Khawar Abbas125-Sep-06 17:41 
GeneralRe: Problem with datagrid fixed column Pin
Kanjinghat25-Sep-06 20:28
Kanjinghat25-Sep-06 20:28 
AnswerRe: Problem with datagrid fixed column Pin
Kanjinghat25-Sep-06 21:50
Kanjinghat25-Sep-06 21:50 
Questionget the difference between two dates Pin
abdelhameed8125-Sep-06 1:51
abdelhameed8125-Sep-06 1:51 
AnswerRe: get the difference between two dates Pin
M LN Rao25-Sep-06 2:15
M LN Rao25-Sep-06 2:15 
AnswerRe: get the difference between two dates Pin
Guffa25-Sep-06 2:17
Guffa25-Sep-06 2:17 
AnswerRe: get the difference between two dates Pin
Meax25-Sep-06 2:18
Meax25-Sep-06 2:18 
Dim date1 As Date
Dim date2 As Date

date1 = "9/25/2006 8:02:44 PM"

date2 = "9/23/2006 8:02:44 PM"


If date1 > date2 Then
Response.Write("date1 is recent")
Else
Response.Write("date2 is recent")
End If



not the best way to do it but still you can
AnswerRe: get the difference between two dates Pin
parveen_banuk25-Sep-06 2:59
parveen_banuk25-Sep-06 2:59 
QuestionHelp on ErrSub: Pin
Dayekh25-Sep-06 1:46
Dayekh25-Sep-06 1:46 
Questionhow to add javascript to webapplication and how to use it Pin
ashraf hakiem25-Sep-06 1:40
ashraf hakiem25-Sep-06 1:40 
AnswerRe: how to add javascript to webapplication and how to use it Pin
Jakob Farian Krarup25-Sep-06 1:47
Jakob Farian Krarup25-Sep-06 1:47 
AnswerRe: how to add javascript to webapplication and how to use it Pin
parveen_banuk25-Sep-06 3:05
parveen_banuk25-Sep-06 3:05 
AnswerRe: how to add javascript to webapplication and how to use it Pin
Meax25-Sep-06 4:52
Meax25-Sep-06 4:52 
QuestionAvoiding login box in NTLM authentication Pin
Vijay Bhasker Reddy CH25-Sep-06 1:40
Vijay Bhasker Reddy CH25-Sep-06 1:40 
AnswerRe: Avoiding login box in NTLM authentication Pin
M LN Rao25-Sep-06 2:20
M LN Rao25-Sep-06 2:20 
Questionupdate app.config file at runtime using my.settings Pin
steve_rm25-Sep-06 1:22
steve_rm25-Sep-06 1:22 
AnswerRe: update app.config file at runtime using my.settings Pin
M LN Rao25-Sep-06 1:42
M LN Rao25-Sep-06 1:42 
AnswerRe: update app.config file at runtime using my.settings Pin
parveen_banuk25-Sep-06 3:29
parveen_banuk25-Sep-06 3:29 
QuestionRe: update app.config file at runtime using my.settings Pin
steve_rm25-Sep-06 4:46
steve_rm25-Sep-06 4:46 
QuestionPlease help me to set dataGrid Scrolling Pin
Kokila.B25-Sep-06 0:52
Kokila.B25-Sep-06 0:52 
AnswerRe: Please help me to set dataGrid Scrolling Pin
Amit Kushwaha25-Sep-06 0:58
Amit Kushwaha25-Sep-06 0:58 
GeneralRe: Please help me to set dataGrid Scrolling Pin
Kokila.B25-Sep-06 1:32
Kokila.B25-Sep-06 1:32 
GeneralRe: Please help me to set dataGrid Scrolling Pin
Amit Kushwaha25-Sep-06 3:40
Amit Kushwaha25-Sep-06 3:40 
Questioncan not run in debug mode - vs.net 1.0 Pin
Amit Kushwaha25-Sep-06 0:48
Amit Kushwaha25-Sep-06 0:48 

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.