My problem here is i don't want the entire form insert based on checkbox checked,It's optional.If checked will insert the form data with checked values otherwise inserts the form data.So i don't want to call the SP inside if checkbox.checked.hope this helps
to understand.otherwise is it a better approach having a seprate stored procedure for checkbox check insert.Like one form handling 2 stored procedure.Please advice.
srividhyavat...
Member
92 Points
283 Posts
Re: Help on Gridview checkbox checked
Apr 04, 2012 04:32 PM|LINK
My problem here is i don't want the entire form insert based on checkbox checked,It's optional.If checked will insert the form data with checked values otherwise inserts the form data.So i don't want to call the SP inside if checkbox.checked.hope this helps to understand.otherwise is it a better approach having a seprate stored procedure for checkbox check insert.Like one form handling 2 stored procedure.Please advice.