Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
14 Points
9 Posts
Feb 21, 2012 06:48 PM|LINK
I know that it's something simple (yet, still alludes me despite my efforts and web-crawling), but what am I doing to cause a NullReferenceException?
DataSet lvDS = new DataSet(); lvDS = bizobj.sqlfetchDS("select [Client Name] from Accounts"); ProvTab_Client_DropDown.DataSource = lvDS; ProvTab_Client_DropDown.DataBind();
Thanks,
disgruntledd...
Member
14 Points
9 Posts
Define DropDownList DataSource in Codebehind
Feb 21, 2012 06:48 PM|LINK
I know that it's something simple (yet, still alludes me despite my efforts and web-crawling), but what am I doing to cause a NullReferenceException?
DataSet lvDS = new DataSet(); lvDS = bizobj.sqlfetchDS("select [Client Name] from Accounts"); ProvTab_Client_DropDown.DataSource = lvDS; ProvTab_Client_DropDown.DataBind();