Click here to Skip to main content
15,891,033 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionmy code is working Pin
sidd111128-Jan-10 19:03
sidd111128-Jan-10 19:03 
AnswerRe: my code is working Pin
dan!sh 28-Jan-10 21:01
professional dan!sh 28-Jan-10 21:01 
QuestionXamlXmlReader in Framework 4 Pin
od@ananzi.co.za28-Jan-10 2:45
od@ananzi.co.za28-Jan-10 2:45 
AnswerRe: XamlXmlReader in Framework 4 Pin
od@ananzi.co.za28-Jan-10 8:37
od@ananzi.co.za28-Jan-10 8:37 
QuestionInstalling .NET Framework 2 and 3 Pin
Kaikus27-Jan-10 22:38
Kaikus27-Jan-10 22:38 
AnswerRe: Installing .NET Framework 2 and 3 Pin
Not Active28-Jan-10 1:38
mentorNot Active28-Jan-10 1:38 
QuestionFilter search Pin
akosidandan27-Jan-10 19:43
akosidandan27-Jan-10 19:43 
AnswerRe: Filter search Pin
dan!sh 27-Jan-10 22:00
professional dan!sh 27-Jan-10 22:00 
Since you are searching values in the database, queries would be doing the actual work. Now, the basic query would be:

Select columnNames from tableName


Now, when someone applies a filter, the query you would need to create would be like:

Select columnNames from tableName where someColumn in (selcted values)


Now, it depends on the way you are creating the query. You would need to update the code where you create the query or the stored procedure which does the search to include the selected filter in the where clause.

"No matter how many fish in the sea; it will be so empty without me." - From song "Without me" by Eminem

GeneralRe: Filter search Pin
akosidandan27-Jan-10 23:55
akosidandan27-Jan-10 23:55 
QuestionDataset/DataAdapter and updating changes to the database.. Pin
ruanr27-Jan-10 0:28
ruanr27-Jan-10 0:28 
AnswerRe: Dataset/DataAdapter and updating changes to the database.. Pin
ruanr27-Jan-10 0:38
ruanr27-Jan-10 0:38 
QuestionHow to detect a particular version of driver is installed on the PC when device is not connected. Pin
temp555626-Jan-10 12:31
temp555626-Jan-10 12:31 
QuestionRegQueryValueEx and REG_MULTI_SZ in Interop Pin
Alberto Bar-Noy26-Jan-10 7:42
Alberto Bar-Noy26-Jan-10 7:42 
QuestionAbout ComboBox re-population Pin
Hurricane300026-Jan-10 5:14
Hurricane300026-Jan-10 5:14 
AnswerRe: About ComboBox re-population Pin
Luc Pattyn26-Jan-10 6:18
sitebuilderLuc Pattyn26-Jan-10 6:18 
GeneralRe: About ComboBox re-population Pin
Hurricane300026-Jan-10 8:36
Hurricane300026-Jan-10 8:36 
GeneralRe: About ComboBox re-population Pin
Luc Pattyn26-Jan-10 13:26
sitebuilderLuc Pattyn26-Jan-10 13:26 
QuestionHow to refresh Database Connections Pin
akosidandan26-Jan-10 4:05
akosidandan26-Jan-10 4:05 
AnswerRe: How to refresh Database Connections Pin
Ciumac Sergiu26-Jan-10 6:59
Ciumac Sergiu26-Jan-10 6:59 
Questionhow to acess Control Reference in Thread Method Pin
shaina223126-Jan-10 2:58
shaina223126-Jan-10 2:58 
AnswerRe: how to acess Control Reference in Thread Method Pin
Jimmanuel26-Jan-10 3:11
Jimmanuel26-Jan-10 3:11 
GeneralRe: how to acess Control Reference in Thread Method Pin
Luc Pattyn26-Jan-10 3:30
sitebuilderLuc Pattyn26-Jan-10 3:30 
GeneralRe: how to acess Control Reference in Thread Method Pin
Jimmanuel26-Jan-10 3:53
Jimmanuel26-Jan-10 3:53 
QuestionSoftware Requirements Tool for .NET Pin
Calla25-Jan-10 21:16
Calla25-Jan-10 21:16 
AnswerRe: Software Requirements Tool for .NET Pin
Not Active26-Jan-10 1:46
mentorNot Active26-Jan-10 1:46 

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.