搜索: 标题内容作者  
  首页VB.NET教程VB.NET外文资料
rss订阅 手机访问 
VB.NET外文资料
Intro.  I have a page on my website named BuyNow.aspx.  It recalculates the extended price based on the user's entered quantity.
Enhancement.  Here's how I added AJAX to this existing page on my website (note that I added a space after every “<" so that this e
日期:12/09/2007 21:28:27 作者:未知 点击:1729
Intro. I have an MSSQL inventory table (Parts) that holds all the master info about the electronic parts that we sell.  This table is used extensively on our company website:
http://www.edxelectronics.com/InStock/I
日期:12/09/2007 20:29:13 作者:未知 点击:2304
Here is a code snippet that I use quite frequently when I need info from my database in table form:
    Dim oPartsConn As New OleDbConnection(ConfigurationSettings.AppSettings("ConnectionString-Parts"))
    Dim daParts As OleDbD
日期:12/09/2007 20:23:15 作者:未知 点击:2138
Management purchased a new piece of software which came with a SQL Server database.  I needed to write a program to extract data from the database to use on our website.  The database includes many well-named stored procedures, so I used a code snippet that I use often to call a stored procedure to fill a table with data that I need to manipulate before displaying
日期:12/09/2007 20:11:43 作者:未知 点击:1161
I have a web page that displays a gridview of sales order information for the user.  The user can click on the sales order number (sono) to display more information about any order.  The original code opens a new web page (target="_blank") for each click.
日期:12/09/2007 20:04:18 作者:未知 点击:995
The recent announcement that ASP.NET will soon get an alternate engine in the ASP.NET Model View Controller framework (MVC
日期:12/06/2007 17:04:58 作者:from Maui, Hawaii 点击:2770
Introduction
Moslty in site directory web sites there is a need to have the thumbnail image of each web site. Of course this feature can be needed in a wide range of projects handling with high amount of web sites.
Capturing screenshots with Window
日期:12/06/2007 14:54:50 作者:Daron Y&ouml;ndem 点击:1707
Introduction
I'll show how to use regular expressions to parse a Web page's HTML text into manageable chunks of data. That data will be converted and written as an RSS feed for the whole world to consume. Finally, I'll show how to create a generic tool that enables you to automatically generate an RSS feed from any website, given a sma
日期:12/02/2007 09:42:33 作者:Roy Osherove 点击:6026
Displaying Many-to-Many Relationships
Displaying a master-details relation in a form is really not a big deal. You set up one control, which is bound to the master table, and one DataGrid, which is bound to the relation between the master table and the child table like so: adpSoldiers.Fill(ds, "Soldiers")
ds.Rel
日期:12/02/2007 09:30:42 作者:RoyOsherove 点击:3300
Introduction
What is it that GPS applications need to be good enough to use in a commercial environment, such as in-car navigation? Also, how does the process of interpreting GPS data actually work? In this tw
日期:12/02/2007 09:23:57 作者:jspano 点击:13937
What are Delegates?
In your Visual Basic.NET journey, you have definitely encountered a well used but little understood phenomenon called a delegate. You use them everyday, but might not know it. In this article, we will take a look at what a delegate is and how it will help you to develop better software.
A delegate can be de
日期:12/02/2007 09:22:10 作者:jspano 点击:3473
Q What happens when I check "Enable application framework" in my Visual Basic application? Why does my Sub Main disappear from the Startup Object dropdown, what happens with the different shutdown modes, and what is a single instance application?
A Visual Basic supports an "Application Framework" that m
日期:12/02/2007 09:11:34 作者:Kathleen Dollard 点击:2414
Yesterday I promised to post about the hidden gems in Visual Basic and Visual Studio 2008 that you haven’t read about in blog posts or seen at conferences. I forgot that I mentioned a few of my favorite features in the
日期:11/27/2007 21:14:41 作者:VBTeam 点击:1746
NET lets you add and remove Event Handlers dynamically on the fly. Your code can start and stop handling events at any time during program execution. Also, you can tie the same code (event handler) to multiple events similar to the Handles clause in VB.NET.
The VB.NET
日期:11/22/2007 09:33:33 作者:未知 点击:1427
Introduction
Why reinvent the wheel when you can just get new hub caps? In this article, I will show how to gain access to the DataGridViewComboBoxEditing control’s properties, methods,
日期:11/16/2007 09:08:00 作者: 点击:2002
友情链接
赞助商广告
内容分类