Which CSLA framework stereotype should be used with an editable presentation grid?
Which CSLA framework stereotype should be used with an editable presentation grid?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A book would be a good starting point. You would more than likely need a BLB (BusinessListBase) such as a EditableRootList and EditableRoot stereotype. It is very easy to accomplish this. Depending on the control you need to Set the BLB as the DataSource, call DataBind and BeginEdit()/EndEdit().
Thanks
-Blake Niemyjski (Author of the CodeSmith CSLA Templates)