asp.net - asp button on click is fired on local machine but it does not fire on published server -
i cannot understand why have button inside panel (attached ajax modal popup extender), button onclick gets fired on local machinw not work on uploaded server online. know might causing behaviour?
<asp:button id="btnupsertcommodity" runat="server" width="70" text="submit" onclick="btnupsertcommodity_click" validationgroup="commodity"/>
try setting causesvalidation property
see details button causevalidation
Comments
Post a Comment