I have doubt about performance.
I want to develop a responsive website, fast execution in asp.net.
I use bootstrap for responsive website. SQL and PL/sql for data base. Java script, Jquery for validation. asp asp.net for server side
80% interact with data base all drop down list fill from data base
what effect happn if I use asp.net server side control and validate that control on client side using JavaScript, jQuery and then sent data to server.
Or
if I use HTML control and validate that control on client side using JavaScript, jQuery and then sent data to server usnig "JSON"
who is give me better performance.
Rajesh SahooPosted Mar 15, 2017, 2:55 AM
Ramesh PalanivelPosted Mar 15, 2017, 2:51 AM
Aditya NashikkarPosted Mar 15, 2017, 2:48 AM
"Rajesh Sahoo" sir but i put html control and keep the validation client side as well as server side then execution will be low or not.
Rajesh SahooPosted Mar 15, 2017, 2:31 AM
Nitin SontakkePosted Mar 15, 2017, 2:27 AM
Ramesh PalanivelPosted Mar 15, 2017, 2:21 AM
Aditya NashikkarPosted Mar 15, 2017, 2:14 AM
"Nitin Sontakke" sir is it posibal by pressing F12 and modifying attributes and then sent or get data after publish website.
Rajeev PunhaniPosted Mar 15, 2017, 1:48 AM
Hi Aditya,
As asp.net server controls use viewstate to store data which may cause performance issue try to avoid as much as you can.One option is to disable view state for the controls or you can compress view state.Other is to avoid use of asp.net server controls as much as possible apart from using data controls.
Nitin SontakkePosted Mar 15, 2017, 1:38 AM
Rajesh SahooPosted Mar 15, 2017, 1:19 AM
Ramesh PalanivelPosted Mar 15, 2017, 1:17 AM