Results 1 to 3 of 3

Thread: I want to understand what is server code

  1. #1
    Geek_Guest
    Guest

    I want to understand what is server code

    What is the meaning of "the server based controls can be accessed from server code. even though these are part of standard html form,asp.net ensures that they are accessed from server-side event procedures." i want to understand what is server code? and why we use html code? and all the things we can do in the design time then why we use code part? what is the use of code behind part in the html coding? plz answer me these queries i will be highly obliged.

    Question asked by visitor trapti agrawal


  2. #2
    Junior Member
    Join Date
    Jul 2006
    Answers
    22

    I want to understand what is server code

    Hi

    Server code is nothing but which executes on server side and one more thing is this are not part of HTML form .You can observe that form tag contains RUNAT="Server" tag,this means what ever the code u execute it runs on server side not on client side,means not on browser(unlike validations).we use HTML code as a desiging part,not for coding purpose.\


  3. #3
    Junior Member
    Join Date
    Aug 2008
    Answers
    8

    Re: I want to understand what is server code

    Hi

    Server code is nothing the code which will be executed on server side is known as server code. the server side code is for web applications using languages ASP.NET, ASP, J2EE, php etc.

    web application runs on browser and doesnot do anything on the end user computer. all the code behind the pages are meant to execute at the server with the tag RUNAT ="SERVER". the life cycle of web application is request from the client (end user) and response from the server. browser just parser it into HTML etc and displays you on the browser.

    Mohammed Yousuf uddin
    software Developer


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact