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
sandeep ram
NA
23
0
Accessing the details of a business object before it goes to the BLL
Nov 11 2009 5:59 AM
Hi,
I have an AddQuestion Method which takes a BO as a parameter. Something like
AddQuestion(QuestionBO QuestionObject)
{
.......
}
Now this the add method to add a question to a table called "questions". The user will enter the question in a form view and the ODS of the formview has been configured such that the insert method is set to this Add method.
Now my problem is that, I have to alter one of the properties of this QuestionObject.
Where can I catch this object and how to edit its properties ?
Reply
Answers (
1
)
Loading form thread
Problem with Wizard control