This is HTML anchor tag(Hyperlink) with two properties href and style.
href: Let me divide into 3 parts to understand better.
'<%=ResolveUrl("~/")%> : Converts a URL into one that is usable on the requesting client. It generates the URL with current directory due to tild symbol(~)
Category- : This is hard coded string. It will append to the whole string.
<%# Eval("SeoCategory_Name")%> : It returns value of SeoCategory_Name column.
By combining all above 3 parts URL looks like: /Category-SeoCategoryValue
Manas MohapatraPosted Dec 2, 2015, 1:29 AM