Click here to Skip to main content
15,910,787 members
Home / Discussions / C#
   

C#

 
GeneralRe: Beginners question Pin
digsy_17-Oct-06 13:57
digsy_17-Oct-06 13:57 
AnswerRe: Beginners question Pin
Christian Graus17-Oct-06 14:22
protectorChristian Graus17-Oct-06 14:22 
AnswerRe: Beginners question Pin
Guffa17-Oct-06 20:21
Guffa17-Oct-06 20:21 
AnswerRe: Beginners question Pin
saqib8217-Oct-06 21:30
saqib8217-Oct-06 21:30 
GeneralRe: Beginners question Pin
saqib8217-Oct-06 21:31
saqib8217-Oct-06 21:31 
GeneralRe: Beginners question Pin
saqib8217-Oct-06 21:31
saqib8217-Oct-06 21:31 
QuestionWebResponse Problem! Please help! Pin
Rojan Gh.17-Oct-06 10:37
professionalRojan Gh.17-Oct-06 10:37 
Questionmultiple selected checkboxes Pin
Yustme17-Oct-06 10:29
Yustme17-Oct-06 10:29 
AnswerRe: multiple selected checkboxes Pin
Dan Neely17-Oct-06 10:38
Dan Neely17-Oct-06 10:38 
GeneralRe: multiple selected checkboxes Pin
Yustme17-Oct-06 10:43
Yustme17-Oct-06 10:43 
GeneralRe: multiple selected checkboxes Pin
User 665817-Oct-06 10:55
User 665817-Oct-06 10:55 
GeneralRe: multiple selected checkboxes Pin
Yustme17-Oct-06 11:03
Yustme17-Oct-06 11:03 
GeneralRe: multiple selected checkboxes Pin
User 665817-Oct-06 11:04
User 665817-Oct-06 11:04 
GeneralRe: multiple selected checkboxes Pin
Yustme17-Oct-06 11:06
Yustme17-Oct-06 11:06 
QuestionProgrammatically resize ListView columns to view all text Pin
kozu17-Oct-06 9:40
kozu17-Oct-06 9:40 
AnswerRe: Programmatically resize ListView columns to view all text Pin
mav.northwind17-Oct-06 9:44
mav.northwind17-Oct-06 9:44 
GeneralRe: Programmatically resize ListView columns to view all text Pin
kozu17-Oct-06 13:09
kozu17-Oct-06 13:09 
Questionrefresh Pin
m.m._200717-Oct-06 9:28
m.m._200717-Oct-06 9:28 
AnswerRe: refresh Pin
Expert Coming17-Oct-06 12:28
Expert Coming17-Oct-06 12:28 
QuestionDataview.Rowfilter range Pin
mohit.raghav17-Oct-06 9:12
mohit.raghav17-Oct-06 9:12 
hey guys

I am tring to implement a filter in a datagrid. I am using a datatable
which is the datasource for the grid.
I need to filter set of rows. i.e. from row 1 to row count. i need to
keep my row 0 intact, which is an option to add a new person.

textbox key up code looks like this:
string strRowFilter = String.Concat("Name LIKE '%", txtName.Text,
"%'");
dv.RowFilter = strRowFilter;
grdNames.DataSource = dv;

plz help

sunny
QuestionCalling unmanaged dll function from C# Pin
cpshadle17-Oct-06 8:07
cpshadle17-Oct-06 8:07 
AnswerRe: Calling unmanaged dll function from C# Pin
Ed.Poore17-Oct-06 10:06
Ed.Poore17-Oct-06 10:06 
AnswerRe: Calling unmanaged dll function from C# Pin
Nader Elshehabi17-Oct-06 21:02
Nader Elshehabi17-Oct-06 21:02 
QuestionGeneric Dictionary - Using custom types as the Key Pin
Dominic Pettifer17-Oct-06 7:33
Dominic Pettifer17-Oct-06 7:33 
AnswerRe: Generic Dictionary - Using custom types as the Key Pin
Ed.Poore17-Oct-06 8:09
Ed.Poore17-Oct-06 8:09 

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.