问题描述
我是一名新手程序员。
我希望有一个如下所示的超链接:。
点击后我想提取查询字符串并用它来查询表格
DB(SQL Server)中的
。存储过程将查询字符串作为
参数,并返回页面将被重定向的实际URL。我可以使用一个按钮来实现这一点,但是我对ASP.NET
超链接的工作很少。我从未使用链接来使用
链接本身的参数查询数据库。我正在使用C#。
有人可以帮我一些代码吗?不要担心DB的东西。我
可以处理。我只需要帮助与超链接相关的代码
(提取查询字符串并使用从SP返回的值作为链接
用于重定向到的页面)。
谢谢,
Hector
I am a novice programmer.
I want to have a hyperlink that looks like so: www.mycoolsite.com?a=21132.
On click I want to extract the query string and use it to query a table
within a DB (SQL Server). The stored procedure takes the query string as a
parameter and returns the actual URL the page is going to be redirectted. I
can do this using a button, but I have done little work with ASP.NET
hyperlinks. I''ve never used a link to query a DB using a parameter from the
link itself. I am using C#.
Can anyone please help me with some code? Don''t worry about the DB stuff. I
can handle that. I only need help with the code associated with the hyperlink
(extracting the query string and using a value returned from a SP as a link
for the page to be redirected to).
Thanks,
Hector
推荐答案
这篇关于超链接帮助......的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!