Click here to Skip to main content
15,896,269 members

Comments by Member 8371764 (Top 4 by date)

Member 8371764 6-Dec-11 4:24am View    
Deleted
aslamu alaikum , how to get values from database from date 1st to 30th
Member 8371764 6-Dec-11 2:52am View    
select slno,visttime=REPLACE(REPLACE(CONVERT(varchar(15),@visttime,100),'PM',' PM'),'AM',' AM'),doctorcode,REPLACE(REPLACE(CONVERT(varchar(15),visttime,100),'PM',' PM'),'AM',' AM')+':'+CONVERT(nvarchar(11), datee,106)as good ,vistday=case when vistday='1' then 'Sunday' when vistday='2' then 'Monday' when vistday='3' then 'Tuesday' when vistday='4' then 'Wednesday' when vistday='5' then 'Thursday' when vistday='6' then 'Friday' when vistday='7' then 'Saturday' end,pd=case when pd='y' then 'yes' when pd='N' then 'No' end from table-name
Member 8371764 6-Dec-11 2:49am View    
give all the methods inside the
if(!ispostback)
{
//methods
}
Member 8371764 2-Dec-11 23:39pm View    
are u using rad controls