You could use String.Format and bind the results from your datasource.
<asp:HyperLink id="hlgglSearch" runat="server" NavigateUrl='<%# String.Format("http://www.google.com/search?hl=en&q={0}",DataBinder.Eval(Container.DataItem,"SearchString"))%>'>Search Google</asp:HyperLink>
I am trying to upgrade Visual Studio .Net 2002 to .Net 1.1. I have installed 1.1 and tried to run it side-by-side with 1.0 with no luck. My question is how can I get VS.Net to recognize 1.1? Will uninstalling 1.0 then installing 1.1 fix the problem? Has anyone else who has had this problem know...
How can determine if a page loaded from my vbscript was found without actually having to view it?
Set objExplorer = WScript.CreateObject _
("InternetExplorer.Application", "IE_")
objExplorer.Navigate "http://www.yahoo.com/555.txt"
If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.