Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
20143 Points
3327 Posts
May 25, 2012 11:04 AM|LINK
Hi,
Before adding the DropDownList value to Session, you need to check whether the DropDownList is null or not!
if(ddlFy != null) { Session.Add("FinancialYear", ddlFy.SelectedItem.Text); }
Hope it helps u...
roopeshreddy
All-Star
20143 Points
3327 Posts
Re: "Object reference not set" error when Login button clicked
May 25, 2012 11:04 AM|LINK
Hi,
Before adding the DropDownList value to Session, you need to check whether the DropDownList is null or not!
if(ddlFy != null) { Session.Add("FinancialYear", ddlFy.SelectedItem.Text); }Hope it helps u...
Roopesh Reddy C
Roopesh's Space