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

ASP.NET

 
QuestionProblem with datagrid fixed column Pin
Kanjinghat25-Sep-06 2:35
Kanjinghat25-Sep-06 2:35 
AnswerRe: Problem with datagrid fixed column Pin
leckey25-Sep-06 15:54
leckey25-Sep-06 15:54 
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 
use DateTime.Compare Method

For Example :
DateTime.Compare(DateTime.Parse("12/12/2005"), DateTime.Now) returns -1 indicating Later is greater.

DateTime.Compare(DateTime.Now , DateTime.Parse("12/12/2005") ) returns 1
indicating Former is greater.

DateTime.Compare( DateTime.Now, DateTime.Now) returns 0 indicating both are same.

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 
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 

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.