Asp.net + datawindow开发的bs测试程序,该怎么解决

Asp.net + datawindow开发的bs测试程序
TXWebLibrary 1.6的测试程序上线,有兴趣的朋友可以看看。
下载 http://www.gztxsoft.com/download/txweblibrary.exe 下载插件程序
然后访问http://www.gztxsoft.com即可。

------解决方案--------------------
问一下,黄师傅,您这个是个人行为,还是公司要做的产品。有客户了?
------解决方案--------------------
kankan
------解决方案--------------------
测试 。。。。。。
------解决方案--------------------
我也试了一下datawindow.net, 问一下,如果客户端不象你那样写dw active 控件,就做不成你那样的例子吗?
------解决方案--------------------
看来我也不用学习这个了,客户端的这种我也不会
------解决方案--------------------
这个高深,观摩一下...
------解决方案--------------------
呵呵,黄兄的贴一点得顶顶,支持多多发贴~~
------解决方案--------------------
使用了下,报错
--------------------------------------------

Runtime Error 
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
 

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
 

------解决方案--------------------
為什麽要插件
------解决方案--------------------
围观,学习
------解决方案--------------------
试试...........
------解决方案--------------------
正在试
------解决方案--------------------
看了,期待楼主的博客
------解决方案--------------------
每种浏览器都要重写一个,太累了吧。
------解决方案--------------------
您的blog 写了吗?
------解决方案--------------------
网上那个djfocus是for java的, 这个算是for .net 的。那个djfocus是免费的
------解决方案--------------------
感谢黄兄新的作品。

以前就觉得,sybase搞过这么多杂七杂八的技术。包括以前那些版本里的web技术。
其实现在很多网页中的运用都要用插件。就不晓得sybase怎么没在这方面倒腾好。希望您这个新武器能实用。




-------------------------------------------
powerbuilder混淆器v2010.05.4