Click here to Skip to main content
15,905,867 members
Home / Discussions / C#
   

C#

 
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);
GeneralRe: Searching / Filtering database Pin
J4amieC2-Jan-08 3:08
J4amieC2-Jan-08 3:08 
GeneralFilter/Copy datatable columns Pin
mpavas2-Jan-08 0:04
mpavas2-Jan-08 0:04 
GeneralRe: Filter/Copy datatable columns Pin
ChandraRam2-Jan-08 0:50
ChandraRam2-Jan-08 0:50 
GeneralRe: Filter/Copy datatable columns Pin
mpavas2-Jan-08 1:06
mpavas2-Jan-08 1:06 
Generalwrapper classes in C# Pin
prince nani2-Jan-08 0:01
prince nani2-Jan-08 0:01 
GeneralRe: wrapper classes in C# Pin
Colin Angus Mackay2-Jan-08 0:46
Colin Angus Mackay2-Jan-08 0:46 
GeneralRe: wrapper classes in C# Pin
CPallini2-Jan-08 0:59
mveCPallini2-Jan-08 0:59 
GeneralDatarow viewing Pin
Hum Dum1-Jan-08 23:17
Hum Dum1-Jan-08 23:17 
Generalregular expression Pin
prasadbuddhika1-Jan-08 22:22
prasadbuddhika1-Jan-08 22:22 
GeneralRe: regular expression Pin
sindhutiwari1-Jan-08 23:10
sindhutiwari1-Jan-08 23:10 
GeneralRe: regular expression Pin
Pete O'Hanlon1-Jan-08 23:19
mvePete O'Hanlon1-Jan-08 23:19 
GeneralRe: regular expression Pin
Guffa1-Jan-08 23:56
Guffa1-Jan-08 23:56 
GeneralRe: regular expression Pin
Pete O'Hanlon2-Jan-08 0:18
mvePete O'Hanlon2-Jan-08 0:18 
General[Message Deleted] Pin
ramyanaidu1-Jan-08 21:22
ramyanaidu1-Jan-08 21:22 
GeneralRe: allow only desired datatype values in textbox Pin
sujithkumarsl1-Jan-08 21:37
sujithkumarsl1-Jan-08 21:37 
GeneralRe: allow only desired datatype values in textbox Pin
sindhutiwari1-Jan-08 22:11
sindhutiwari1-Jan-08 22:11 
Generalcompile problem Pin
zeeShan anSari1-Jan-08 20:52
zeeShan anSari1-Jan-08 20:52 

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.