Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how select who have less than 40total marks in term test. when we enter name and there total marks to databse, i need see who have less than 40total. names shold see in datagrd. um usng vb.net and sql servr.pls help me.
Posted
Updated 29-Feb-12 4:11am
v2
Comments
Mahmud Hasan 29-Feb-12 10:09am    
Are you looking for the query? If yes it is simple. select * from yourtable where total<40.

However, if you look for the code to show the list of people in a grid using vb.net, I think your question is not relevant for this forum. Here, you need to show your effort to solve your problem. The forum will help you so that you can overcome the issues with your solution. If you sample a solution, the forum may suggest better approach too. Please post your codes that you had already tried.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900