Using Asp.net’s Bind() method, how do I bind to the object itself, not one of it’s properties?
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.
I ended up working around this by adding a property called SelfReference that simply returns
this. If anyone reads this and has a better solution, I’d like to hear it.