TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Me Humphries
NA
1
0
Working with DAL (Data Access Layers) and retreiving data
Dec 6 2005 3:07 PM
I am fairly new to .NET and a team meber has setup a DAL which we share, that simplifies stored procedures. I am trying to retrieve the data out of my stored procedure and display it in my label.
Here is the call to set the procedure:
DAL.SQLParameters objaprams =new GeorgiaPacific.AdminSys.DataAccess.DAL.SQLParameters ();
objaprams.AddParameter("@lEmployeeId",strUserid,ParameterDirection.Input);
DataTable objDataTable = objDal.GetDataTable("spAsMyRegistrations",objaprams);
Then I try to store the value returned from above in a label and I am getting stuck...
lblUserId.Text = ...
Reply
Answers (
1
)
windows services dont appear in "services"?!
Window Service