How do i pass the row value on id.
i.e. pass like <a href="/TicketTemplate/AppDetails/@itm.Id">@itm.Title</a> on anchor tag click.
<a href="/TicketTemplate/AppDetails/@itm.Id">@itm.Title</a>
how do i get the id??
Here is the total code of datatable: