Click here to Skip to main content
16,019,043 members

Comments by aryanbharti (Top 10 by date)

aryanbharti 11-May-11 1:54am View    
JobCode is int. my Query was runing well but today i truncate table and insert new data then it enable to fetch data.
aryanbharti 11-May-11 1:38am View    
I have put jobcode in where condition see in query

rp_tbl_family.family_id=rp_tbl_professional.family_id where 1=1 and rp_tbl_CreateNewJob.JobCode =' + convert (varchar(50),@JobCode)+ ' and rp_tbl_personal_details.dob BETWEEN ' + ''''+ convert(varchar(50),@dob) + ''''+' and ' +''''+ convert(varchar(50),@do)+''''
if (@prof_qual!='')
begin
set @proce =@proce + ' and rp_tbl_academic_details.prof_qual in ('+'''' + convert (varchar (50),@prof_qual)+''')'
end
if (@prof_stream!='0')
begin
aryanbharti 4-May-11 7:32am View    
http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx

Hope it will help you
aryanbharti 3-May-11 9:20am View    
Hi It will be better to do it using stored procedure. It will be easy to bind Grid and show data from database.
aryanbharti 13-Apr-11 8:58am View    
yes i got it. thanks