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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -