F
Fernando Chilvarguer
My problem:
I have a field in a database table that contains URL info.
The values can be:
1. A Url
2. Null
If the value is null I still need to display the record but not the url
link.
How do I accomplish this with the ASP.NET repeater control?
In regular ASP I would just do something like this:
<% IF CONDITION THEN%>
HTML HTML HMTL
<%ELSE%>
ALTERNATE HTML
<%END IF%>
Thanks,
Fernando
I have a field in a database table that contains URL info.
The values can be:
1. A Url
2. Null
If the value is null I still need to display the record but not the url
link.
How do I accomplish this with the ASP.NET repeater control?
In regular ASP I would just do something like this:
<% IF CONDITION THEN%>
HTML HTML HMTL
<%ELSE%>
ALTERNATE HTML
<%END IF%>
Thanks,
Fernando