I have an asp.net page.On which i have a link.
When user clicks the link a new ext window opens up. on which a ext button is there.When the user clicks the button it is not working.
Code to call is
Save is a function in code behind.
When user clicks the link a new ext window opens up. on which a ext button is there.When the user clicks the button it is not working.
Code to call is
Code:
<ext:Button ID="btnAddIconURL" runat="server" Text="Add Icon URL" Icon="Add">
<DirectEvents>
<click OnEvent="Save">
</click>
</DirectEvents>
</ext:Button>
Comment