python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to open an other DataTable when click on Details button on a row of DataTable in asp.net core
I want to open an other table when click on detail button to fetch details info.
my two table separately work fine but When I pass a parameter in code behind the second table bring no data. Detail but...

fahime abouhamze
Votes: 0
Answers: 0
@Ajax.ActionLink redirects to previous page instead to send data to controller
I have @Ajax.ActionLink call by which I am trying to pass data to controller and refresh partial view. When I click on the link instead of passing the data to the controller, it is redirecting me to t...
Atanas
Votes: 0
Answers: 1
I can't pull data from ajax
public enum SocialEnum
{
[Display(Name = "Genel")]
General,
[Display(Name ="Teşekkür Et")]
Thanks
}
public class SocialMedia : Entity&l...
RoseTyler
Votes: 0
Answers: 2