Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
AnswerRe: Datagridview cell position (.Net 2008). Pin
priyamtheone15-Apr-10 6:39
priyamtheone15-Apr-10 6:39 
AnswerRe: Datagridview cell position (.Net 2008). [modified] Pin
Wajid.k20-May-10 5:22
Wajid.k20-May-10 5:22 
QuestionAuto scaling of controls in a form (.Net 2008). Pin
priyamtheone30-Mar-10 6:14
priyamtheone30-Mar-10 6:14 
AnswerRe: Auto scaling of controls in a form (.Net 2008). Pin
Luc Pattyn30-Mar-10 6:48
sitebuilderLuc Pattyn30-Mar-10 6:48 
AnswerRe: Auto scaling of controls in a form (.Net 2008). Pin
priyamtheone15-Apr-10 6:41
priyamtheone15-Apr-10 6:41 
QuestionEntity Framework Pin
NETLearning30-Mar-10 6:04
NETLearning30-Mar-10 6:04 
AnswerRe: Entity Framework Pin
Not Active30-Mar-10 6:13
mentorNot Active30-Mar-10 6:13 
GeneralRe: Entity Framework Pin
NETLearning30-Mar-10 6:21
NETLearning30-Mar-10 6:21 
Nothing is there in Fill object

private User FillObject(UserInfoDO o)
{
User user = new User();
user.UserId = o.UserId;
user.LastName = o.LastName;
user.FirstName = o.FirstName;
user.Password = o.Password;
user.Lockout = o.Lockout;
user.Active = o.Active;
user.Email1 = o.Email1;
user.Email2 = o.Email2;
user.HomePhone = o.HomePhone;
user.MobilePhone = o.MobilePhone;
user.WorkPhone = o.WorkPhone;
user.CreateTime = o.CreateTime;
return user;
}

It is just transefring data from one place to another
GeneralRe: Entity Framework Pin
Not Active30-Mar-10 6:49
mentorNot Active30-Mar-10 6:49 
GeneralRe: Entity Framework Pin
NETLearning30-Mar-10 6:59
NETLearning30-Mar-10 6:59 
AnswerRe: Entity Framework Pin
Luc Pattyn30-Mar-10 7:55
sitebuilderLuc Pattyn30-Mar-10 7:55 
QuestionCrystal Reports WinForms Problem. Pin
Kevin Marois30-Mar-10 5:41
professionalKevin Marois30-Mar-10 5:41 
AnswerRe: Crystal Reports WinForms Problem. Pin
Abhinav S30-Mar-10 5:44
Abhinav S30-Mar-10 5:44 
GeneralRe: Crystal Reports WinForms Problem. Pin
Kevin Marois30-Mar-10 6:25
professionalKevin Marois30-Mar-10 6:25 
Questionc# code required Pin
nachiket dave30-Mar-10 5:35
nachiket dave30-Mar-10 5:35 
AnswerRe: c# code required Pin
Kevin Marois30-Mar-10 5:40
professionalKevin Marois30-Mar-10 5:40 
GeneralRe: c# code required Pin
Rob Philpott30-Mar-10 5:49
Rob Philpott30-Mar-10 5:49 
GeneralRe: c# code required Pin
Kevin Marois30-Mar-10 6:24
professionalKevin Marois30-Mar-10 6:24 
GeneralRe: c# code required Pin
Not Active30-Mar-10 6:05
mentorNot Active30-Mar-10 6:05 
GeneralRe: c# code required Pin
Kevin Marois30-Mar-10 6:24
professionalKevin Marois30-Mar-10 6:24 
GeneralRe: c# code required Pin
Som Shekhar30-Mar-10 6:45
Som Shekhar30-Mar-10 6:45 
QuestionOptions for bluetooth communication with mobile device from PC in C# Pin
Rob Philpott30-Mar-10 5:29
Rob Philpott30-Mar-10 5:29 
AnswerRe: Options for bluetooth communication with mobile device from PC in C# Pin
dan!sh 30-Mar-10 6:09
professional dan!sh 30-Mar-10 6:09 
GeneralRe: Options for bluetooth communication with mobile device from PC in C# Pin
Rob Philpott30-Mar-10 6:23
Rob Philpott30-Mar-10 6:23 
GeneralRe: Options for bluetooth communication with mobile device from PC in C# Pin
dan!sh 30-Mar-10 6:57
professional dan!sh 30-Mar-10 6:57 

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.