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

C#

 
GeneralRe: All Textbox Should be Replace with Zero Pin
Giorgi Dalakishvili6-Mar-08 23:14
mentorGiorgi Dalakishvili6-Mar-08 23:14 
GeneralSecuring HTTP Pin
Lucian.Palcu6-Mar-08 22:27
Lucian.Palcu6-Mar-08 22:27 
GeneralRe: Securing HTTP Pin
snorkie7-Mar-08 9:58
professionalsnorkie7-Mar-08 9:58 
GeneralTo generate a pop up from windows service.. Pin
ag466776-Mar-08 21:40
ag466776-Mar-08 21:40 
GeneralRe: To generate a pop up from windows service.. Pin
Leyu6-Mar-08 21:57
Leyu6-Mar-08 21:57 
GeneralRe: To generate a pop up from windows service.. Pin
ag466776-Mar-08 22:13
ag466776-Mar-08 22:13 
GeneralRe: To generate a pop up from windows service.. Pin
Laddie6-Mar-08 22:14
Laddie6-Mar-08 22:14 
Questionfind function of List Pin
Sonia Gupta6-Mar-08 21:37
Sonia Gupta6-Mar-08 21:37 
following is the code , i am using for the List class.
I am facing a problem regarding Find Function
Please help .
 public person(string nam , int ag)<br />
    {<br />
        this.age = ag;<br />
        this.name = nam;<br />
    }<br />
<br />
 List<person> obj = new List<person>();<br />
        obj.Add(new person("abc",22));<br />
        obj.Add(new person("ggbc1",23));<br />
        obj.Add(new person("ccc2",10));<br />
        obj.Add(new person("cabc3",12));<br />
        obj.Add(new person("bbbc4", 6));<br />
<br />
obj.Find(delegate(person p) { return p.age = 12; });


Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

GeneralRe: find function of List Pin
Christian Graus6-Mar-08 22:00
protectorChristian Graus6-Mar-08 22:00 
GeneralRe: find function of List Pin
Sonia Gupta6-Mar-08 22:03
Sonia Gupta6-Mar-08 22:03 
GeneralRe: find function of List Pin
Christian Graus6-Mar-08 22:08
protectorChristian Graus6-Mar-08 22:08 
GeneralRe: find function of List Pin
darkelv7-Mar-08 3:20
darkelv7-Mar-08 3:20 
GeneralRe: find function of List Pin
Pete O'Hanlon6-Mar-08 22:04
subeditorPete O'Hanlon6-Mar-08 22:04 
GeneralRe: find function of List Pin
Sonia Gupta6-Mar-08 22:06
Sonia Gupta6-Mar-08 22:06 
GeneralRe: find function of List Pin
Pete O'Hanlon6-Mar-08 22:08
subeditorPete O'Hanlon6-Mar-08 22:08 
GeneralRe: find function of List Pin
Pete O'Hanlon6-Mar-08 22:10
subeditorPete O'Hanlon6-Mar-08 22:10 
QuestionRe: find function of List Pin
Sonia Gupta6-Mar-08 22:15
Sonia Gupta6-Mar-08 22:15 
GeneralRe: find function of List Pin
Christian Graus6-Mar-08 22:17
protectorChristian Graus6-Mar-08 22:17 
GeneralRe: find function of List Pin
Sonia Gupta6-Mar-08 22:21
Sonia Gupta6-Mar-08 22:21 
GeneralRe: find function of List Pin
Christian Graus6-Mar-08 22:24
protectorChristian Graus6-Mar-08 22:24 
GeneralRe: find function of List Pin
Pete O'Hanlon6-Mar-08 23:26
subeditorPete O'Hanlon6-Mar-08 23:26 
GeneralRe: find function of List Pin
Christian Graus6-Mar-08 22:16
protectorChristian Graus6-Mar-08 22:16 
GeneralRe: find function of List Pin
Pete O'Hanlon6-Mar-08 23:24
subeditorPete O'Hanlon6-Mar-08 23:24 
GeneralRe: find function of List Pin
J4amieC7-Mar-08 0:18
J4amieC7-Mar-08 0:18 
GeneralRe: find function of List Pin
Christian Graus6-Mar-08 22:09
protectorChristian Graus6-Mar-08 22: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.