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

推荐订阅源

Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
A
About on SuperTechFans
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
U
Unit 42
WordPress大学
WordPress大学
Y
Y Combinator Blog
罗磊的独立博客
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
博客园 - 叶小钗
Stack Overflow Blog
Stack Overflow Blog
Engineering at Meta
Engineering at Meta
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
V
V2EX
雷峰网
雷峰网
H
Hackread – Cybersecurity News, Data Breaches, AI and More
S
SegmentFault 最新的问题
酷 壳 – CoolShell
酷 壳 – CoolShell

博客园 - 凌寒飘香

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>