--
You received this message because you are subscribed to the "Community for ASP.NET MVC" group.
To post to this group, send email to c4...@googlegroups.com
To unsubscribe from this group, send email to
c4mvc+un...@googlegroups.com
For more options, visit this group at
http://CommunityForMvc.Net
On 3/02/2011 6:53 AM, crocboy25 wrote:
> When a user checks a checkbox on the page, I want to make this
> LastName textbox option(nonrequired) using JQuery.
No.
The answers you are getting are simple making the textbox appear and
disappear in the browser. This has no impact on the data validation that
will occur when the data are submitted back to the model.
Try again.
Steve.