I need to develop web application using ASP.net with C# to handle mysql database (viewing, adding, updating, and deleting).
usually I would use asp.net webform to develop this application with C# but now I'm considering to use AJAX but not sure if I should use it or not.
I have the option to do it.
should I switch to AJAX or no need and use only webform and why?
Please give me your advice.