Hi All,
i have to enable/disable the linkbutton based on the selection(checked/unchecked) of the checkbox without postback.default linkbutton is disabled.when i checked the checkbox,linkutton has to enabled and causes the postback.so that method in the linkbutton event has to trigger.
i have used updatepanel,linkbutton enabled/disabled based on the checks but the problem is the i have added some validation for some of the input fileds,shown the error messages in the label and corresponding input fields which are all outside the updatepanel.
qn is how to add the fields like label ,textbox,dropdown which are in somwhere in that pg and update panel is somewhare of the samepg..how to make connect with these fileds with the updatepanel .
pl help me to sort out the issue..