Return to Snippet

Revision: 63793
at June 10, 2013 03:57 by heathbo


Updated Code
aspx code:

<p id="jobDescription" runat="server">job details</p>


.cs code:

jobName = jobDescription;

Revision: 63792
at June 7, 2013 05:23 by heathbo


Initial Code
aspx code:

<p id="jobDescription" runat="server">job details</p>


.cs code:

jobName = jobList[i]._TitleData;

Initial URL


Initial Description
by adding the runat="server" text to the p tag, we allow the .cs file to have access to it.

Initial Title
Getting access to an html tag from the aspx.cs file

Initial Tags


Initial Language
C#