how to just call "Get" method for the first time in datatable?
how to just call "Get" method for the first time in datatable?
mpourhasan
Posts: 1Questions: 1Answers: 0
Hi everyone, I created a table using asp.net mvc and datatable. When I call the page for the first time it should fire index action, but it fires my ajax action too. So when the page request for a Get method both of Get and Post are called simultaneity.
What should I do?
Thanks.
This discussion has been closed.