E
Edb
Hi Everyone,
I have been researching this for days. Brain is
simply without any excitement on this.
I have a Login page in .Net. It does see my Username and
Password in SQL and transfers me to the next page.
I need to grab 2 fields (FirstName / Lastname) based on
the Username and Password and place it into a Label.
The Label name is lbl_manager and thought this was going
to work but it does not.
lbl_manager.text = ds.Tables("Return_Set").Rows(0).Item
("BD_Mgr_Fname") & ds.Tables("Return_Set").Rows(0).Item
("BD_Mgr_lname")
I get this error "Object refernce not set to an instance
of an object".
Please help
thx,
Ed
I have been researching this for days. Brain is
simply without any excitement on this.
I have a Login page in .Net. It does see my Username and
Password in SQL and transfers me to the next page.
I need to grab 2 fields (FirstName / Lastname) based on
the Username and Password and place it into a Label.
The Label name is lbl_manager and thought this was going
to work but it does not.
lbl_manager.text = ds.Tables("Return_Set").Rows(0).Item
("BD_Mgr_Fname") & ds.Tables("Return_Set").Rows(0).Item
("BD_Mgr_lname")
I get this error "Object refernce not set to an instance
of an object".
Please help
thx,
Ed