Revision: 63793
                            
                                                            
                                    
                                        
Updated Code
                                    
                                    
                                                    
                        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
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        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#