Click here to Skip to main content
15,949,686 members

Comments by Ajaya Rout (Top 2 by date)

Ajaya Rout 13-Apr-16 9:59am View    
As per the question you just want to ajax operation in ASP.NET pages without creating the server control . If this correct than follow this link

http://www.codingfusion.com/Post/Jquery-JSON-Add-Edit-Update-Delete-in-Asp-Net

http://www.aspdotnet-suresh.com/2015/07/jquery-ajax-gridview-crud-operations-insert-edit-update-delete-in-aspnet-using-csharp-vbnet.html

If these are not make sense please explain your question some more.
Ajaya Rout 13-Apr-16 9:50am View    
Use like this
function AddRow()
{
$('#myTable').append('<tr><td>test 2</td></tr>')
}

follow this also
http://jsfiddle.net/samliew/3AJcj/2/