src Versus codebehind

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default src Versus codebehind

    hello friend,

    while developing an application, i encountered a subtle
    point.

    for a aspx page, what is the difference between src
    property and
    codebehind property ?

    src stands for code-behind class to compile where as
    codebehind stands for code-behind class to design.

    regards.
    varun_789 Guest

  2. Similar Questions and Discussions

    1. codebehind does not run for remote access
      Hello, I am sort of a newbie in regards to this... I have made a simple project with an ASPX page that uses "codebehind" to run C# code to...
    2. Data set in Codebehind
      When using dreamweaver for asp.net and VB can anyone tell me how to access the dataset (that DW created MM:Dataset ) in the code behind. All...
    3. Codebehind problem
      I have created a user control that gets loaded by a page. The user control has a codebehind, but when I change the code on the codebehind, it never...
    4. Why does VS.NET use codebehind?
      I'm reading the Essential ASP.NET book by Fritz onion and he says that when VS.NET creates a new .aspx page for you is uses the codebehind attribute...
    5. Popup in codebehind
      Hi. Is it possible to create a popup window (or something similar) from codebehind? Like after pressing a button and if som conditions is...
  3. #2

    Default Re: src Versus codebehind

    For a clearer understanding of the <%@ Page directive, I'd suggest anyone
    takes a look at the following article:
    [url]http://www.dotnetjunkies.com/Tutorial/ShowContent.aspx?cg=3623050C-B046-4E7B-A2C7-0934F1105312&forumID=4060[/url]

    IT should be noted that CodeBehind is meaningless to asp.net; it is strictly
    used my VS.Net...the real comparison should be between src and
    inherits...the above listed article has a good explanation.

    Karl


    "varun_789" <varun_789@yahoo.com> wrote in message
    news:100001c3408f$edc9eb40$a101280a@phx.gbl...
    > hello friend,
    >
    > while developing an application, i encountered a subtle
    > point.
    >
    > for a aspx page, what is the difference between src
    > property and
    > codebehind property ?
    >
    > src stands for code-behind class to compile where as
    > codebehind stands for code-behind class to design.
    >
    > regards.

    Karl Seguin Guest

  4. #3

    Default Re: src Versus codebehind

    works fine for me...


    "Ante Perkovic" <albirejo_minus_j@vip.hr> wrote in message
    news:3F02DFE1.7CD64BE0@vip.hr...
    Hi,
    Link is unavailable :(.
    Karl Seguin wrote:
    For a clearer understanding of the <%@ Page directive, I'd suggest anyone
    takes a look at the following article:
    [url]http://www.dotnetjunkies.com/Tutorial/ShowContent.aspx?cg=3623050C-B046-4E7B-A2C7-0934F1105312&forumID=4060[/url]

    Error:
    An error occurred while processing your request. Please remember that this
    Web site is currently under heavy rebuild, and that is the likely cause of
    the error.




    Karl Seguin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139