Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
GeneralRe: CheckedListBox Pin
myNameIsRon19-May-05 5:36
myNameIsRon19-May-05 5:36 
GeneralRe: CheckedListBox Pin
Yulianto.19-May-05 14:18
Yulianto.19-May-05 14:18 
GeneralStore multiple values Pin
Bahadir Cambel15-May-05 12:21
Bahadir Cambel15-May-05 12:21 
GeneralRe: Store multiple values Pin
Marc Clifton15-May-05 14:13
mvaMarc Clifton15-May-05 14:13 
GeneralRe: Store multiple values Pin
Bahadir Cambel16-May-05 11:39
Bahadir Cambel16-May-05 11:39 
GeneralRe: Store multiple values Pin
Marc Clifton16-May-05 12:20
mvaMarc Clifton16-May-05 12:20 
GeneralRe: Store multiple values Pin
Bahadir Cambel16-May-05 23:59
Bahadir Cambel16-May-05 23:59 
GeneralChange html output with behind page code. Pin
nit11515-May-05 12:03
nit11515-May-05 12:03 
I want to be able to change the html code at certains points in a aspx page using a code-behind page. For example:

<TD vAlign="bottom" align="left" colSpan="2" height="38">
<DIV align="right"><A href="signup.aspx"><IMG height="38" src="images/gen_header_r1_c1.gif" width="142" border="0"></A><A href="trips.aspx"><IMG height="38" src="images/gen_header_r1_c2.gif" width="133" border="0"></A><A href="guides.aspx"><IMG height="38" src="images/gen_header_r1_c3.gif" width="130" border="0"></A><A href="forums.aspx"><IMG height="38" src="images/gen_header_r1_c4.gif" width="135" border="0"></A><A href="products.aspx"><IMG height="38" src="images/gen_header_r1_c5.gif" width="122" border="0"></A><A href="invite.aspx"><IMG height="38" src="images/gen_header_r1_c6.gif" width="126" border="0"></A></DIV></TD>

I want to be to do this:
<TD vAlign="bottom" align="left" colSpan="2" height="38"><DIV align="right">
<b>GET HTML CODE FROM CODE-BEHIND PAGE</b>
</DIV></TD>

Any help of in the right direction would be appreciated.

Thanks
GeneralRe: Change html output with behind page code. Pin
Werdna16-May-05 5:02
Werdna16-May-05 5:02 
GeneralSelection Tool Pin
Moh'd Bahrani15-May-05 10:39
Moh'd Bahrani15-May-05 10:39 
GeneralRe: Selection Tool Pin
Marc Clifton15-May-05 14:08
mvaMarc Clifton15-May-05 14:08 
GeneralRe: Selection Tool Pin
Moh'd Bahrani16-May-05 5:15
Moh'd Bahrani16-May-05 5:15 
QuestionDoes anyone know a C# payroll program? Pin
diabolusgorgon15-May-05 10:11
diabolusgorgon15-May-05 10:11 
AnswerRe: Does anyone know a C# payroll program? Pin
Marc Clifton15-May-05 14:02
mvaMarc Clifton15-May-05 14:02 
GeneralRe: Does anyone know a C# payroll program? Pin
exhaulted16-May-05 4:29
exhaulted16-May-05 4:29 
Generallistbox: delete multiple selection Pin
bouli15-May-05 9:38
bouli15-May-05 9:38 
GeneralRe: listbox: delete multiple selection Pin
Marc Clifton15-May-05 13:59
mvaMarc Clifton15-May-05 13:59 
GeneralRe: listbox: delete multiple selection Pin
Gary Perkin16-May-05 2:33
Gary Perkin16-May-05 2:33 
GeneralRe: listbox: delete multiple selection Pin
bouli16-May-05 4:38
bouli16-May-05 4:38 
GeneralAuto Update on Control Pin
RockmanHero200315-May-05 9:21
RockmanHero200315-May-05 9:21 
GeneralRe: Auto Update on Control Pin
John Arlen116-May-05 15:29
John Arlen116-May-05 15:29 
GeneralRe: Auto Update on Control Pin
Gary Perkin16-May-05 23:56
Gary Perkin16-May-05 23:56 
QuestionUsing C# to make a DOS app? Pin
Anthony Mushrow15-May-05 8:14
professionalAnthony Mushrow15-May-05 8:14 
AnswerRe: Using C# to make a DOS app? Pin
DavidNohejl15-May-05 8:25
DavidNohejl15-May-05 8:25 
GeneralRe: Using C# to make a DOS app? Pin
Anthony Mushrow15-May-05 8:36
professionalAnthony Mushrow15-May-05 8:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.