Click here to Skip to main content
16,007,277 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Name the table in Dataset Pin
Prosanta Kundu online30-Jun-10 20:08
Prosanta Kundu online30-Jun-10 20:08 
QuestionXML issue Pin
bigphish30-Jun-10 4:57
bigphish30-Jun-10 4:57 
AnswerRe: XML issue Pin
Not Active30-Jun-10 5:10
mentorNot Active30-Jun-10 5:10 
AnswerTry not dropping the temp table Pin
David Mujica30-Jun-10 5:36
David Mujica30-Jun-10 5:36 
AnswerRe: XML issue Pin
Ennis Ray Lynch, Jr.30-Jun-10 7:34
Ennis Ray Lynch, Jr.30-Jun-10 7:34 
QuestionROLE Management Pin
Amit Patel198530-Jun-10 4:31
Amit Patel198530-Jun-10 4:31 
AnswerRe: ROLE Management Pin
Ennis Ray Lynch, Jr.30-Jun-10 7:36
Ennis Ray Lynch, Jr.30-Jun-10 7:36 
QuestionPage.PreviousePage Problem Pin
sjs4u30-Jun-10 3:02
sjs4u30-Jun-10 3:02 
QuestionHow to view/edit microsoft documents via online Pin
cocoonwls30-Jun-10 1:55
cocoonwls30-Jun-10 1:55 
AnswerRe: How to view/edit microsoft documents via online Pin
Not Active30-Jun-10 2:31
mentorNot Active30-Jun-10 2:31 
GeneralRe: How to view/edit microsoft documents via online Pin
cocoonwls30-Jun-10 21:54
cocoonwls30-Jun-10 21:54 
AnswerRe: How to view/edit microsoft documents via online Pin
Peace ON30-Jun-10 2:56
Peace ON30-Jun-10 2:56 
GeneralRe: How to view/edit microsoft documents via online Pin
cocoonwls30-Jun-10 21:58
cocoonwls30-Jun-10 21:58 
QuestionRepeaterItems Problem Pin
-Muc_30-Jun-10 1:18
-Muc_30-Jun-10 1:18 
QuestionImplementing an ASP.NET app with ASP classic [modified] Pin
Tim Carmichael29-Jun-10 2:57
Tim Carmichael29-Jun-10 2:57 
AnswerRe: Implementing an ASP.NET app with ASP classic Pin
R. Giskard Reventlov29-Jun-10 3:02
R. Giskard Reventlov29-Jun-10 3:02 
AnswerRe: Implementing an ASP.NET app with ASP classic Pin
Not Active29-Jun-10 3:56
mentorNot Active29-Jun-10 3:56 
QuestionRequires extended permission: share_item in facebook Pin
praveenkumar_mca29-Jun-10 1:52
praveenkumar_mca29-Jun-10 1:52 
QuestionCOM objects-asp.net Pin
Morgs Morgan29-Jun-10 1:15
Morgs Morgan29-Jun-10 1:15 
AnswerRe: COM objects-asp.net Pin
NeverHeardOfMe29-Jun-10 13:53
NeverHeardOfMe29-Jun-10 13:53 
GeneralRe: COM objects-asp.net Pin
Morgs Morgan30-Jun-10 1:21
Morgs Morgan30-Jun-10 1:21 
AnswerRe: COM objects-asp.net Pin
Prosanta Kundu online30-Jun-10 19:48
Prosanta Kundu online30-Jun-10 19:48 
QuestionCheckbox list (Select/ Deselect) datatable/dataset. Pin
zeego29-Jun-10 0:46
zeego29-Jun-10 0:46 
AnswerRe: Checkbox list (Select/ Deselect) datatable/dataset. Pin
zeego29-Jun-10 2:21
zeego29-Jun-10 2:21 
QuestionData set Filter Pin
Amit Patel198529-Jun-10 0:34
Amit Patel198529-Jun-10 0:34 
Hi All,

I am using Data set to get value from the data base using following code.

<pre>
DataSet ds = new DataSet();
String connectionString = ConfigurationManager.ConnectionStrings["ConnectionString"].ToString();
MySqlDataAdapter mySqlDataAdapter = new MySqlDataAdapter(query, connectionString);
mySqlDataAdapter.Fill(ds);
</pre>

once i get this i want filter with another query

how to add do this.

Thanks,

Amit

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.