Click here to Skip to main content
15,913,115 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: dropdownlist Pin
vengaqua18-Mar-07 23:24
vengaqua18-Mar-07 23:24 
Questionserver control datagrid with ajax Pin
aminowest18-Mar-07 22:12
aminowest18-Mar-07 22:12 
QuestionASP.NET Pin
vineethuae18-Mar-07 21:24
vineethuae18-Mar-07 21:24 
QuestionAdd and update TreeView Pin
nannapanenikamalnath18-Mar-07 21:19
nannapanenikamalnath18-Mar-07 21:19 
AnswerRe: Add and update TreeView Pin
Frank Kerrigan19-Mar-07 1:35
Frank Kerrigan19-Mar-07 1:35 
QuestionTreeView HTML code Pin
nannapanenikamalnath18-Mar-07 21:10
nannapanenikamalnath18-Mar-07 21:10 
QuestionHow to Convert existing C# Windows Application to C# Web Application.. Pin
MPS_DotNet18-Mar-07 21:08
MPS_DotNet18-Mar-07 21:08 
AnswerRe: How to Convert existing C# Windows Application to C# Web Application.. Pin
V.18-Mar-07 23:35
professionalV.18-Mar-07 23:35 
AnswerRe: How to Convert existing C# Windows Application to C# Web Application.. Pin
Colin Angus Mackay19-Mar-07 1:21
Colin Angus Mackay19-Mar-07 1:21 
AnswerRe: How to Convert existing C# Windows Application to C# Web Application.. Pin
Dave Kreskowiak19-Mar-07 1:44
mveDave Kreskowiak19-Mar-07 1:44 
AnswerRe: How to Convert existing C# Windows Application to C# Web Application.. Pin
Vasudevan Deepak Kumar19-Mar-07 5:33
Vasudevan Deepak Kumar19-Mar-07 5:33 
QuestionSalvaging source code with Reflector, recompiling code with changes. Pin
Nostromo7718-Mar-07 19:53
Nostromo7718-Mar-07 19:53 
AnswerRe: Salvaging source code with Reflector, recompiling code with changes. Pin
Sun Rays18-Mar-07 20:23
Sun Rays18-Mar-07 20:23 
GeneralRe: Salvaging source code with Reflector, recompiling code with changes. Pin
Nostromo7719-Mar-07 4:56
Nostromo7719-Mar-07 4:56 
Questioncom component on aspx page Pin
Vishal Marya18-Mar-07 19:49
Vishal Marya18-Mar-07 19:49 
Questionabout window.close() Pin
Sebastian T Xavier18-Mar-07 19:48
Sebastian T Xavier18-Mar-07 19:48 
AnswerRe: about window.close() Pin
Ziyad Mohammad18-Mar-07 20:44
Ziyad Mohammad18-Mar-07 20:44 
GeneralRe: about window.close() Pin
Sebastian T Xavier18-Mar-07 21:01
Sebastian T Xavier18-Mar-07 21:01 
AnswerRe: about window.close() Pin
Vasudevan Deepak Kumar19-Mar-07 5:35
Vasudevan Deepak Kumar19-Mar-07 5:35 
QuestionProblem with access of folder Pin
Sun Rays18-Mar-07 19:41
Sun Rays18-Mar-07 19:41 
AnswerRe: Problem with access of folder Pin
Elina Blank19-Mar-07 3:56
sitebuilderElina Blank19-Mar-07 3:56 
AnswerRe: Problem with access of folder Pin
Vasudevan Deepak Kumar19-Mar-07 5:36
Vasudevan Deepak Kumar19-Mar-07 5:36 
GeneralRe: Problem with access of folder Pin
Sun Rays19-Mar-07 22:37
Sun Rays19-Mar-07 22:37 
QuestionSunday dates in Datagrid ............... Pin
Member 387988118-Mar-07 18:38
Member 387988118-Mar-07 18:38 
AnswerRe: Sunday dates in Datagrid ............... Pin
Sun Rays18-Mar-07 20:08
Sun Rays18-Mar-07 20:08 
u can check it as below.

for a perticular date u can check that
if YrDate.DayOfWeek = DayOfWeek.Sunday then
'''' It's SUNDAY.........
end if

Thanks,
Sun Rays

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.