Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Server Side Code and Client Side Code

Server Side Code and Client Side Code

Scheduled Pinned Locked Moved ASP.NET
csharpjavascripthtmlcssasp-net
3 Posts 3 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    King Fisher
    wrote on last edited by
    #1

    Hi Guys, Which method is best for an application means doing code in Server side or Client Side ? For instance if I'm going to Bind a Grid view which is best Server side http://www.aspdotnet-suresh.com/2014/07/bind-aspnet-gridview-with-datatable-in-csharp-dynamically.html[^] Client Side http://www.aspdotnet-suresh.com/2012/03/bind-data-to-gridview-with-jquery-or.html[^] :confused:

    நெஞ்சு பொறுக்கு திலையே-இந்த நிலைகெட்ட மனிதரை நினைந்துவிட்டால்

    A Kornfeld Eliyahu PeterK 2 Replies Last reply
    0
    • K King Fisher

      Hi Guys, Which method is best for an application means doing code in Server side or Client Side ? For instance if I'm going to Bind a Grid view which is best Server side http://www.aspdotnet-suresh.com/2014/07/bind-aspnet-gridview-with-datatable-in-csharp-dynamically.html[^] Client Side http://www.aspdotnet-suresh.com/2012/03/bind-data-to-gridview-with-jquery-or.html[^] :confused:

      நெஞ்சு பொறுக்கு திலையே-இந்த நிலைகெட்ட மனிதரை நினைந்துவிட்டால்

      A Offline
      A Offline
      aarif moh shaikh
      wrote on last edited by
      #2

      I you have any Security level project/task than always use Server Side code... but if no need to security than always use Client side because it's more faster than Server side... :)

      1 Reply Last reply
      0
      • K King Fisher

        Hi Guys, Which method is best for an application means doing code in Server side or Client Side ? For instance if I'm going to Bind a Grid view which is best Server side http://www.aspdotnet-suresh.com/2014/07/bind-aspnet-gridview-with-datatable-in-csharp-dynamically.html[^] Client Side http://www.aspdotnet-suresh.com/2012/03/bind-data-to-gridview-with-jquery-or.html[^] :confused:

        நெஞ்சு பொறுக்கு திலையே-இந்த நிலைகெட்ட மனிதரை நினைந்துவிட்டால்

        Kornfeld Eliyahu PeterK Offline
        Kornfeld Eliyahu PeterK Offline
        Kornfeld Eliyahu Peter
        wrote on last edited by
        #3

        It is a classic question for the answer - it depends... Of course it has nothing to do with security - the data always coming from the server and always displayed on the client, so you have no problem to check security before it got displayed... What you actually have to see is the requirements of your system, see what the units of the data and how those units are related to actions made in the system...For instance: is your data for display only, or you are going to edit it. Are you going to display a single page of data (small amount) or we are talking about a huge amount of it (paging)... So it is not a question to answer as there is no one-size-for-all answer, but you have to analyze and design the system at hand...

        Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

        "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups