Click here to Skip to main content
15,922,630 members
Home / Discussions / C#
   

C#

 
GeneralRe: Common Event for all Editable controls (ASP.NET) Pin
Not Active2-Jan-08 3:04
mentorNot Active2-Jan-08 3:04 
GeneralRe: Common Event for all Editable controls (ASP.NET) Pin
Pete O'Hanlon2-Jan-08 3:05
mvePete O'Hanlon2-Jan-08 3:05 
GeneralRe: Common Event for all Editable controls (ASP.NET) Pin
Abhijit Jana2-Jan-08 4:43
professionalAbhijit Jana2-Jan-08 4:43 
GeneralWrap Multi row value into one string [modified] Pin
haishan12-Jan-08 1:45
haishan12-Jan-08 1:45 
GeneralRe: Wrap Multi row value into one string Pin
DotNetXenon2-Jan-08 4:22
DotNetXenon2-Jan-08 4:22 
GeneralRe: Wrap Multi row value into one string Pin
haishan12-Jan-08 5:23
haishan12-Jan-08 5:23 
GeneralWho to create BackUp DataBase Sql Server From C#.Net Pin
Thaer Hamael2-Jan-08 1:45
Thaer Hamael2-Jan-08 1:45 
GeneralRe: Who to create BackUp DataBase Sql Server From C#.Net Pin
Jimmanuel2-Jan-08 2:03
Jimmanuel2-Jan-08 2:03 
GeneralRe: Who to create BackUp DataBase Sql Server From C#.Net Pin
Abhijit Jana2-Jan-08 2:08
professionalAbhijit Jana2-Jan-08 2:08 
GeneralRe: Who to create BackUp DataBase Sql Server From C#.Net Pin
Thaer Hamael2-Jan-08 22:01
Thaer Hamael2-Jan-08 22:01 
GeneralRe: Who to create BackUp DataBase Sql Server From C#.Net Pin
Abhijit Jana3-Jan-08 3:22
professionalAbhijit Jana3-Jan-08 3:22 
QuestionConverting Word DOCs to PDFs Pin
Vruddhi Vasoo2-Jan-08 1:05
Vruddhi Vasoo2-Jan-08 1:05 
GeneralRe: Converting Word DOCs to PDFs Pin
DotNetXenon2-Jan-08 4:27
DotNetXenon2-Jan-08 4:27 
GeneralRe: Converting Word DOCs to PDFs Pin
Vruddhi Vasoo2-Jan-08 18:13
Vruddhi Vasoo2-Jan-08 18:13 
GeneralRe: Converting Word DOCs to PDFs Pin
Ed.Poore2-Jan-08 4:38
Ed.Poore2-Jan-08 4:38 
GeneralRe: Converting Word DOCs to PDFs Pin
Vruddhi Vasoo2-Jan-08 17:58
Vruddhi Vasoo2-Jan-08 17:58 
GeneralRe: Converting Word DOCs to PDFs Pin
Thomas Stockwell2-Jan-08 14:10
professionalThomas Stockwell2-Jan-08 14:10 
GeneralRe: Converting Word DOCs to PDFs Pin
Vruddhi Vasoo2-Jan-08 18:07
Vruddhi Vasoo2-Jan-08 18:07 
GeneralGridview postback quesion Pin
eyeseetee2-Jan-08 0:43
eyeseetee2-Jan-08 0:43 
GeneralRe: Gridview postback quesion Pin
eyeseetee2-Jan-08 2:38
eyeseetee2-Jan-08 2:38 
GeneralRe: Gridview postback quesion Pin
Abhijit Jana2-Jan-08 4:54
professionalAbhijit Jana2-Jan-08 4:54 
GeneralRe: Gridview postback quesion Pin
Urs Enzler2-Jan-08 7:52
Urs Enzler2-Jan-08 7:52 
GeneralSearching / Filtering database Pin
ph1l22-Jan-08 0:14
ph1l22-Jan-08 0:14 
GeneralRe: Searching / Filtering database Pin
J4amieC2-Jan-08 0:45
J4amieC2-Jan-08 0:45 
GeneralRe: Searching / Filtering database Pin
ph1l22-Jan-08 1:51
ph1l22-Jan-08 1:51 
Right, im fairly new to this so here goes trying to explain a little more...

I load all of the data into the app using tableadapter.Fill as there is data to be refrenced and displayed, but i have created a querey using the dataset designer then i load it using the tableadpater.quereyname. That runs ok but then i have to reload the information back in so it will display all the data. Thats the bit that really takes the time.

I was thinking that surely there is a way that it loads the information once but then when you search it will simply hide records that do not match what your searching for, a filter rather than a search? That way, when you display all the data, it simply removes the filter.

Is that clear what im trying to acheive? Am i way off here?


below is a bit of the code im using....

To get all the data....
this.tecTableAdapter.Fill(this.tecDataSet.History);

Then to search....
this.tecTableAdapter.SearchN(this.tecDataSet.History, sn.Text);

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.