Place the code before closing the update panel
<Triggers> <asp:PostBackTrigger ControlID = "btnSave" />
</Triggers>
so that it would recognize the control under where the javascript written from c#
<Triggers> <asp:PostBackTrigger ControlID = "btnSave" />
</Triggers>
so that it would recognize the control under where the javascript written from c#
No comments:
Post a Comment