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

推荐订阅源

L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
博客园 - 司徒正美
罗磊的独立博客
D
Docker
Last Week in AI
Last Week in AI
爱范儿
爱范儿
M
MIT News - Artificial intelligence
V
V2EX
Google DeepMind News
Google DeepMind News
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
Microsoft Security Blog
Microsoft Security Blog
T
Tailwind CSS Blog
MyScale Blog
MyScale Blog
V
Visual Studio Blog
博客园 - 叶小钗
B
Blog RSS Feed
A
About on SuperTechFans
F
Fortinet All Blogs
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
P
Proofpoint News Feed

博客园 - 晰雨的天空

换工作了。去微软了。可惜是vender,但总算也是有机会去sigma上班了。 本人对于magicajax使用说明的翻译,还有很多不足和错误。欢迎大家指正. 跳到新页面,刷新框架. - 晰雨的天空 - 博客园 转 datagrid的操作 身份验证票 和 form验证 - 晰雨的天空 excel c# 访问excel textbox 只能输入数字控制 - 晰雨的天空 - 博客园 静态构造器和静态属性的执行顺序 索引器的简单使用 参数定义符号params 使用 委托和事件 C#中废弃一个方法小技巧 (转自terrylee)只为收藏 复制表 , 拷贝表 怎样使按钮响应回车键(转) 路过的朋友都来看看,说说.程序员,什么是终点...哪里有方向 一道c#题.请高手给个答案 Session.Abandon和Session.Clear有何不同? C#中的const和readonly
datagrid 超连接弹出新窗体 - 晰雨的天空 - 博客园
晰雨的天空 · 2006-04-21 · via 博客园 - 晰雨的天空

<asp:HyperLinkColumn DataNavigateUrlField="RegionID"   DataNavigateUrlFormatString="javascript:var win=window.open('WebForm2.aspx?ProductID={0}')"
                        DataTextField
="RegionID" HeaderText="详细"></asp:HyperLinkColumn>

<asp:HyperLinkColumn DataNavigateUrlField="RegionID" Target =_blank DataNavigateUrlFormatString="WebForm2.aspx?ProductID={0}"
                        DataTextField
="RegionID" HeaderText="详细"></asp:HyperLinkColumn>