asp.net queries PDF Print E-mail
Written by nishant   
Thursday, 07 October 2010 00:30

Put asp.net queries or problem you are facing while doing programming and The person who knows the solution of queries can give the reply of query.It will help all of us to increase the knowledge and track of queries.

 

Comments  

 
0 # nishant 2010-10-07 00:36
why microsoft do not make asp.net environment in free like in comparison with php
Reply | Reply with quote | Quote
 
 
0 # aditya 2010-10-07 04:45
How to add fck editor in asp.net 3.5
Reply | Reply with quote | Quote
 
 
0 # nishant 2010-10-10 05:01
i will try and let you know try it yourself also daily at least 1/2 hr
Reply | Reply with quote | Quote
 
 
0 # aditya 2010-10-07 11:42
select lvl.level_name,category.cat_name,institute.institute_name,institute.institute_address,institute.institute_desc,institute.institute_desc,institute.institute_desc,institute.institute_logo,institute.institute_address,location.loc_name,subject.sub_name from seek_category category inner join seek_institute_cat catinstitute on category.cat_id=catinstitute.cat_id inner join seek_institute institute on catinstitute.institute_id=institute.institute_id inner join Seek_institute_subject subcatinstitute on subcatinstitute.institute_id=institute.institute_id inner join seek_subject subject on subject.sub_id=subcatinstitute.sub_id inner join seek_cat_level catlvl on category.cat_id=catlvl.cat_id inner join seek_level lvl on lvl.level_id=catlvl.level_id inner join seek_location location on location.loc_id=institute.institute_id where location.loc_id=4 group by institute.institute_name
Reply | Reply with quote | Quote
 
 
0 # nishant 2010-10-10 05:38
select lvl.level_name,category.cat_name,institute.institute_name,institute.institute_address,institute.institute_desc,institute.institute_desc,institute.institute_desc,institute.institute_logo,institute.institute_address,location.loc_name,subject.sub_name from seek_category category inner join seek_institute_cat catinstitute on category.cat_id=catinstitute.cat_id inner join seek_institute institute on catinstitute.institute_id=institute.institute_id inner join Seek_institute_subject subcatinstitute on subcatinstitute.institute_id=institute.institute_id inner join seek_subject subject on subject.sub_id=subcatinstitute.sub_id inner join seek_cat_level catlvl on category.cat_id=catlvl.cat_id inner join seek_level lvl on lvl.level_id=catlvl.level_id inner join seek_location location on location.loc_id=institute.institute_id where location.loc_id=4 group by institute.institute_name

istly remove underlined and try to put in where condition like category.levelid in (select levelid from level table where level= || level=|| ) something like that try to do other wise i will try in office
Reply | Reply with quote | Quote
 
 
0 # neha 2010-10-17 08:12
is any cms available in .net like php
Reply | Reply with quote | Quote
 
 
0 # nishant 2010-10-25 16:03
yes dotnet nuke,shared point server and many others
Reply | Reply with quote | Quote
 
 
0 # aditya 2010-11-04 08:16
how to call java srcipt at run time in at run time


Sir I have a table name---- Level
its releted data is stored in Institute table .
When i am deleting data from level table . Corresponding data is stored in institute table will be deleteing but before deletion of data from institute a runtime java script call that genrate a confirm box for deletion
how can is it possible ?
Reply | Reply with quote | Quote
 

Add comment


Security code
Refresh