Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: google calendar api .net Pin
cursore843-Apr-13 7:34
cursore843-Apr-13 7:34 
AnswerRe: google calendar api .net Pin
Eddy Vluggen3-Apr-13 8:40
professionalEddy Vluggen3-Apr-13 8:40 
GeneralRe: google calendar api .net Pin
cursore843-Apr-13 9:30
cursore843-Apr-13 9:30 
GeneralRe: google calendar api .net Pin
Eddy Vluggen3-Apr-13 22:41
professionalEddy Vluggen3-Apr-13 22:41 
QuestionImpoting Dataview to Doc Pin
vpasuleti2-Apr-13 20:29
vpasuleti2-Apr-13 20:29 
AnswerRe: Impoting Dataview to Doc Pin
Richard MacCutchan2-Apr-13 22:03
mveRichard MacCutchan2-Apr-13 22:03 
AnswerRe: Impoting Dataview to Doc Pin
Abhinav S3-Apr-13 3:16
Abhinav S3-Apr-13 3:16 
Questionobject reference not set to an instance of an object Pin
surya 20132-Apr-13 18:50
surya 20132-Apr-13 18:50 
List lstusers = new List();
lstusers = AMSManagement.GetAllUsers();
var lnquser = from u in lstusers

show error here plz help me!!!
-------------
where u.User_ID == int.Parse(Session["UserID"].ToString()) && u.Pass_word == txtopwd.Text.Trim()
select u;
--------------------
if (lnquser.ToList().Count > 0)
{
users u = new users();
u.User_ID = int.Parse(Session["UserID"].ToString());
u.Pass_word = txtcnpwd.Text.Trim();
AMSManagement.Changepassword(u);
lblmsg.Text = "Password Changed Successfully!";
}
AnswerRe: object reference not set to an instance of an object Pin
Chinmaya C2-Apr-13 19:24
Chinmaya C2-Apr-13 19:24 
QuestionRe: object reference not set to an instance of an object Pin
surya 20132-Apr-13 22:31
surya 20132-Apr-13 22:31 
AnswerRe: object reference not set to an instance of an object Pin
Chinmaya C2-Apr-13 22:42
Chinmaya C2-Apr-13 22:42 
GeneralRe: object reference not set to an instance of an object Pin
surya 20133-Apr-13 3:05
surya 20133-Apr-13 3:05 
GeneralRe: object reference not set to an instance of an object Pin
Chinmaya C3-Apr-13 18:03
Chinmaya C3-Apr-13 18:03 
GeneralRe: object reference not set to an instance of an object Pin
surya 20133-Apr-13 18:39
surya 20133-Apr-13 18:39 
AnswerRe: object reference not set to an instance of an object Pin
Simon_Whale3-Apr-13 3:17
Simon_Whale3-Apr-13 3:17 
AnswerRe: object reference not set to an instance of an object Pin
Pete O'Hanlon3-Apr-13 6:54
mvePete O'Hanlon3-Apr-13 6:54 
QuestionC# BITMAP to Binary.. Pin
정성만2-Apr-13 16:07
정성만2-Apr-13 16:07 
AnswerRe: C# BITMAP to Binary.. Pin
Richard MacCutchan2-Apr-13 22:01
mveRichard MacCutchan2-Apr-13 22:01 
AnswerRe: C# BITMAP to Binary.. Pin
Eddy Vluggen3-Apr-13 7:05
professionalEddy Vluggen3-Apr-13 7:05 
Questionerror in query with 2 tables in c# visual studio 2010 Pin
User34902-Apr-13 9:40
User34902-Apr-13 9:40 
AnswerRe: error in query with 2 tables in c# visual studio 2010 Pin
Pete O'Hanlon2-Apr-13 10:12
mvePete O'Hanlon2-Apr-13 10:12 
GeneralRe: error in query with 2 tables in c# visual studio 2010 Pin
User34902-Apr-13 11:04
User34902-Apr-13 11:04 
GeneralRe: error in query with 2 tables in c# visual studio 2010 Pin
Pete O'Hanlon2-Apr-13 11:14
mvePete O'Hanlon2-Apr-13 11:14 
GeneralRe: error in query with 2 tables in c# visual studio 2010 Pin
User34902-Apr-13 11:35
User34902-Apr-13 11:35 
GeneralRe: error in query with 2 tables in c# visual studio 2010 Pin
Pete O'Hanlon2-Apr-13 11:39
mvePete O'Hanlon2-Apr-13 11:39 

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.