Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.3K

3 Posted Topics

Member Avatar for bhavna_816

Example code below : create a dataview based on your dataset, then use the dv.rowfilter method to filter on what is displayed. [code] [COLOR=green]DataView[/COLOR][COLOR=green] Dv = [/COLOR][COLOR=green]new[/COLOR][COLOR=green]DataView[/COLOR][COLOR=green]();[/COLOR] Dv.Table = m_Ds.Tables[[COLOR=green]"results"[/COLOR]]; Dv.RowFilter = [COLOR=green]"panel_key like '"[/COLOR] + textBox1.Text + [COLOR=green]"%'"[/COLOR]; dataGridView1.DataSource = Dv; [/code]

Member Avatar for FunkeyMonkey
0
126
Member Avatar for Shruthi_R

First off, I would convert your dtd to a schema (xsd) file. Everything is so much easier these days in .xsd format. In terms of loading into sql, you have basically 4 options 1) use .net code using the system.xml namespace, create an xmldocument element. 2) use sqlxml 4.0 (bulk …

Member Avatar for FunkeyMonkey
0
89
Member Avatar for vetteman

[quote=vetteman]The last thing I can remember doing before this current problem occured was running spybot. I ran the program and removed the suspect files. Now when my computer sits idle over night, when I try to use it in the morning, everything except outlook express is hung. When I hit …

Member Avatar for DMR
0
289

The End.