惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
美团技术团队
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
Jina AI
Jina AI
博客园_首页
M
MIT News - Artificial intelligence
D
DataBreaches.Net
L
LangChain Blog
宝玉的分享
宝玉的分享
F
Fortinet All Blogs
A
About on SuperTechFans
月光博客
月光博客
Stack Overflow Blog
Stack Overflow Blog
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
Y
Y Combinator Blog
腾讯CDC
Vercel News
Vercel News
雷峰网
雷峰网
GbyAI
GbyAI
aimingoo的专栏
aimingoo的专栏
阮一峰的网络日志
阮一峰的网络日志
博客园 - 【当耐特】

博客园 - 凌寒飘香

jquery getJSON bat 结束进程 mysql 行转列 ASP.NET连接Oracle数据库的步骤详解(转) mysql event mysql安装出现error Nr.1045 (转) windows服务(installutil.exe)报错。异常来自 HRESULT:0x80131515 NSIS堆栈 Push,Pop用法详解(转) bat,copy 文件 js ,String.format 执行带out参数的存储过程sql 无线网络配置 readexcel jquery.validate.min.js 打印配置 无线路由设置 pmi id 查询 天龙八部,小师妹,李沧海,齐御风 Windows Server 2008开机取消必须输入密码登录系统,不要按CTRL+ALT+DEL”,
gridview模板页面调用js函数
凌寒飘香 · 2013-03-08 · via 博客园 - 凌寒飘香

        function OpenWindowExt(patientid) {
            var parturl = "PatientEdit.aspx?PatientID=" + patientid + "&RefreshID=" + '<%=btnRefresh.UniqueID %>'
            OpenWindow('/Admin/Patient/' + parturl);
            return false;
        }

<ItemTemplate>
                              <%--  <a href="#" name="hrefRecover" onclick="OpenWindowExt('<%# Eval("PatientID") %>');">
                                    逻辑恢复</a>--%>
                                <asp:LinkButton ID="lbtnRecover" OnClientClick=<%#"return OpenWindowExt('"+DataBinder.Eval(Container.DataItem,"PatientID")+"')" %>
                                    runat="server" CausesValidation="False">逻辑恢复</asp:LinkButton>
                            </ItemTemplate>