Newbie here,
I'm trying to code a asp hyperlink control in C#, that has some literal string text concantenated with a programatic date field that changes as a certain conditions changes within my applciation.
The hyperlinks are used to select reports based on report dates that are dynamically changed as the report dates change. So I would like the text in the hyperlink stay the same with the exception of the report date in the hyperlink's text.
Any direction on how to code a programtic hyperlink with literal text would be helpful.
thanks,
I'm trying to code a asp hyperlink control in C#, that has some literal string text concantenated with a programatic date field that changes as a certain conditions changes within my applciation.
The hyperlinks are used to select reports based on report dates that are dynamically changed as the report dates change. So I would like the text in the hyperlink stay the same with the exception of the report date in the hyperlink's text.
Any direction on how to code a programtic hyperlink with literal text would be helpful.
thanks,
Comment