Results 1 to 5 of 5

Thread: Learning ASP.NET

  1. #1
    Junior Member
    Join Date
    Jun 2007
    Answers
    2

    Learning ASP.NET

    Hai ,

    Hello Everybody, This is my first post to the forum. I would like somebody to guide me how to learn asp.net and sql server through practice.


  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: Learning ASP.NET

    Yes practise is the best way to lern somthing. For that u need to follow a good material / book. Can take the help of the experts of this forum if u are struck anywhere.


  3. #3
    Junior Member
    Join Date
    Oct 2006
    Answers
    4

    Re: Learning ASP.NET

    Types of Navigation in ASP.NET between PagesFive Types are there:1) Hyperlink Control – Navigate to another page.2) Response.Redirect – Redirects the user to any ASP.NET page & has round trips from client to server.3) Server.Transfer – Transfer the user to any one of the following Html, Html page, Asp, Asp.net page (or) other URL’S.4) Server.Execute – The redirection of web page takes place on the server itself, maintain transaction across all pages.5) Windows.open script – Display a new page in a new browser window on the client machine. Posted By Prabahar Parameshwaran

    Last edited by prabaharvp; 01-04-2008 at 05:03 AM. Reason: Modification

  4. #4
    Junior Member
    Join Date
    Oct 2006
    Answers
    4

    Re: Learning ASP.NET

    How do you turn off cookies for one page in your site? Use Cookie.Discard property, Gets or sets the discard flag set by the server. When true, this property instructs the client application not to save the Cookie on the user's hard disk when a session ends. Posted by Posetd by Prabahar Parameshwaran.


  5. #5
    Junior Member
    Join Date
    Oct 2006
    Answers
    4

    Cool Re: Learning ASP.NET

    Validation Server Controls- Validation server controls are used to validate & display the errors.- A collection of controls that allow you to validate an associated input server control, such as a TextBox & display a custom message when validation fails.Each validation control performs a specific type of validation.1) Required Field ValidatorCheck that the user enters into a particular form field.2) Compare ValidatorCheck whether the user’s entry against a constant value of another Web control.3)Range ValidatorChecks that a user’s entry is between specified lower & upper boundaries. You can check ranges within pairs of numbers, alphabetic characters & dates.4)Regular Expression ValidatorWhen we want the control value should match with a specific regular expression. Such as those in social security numbers, e-mail addresses, telephone numbers, postal codes & so on.5)Custom Validator Used to define UserDefined validation6)Validation Summary Displays summary of all current validation errors. By Prabahar Parameshwaran


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