I want to place this in a string:
'<a href=areaDistListing.aspx?reg='+ reg + '&Area=' + Area + '>' +'Area ' + right(area,1) as doc
Then how would I call this in the aspx.vb page here?
ElseIf
doc.Text = name of my string Then
This way I won't have to worry about the " and if I'm missing something.
Thanks.