Click here to Skip to main content
15,911,762 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Display DB records In Flash Pin
Christian Graus7-Aug-07 20:08
protectorChristian Graus7-Aug-07 20:08 
Questionsession_end Pin
Sonia Gupta7-Aug-07 19:07
Sonia Gupta7-Aug-07 19:07 
AnswerRe: session_end Pin
sulabh20207-Aug-07 22:33
sulabh20207-Aug-07 22:33 
AnswerRe: session_end Pin
N a v a n e e t h7-Aug-07 22:39
N a v a n e e t h7-Aug-07 22:39 
GeneralRe: session_end Pin
Sonia Gupta7-Aug-07 23:39
Sonia Gupta7-Aug-07 23:39 
GeneralRe: session_end Pin
N a v a n e e t h7-Aug-07 23:42
N a v a n e e t h7-Aug-07 23:42 
GeneralRe: session_end Pin
Sonia Gupta7-Aug-07 23:47
Sonia Gupta7-Aug-07 23:47 
QuestionUpdate query probs..., Pin
Member 38798817-Aug-07 18:59
Member 38798817-Aug-07 18:59 
Hi i have like this one table...,

id value1 edate
100 2000 5/21/2006
100 3000 7/14/2006
100 1600 12/12/2006
100 4000 5/17/2007

in this suppose i want to see the value in the month of 11 and year 2006
i will select like this:

select top 1 from tablename where empid=100 and (datepart(yyyy,edate) < 2006 or (datepart(yyyy,edate) = 2006 and datepart(mm,edate) <= 11)) order by edate desc
so it will give the value:

100 3000 7/14/2006

same like this suppose i want to update the month value...
how to do that...,
Plz help me..,


Regards,
Magi

AnswerRe: Update query probs..., Pin
Christian Graus7-Aug-07 19:07
protectorChristian Graus7-Aug-07 19:07 
AnswerRe: Update query probs..., Pin
HemMagesh7-Aug-07 20:09
HemMagesh7-Aug-07 20:09 
QuestionHow to Replace return white space in a string with Pin
sabby20067-Aug-07 18:39
sabby20067-Aug-07 18:39 
AnswerRe: How to Replace return white space in a string with Pin
Christian Graus7-Aug-07 19:08
protectorChristian Graus7-Aug-07 19:08 
GeneralRe: How to Replace return white space in a string with Pin
sabby20068-Aug-07 1:12
sabby20068-Aug-07 1:12 
QuestionUsing a Generic Method with an ObjectDataSource Pin
Santiago Perez7-Aug-07 18:10
Santiago Perez7-Aug-07 18:10 
QuestionHelp me in Query string Pin
krishsenthilraj7-Aug-07 16:04
krishsenthilraj7-Aug-07 16:04 
AnswerRe: Help me in Query string Pin
Steve Echols7-Aug-07 17:06
Steve Echols7-Aug-07 17:06 
AnswerRe: Help me in Query string Pin
N a v a n e e t h7-Aug-07 22:43
N a v a n e e t h7-Aug-07 22:43 
QuestionASP.NET is not authorized to access the requested resource. Pin
ASPnoob7-Aug-07 13:31
ASPnoob7-Aug-07 13:31 
AnswerRe: ASP.NET is not authorized to access the requested resource. Pin
Paddy Boyd7-Aug-07 22:25
Paddy Boyd7-Aug-07 22:25 
QuestionSubject: passing value from Sharepoint control to ASP button. [modified] Pin
developoff7-Aug-07 11:04
developoff7-Aug-07 11:04 
QuestionDoes ASP.NET use Javascript to do postbacks? Pin
Cfer837-Aug-07 7:35
Cfer837-Aug-07 7:35 
AnswerRe: Does ASP.NET use Javascript to do postbacks? Pin
Mircea Grelus7-Aug-07 8:12
Mircea Grelus7-Aug-07 8:12 
GeneralRe: Does ASP.NET use Javascript to do postbacks? Pin
Cfer837-Aug-07 8:30
Cfer837-Aug-07 8:30 
GeneralRe: Does ASP.NET use Javascript to do postbacks? Pin
Guffa7-Aug-07 9:17
Guffa7-Aug-07 9:17 
Questionis session affect on site speed ? Pin
mohamed antar7-Aug-07 6:46
mohamed antar7-Aug-07 6:46 

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.