将 ID 参数传递给 aspx 模式窗口
我有一个中继器控件,其中包含一个超链接,用户单击该超链接即可启动自定义 aspx 模式窗口。超链接包含“记录 ID”值。
用户单击超链接,代码从代码隐藏传递到 javascript,从而启动自定义 aspx 窗口。
如何从 javascript 函数传递记录 id 参数,以便正在启动的 aspx 模式窗口可以检索它,并使用该值运行 sql 查询。
我愿意创建一个会话值、一个隐藏的 html 控件(我尝试了隐藏控件,但无法传递该值)或任何其他选项。
有什么建议吗?
I have a repeater control that contains a hyperlink which the user will click to launch a custom aspx modal window. The hyperlink contains the "record id" value.
The user clicks the hyperlink, the code passes from code behind to javascript, which launches the custom aspx window.
How do I pass the record id parameter from javascript function so that the aspx modal window being launched can retreieve it, and run a sql query with that value.
I am open to creating a session value, a hidden html control (I tried the hidden control, but was not able to pass the value) or any other options.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您所写的内容,最明显的解决方案是将 ID 作为地址的一部分传递。喜欢:
From what you write, the most obvious solution would be to pass the ID as the part of the address. Like: