Click here to Skip to main content
15,921,113 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: paging? Pin
kishorgh8-Apr-09 20:44
kishorgh8-Apr-09 20:44 
Questiontrigger event for nonalphanumeric keys Pin
billcodes7-Apr-09 20:39
billcodes7-Apr-09 20:39 
AnswerRe: trigger event for nonalphanumeric keys Pin
Abhijit Jana7-Apr-09 20:45
professionalAbhijit Jana7-Apr-09 20:45 
GeneralRe: trigger event for nonalphanumeric keys Pin
Rajeesh MP8-Apr-09 2:10
Rajeesh MP8-Apr-09 2:10 
QuestionDifference? Pin
Karthick_gc7-Apr-09 20:31
Karthick_gc7-Apr-09 20:31 
AnswerRe: Difference? Pin
Abhijit Jana7-Apr-09 20:48
professionalAbhijit Jana7-Apr-09 20:48 
Question2 days before of my date Pin
ptvce7-Apr-09 20:06
ptvce7-Apr-09 20:06 
AnswerRe: 2 days before of my date Pin
mr_muskurahat7-Apr-09 20:13
mr_muskurahat7-Apr-09 20:13 
you need to use timespan function or you can also use

System.DateTime dtTodayNoon = new System.DateTime(2006, 9, 13, 12, 0, 0);

System.DateTime dtTodayMidnight = new System.DateTime(2006, 9, 13, 0, 0, 0);

System.TimeSpan diffResult = dtTodayNoon.Subtract(dtYestMidnight);

Government Dyal Singh College Lahore.

GeneralRe: 2 days before of my date Pin
J4amieC7-Apr-09 22:27
J4amieC7-Apr-09 22:27 
AnswerRe: 2 days before of my date Pin
Christian Graus7-Apr-09 20:14
protectorChristian Graus7-Apr-09 20:14 
AnswerRe: 2 days before of my date Pin
J4amieC7-Apr-09 22:25
J4amieC7-Apr-09 22:25 
QuestionRemove duplicate value from dropdownlist Pin
kishorgh7-Apr-09 20:03
kishorgh7-Apr-09 20:03 
AnswerRe: Remove duplicate value from dropdownlist Pin
mr_muskurahat7-Apr-09 20:10
mr_muskurahat7-Apr-09 20:10 
GeneralRe: Remove duplicate value from dropdownlist Pin
kishorgh7-Apr-09 20:20
kishorgh7-Apr-09 20:20 
QuestionNamespace? Pin
Illegal Operation7-Apr-09 17:20
Illegal Operation7-Apr-09 17:20 
AnswerRe: Namespace? Pin
lovexiaoxiao7-Apr-09 17:26
lovexiaoxiao7-Apr-09 17:26 
AnswerRe: Namespace? Pin
Christian Graus7-Apr-09 17:37
protectorChristian Graus7-Apr-09 17:37 
GeneralRe: Namespace? Pin
Illegal Operation7-Apr-09 18:17
Illegal Operation7-Apr-09 18:17 
GeneralRe: Namespace? Pin
lovexiaoxiao7-Apr-09 18:28
lovexiaoxiao7-Apr-09 18:28 
QuestionGet DetailsView templatefield value... [modified] Pin
alvarog017-Apr-09 9:53
alvarog017-Apr-09 9:53 
AnswerRe: Get DetailsView templatefield value... Pin
Yusuf7-Apr-09 11:15
Yusuf7-Apr-09 11:15 
GeneralRe: Get DetailsView templatefield value... Pin
alvarog017-Apr-09 22:36
alvarog017-Apr-09 22:36 
GeneralRe: Get DetailsView templatefield value... Pin
Yusuf8-Apr-09 1:42
Yusuf8-Apr-09 1:42 
QuestionHow to Paly with TemplateField in a DataGrid Pin
harissssss7-Apr-09 9:48
harissssss7-Apr-09 9:48 
AnswerRe: How to Paly with TemplateField in a DataGrid Pin
Yusuf7-Apr-09 11:10
Yusuf7-Apr-09 11:10 

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.