Click here to Skip to main content
15,888,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Birthday date problems Pin
Sun Rays13-Nov-07 0:35
Sun Rays13-Nov-07 0:35 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 0:39
matjame13-Nov-07 0:39 
GeneralRe: Birthday date problems Pin
Sun Rays13-Nov-07 0:42
Sun Rays13-Nov-07 0:42 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 0:59
matjame13-Nov-07 0:59 
GeneralRe: Birthday date problems Pin
Sun Rays13-Nov-07 1:13
Sun Rays13-Nov-07 1:13 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 1:40
matjame13-Nov-07 1:40 
GeneralRe: Birthday date problems Pin
matjame14-Nov-07 0:01
matjame14-Nov-07 0:01 
AnswerRe: Birthday date problems Pin
Jintal Patel13-Nov-07 2:17
Jintal Patel13-Nov-07 2:17 
hi
try with this query..

if i m not wrong then BirthDate is your table column name ..

select * from Tablename WHERE (DATEPART(month, BirthDate) = @mt) AND (DATEPART(day, BirthDate) = @dt)

set value of this both variable as u want





Jintal Patel

GeneralRe: Birthday date problems Pin
matjame13-Nov-07 2:26
matjame13-Nov-07 2:26 
GeneralRe: Birthday date problems Pin
Jintal Patel13-Nov-07 2:40
Jintal Patel13-Nov-07 2:40 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 2:47
matjame13-Nov-07 2:47 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 2:50
matjame13-Nov-07 2:50 
GeneralRe: Birthday date problems Pin
Jintal Patel13-Nov-07 17:59
Jintal Patel13-Nov-07 17:59 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 19:44
matjame13-Nov-07 19:44 
GeneralRe: Birthday date problems Pin
Jintal Patel13-Nov-07 19:53
Jintal Patel13-Nov-07 19:53 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 20:06
matjame13-Nov-07 20:06 
GeneralRe: Birthday date problems Pin
Jintal Patel13-Nov-07 23:48
Jintal Patel13-Nov-07 23:48 
GeneralRe: Birthday date problems Pin
matjame14-Nov-07 0:00
matjame14-Nov-07 0:00 
GeneralRe: Birthday date problems Pin
Jintal Patel14-Nov-07 0:37
Jintal Patel14-Nov-07 0:37 
AnswerRe: Birthday date problems Pin
Guffa13-Nov-07 6:14
Guffa13-Nov-07 6:14 
Questioncall javascript from ContentPlaceHolder Pin
yesu prakash12-Nov-07 23:47
yesu prakash12-Nov-07 23:47 
AnswerRe: call javascript from ContentPlaceHolder Pin
N a v a n e e t h13-Nov-07 0:01
N a v a n e e t h13-Nov-07 0:01 
GeneralRe: call javascript from ContentPlaceHolder Pin
yesu prakash13-Nov-07 0:05
yesu prakash13-Nov-07 0:05 
GeneralRe: call javascript from ContentPlaceHolder Pin
N a v a n e e t h13-Nov-07 0:28
N a v a n e e t h13-Nov-07 0:28 
AnswerRe: call javascript from ContentPlaceHolder Pin
Sun Rays13-Nov-07 0:13
Sun Rays13-Nov-07 0:13 

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.