I have a CS file requirement where I have web service and sql server database data which is returning correct url in the C# function CallNeworOpenFormURL(); However the href does not call C# function at all.
Can you please help or provide me sample code where I can successfully call C# function. I have also tried using LinkButton and no link or info displayed
<%=Response.Write('<asp:LinkButton ID='MyLnkButton' runat='server' onClick='MyLnkButton_Click' Text='Click Me' />');%>"
Please help