Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have 4 textbox and a gridview.at a time i can enter text in any of 4 textbox and according to what i have entered,that query must return result in gridview.
Posted
Comments
squirrel4689 13-Jul-12 1:53am    
i dont need to find sum.i have 4 textbox which consist of 4 different query .so if i enter text in 1st textbox id then 1st query must be displayed in gridview or if i want to find record according to name and so on
squirrel4689 13-Jul-12 1:55am    
i want to find records in gridview depending on id which is textbox1 or name 2nd textbox etc on click of button
squirrel4689 13-Jul-12 1:58am    
basically filtering gridview on any 1 out of 4 textbox on single button click.
Jim Jos 13-Jul-12 2:19am    
How are you forming the query? Is it Linq or Stored Proc with parameters..or ADO.NET Query
Sandeep Mewara 13-Jul-12 11:11am    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.

1 solution

Based on your question, I could decipher that perhaps you are looking for a sum total of rows in a column.
CodeProject Frequently Asked Questions Series 1: The ASP.NET GridView[^] could help you out.
 
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