|
|
|
|
|
Total Hits: 202 | Today: 0
|
Author: v.rajanikanth
|
Rating:
|
|

Here i have to add reference :microsoft excel 11.0 object library Here I am having tables materialsdetails And one textbox named as txt_xlsfilename for giving file name....
|
|
|
|
Total Hits: 19 | Today: 0
|
Author: Budi Kurniawan
|
Rating:
|
|

The new version of Visual Basic, VB7 (or VB.NET), is a big jump from VB6. With VB7 you can use the type library in the .NET Framework, and your applications run on the Microsoft .NET Framework Common Language Runtime (CLR).There are also a number of changes from the previous versions. VB7 now supports inheritance and has a new error-handling mechanism. As part of the .NET Framework, VB7 needs to update the data types for interoperability with other programming languages such as C# and C++, and w...
|
|
|
|
Total Hits: 102 | Today: 0
|
Author: Aaron Skonnard and Bob Laskey
|
Rating:
|
|

This article provides an overview of the concepts involved with implementing a trading partner integration system on BizTalk Server 2000 and details the document interchange server architecture and toolset. Additionally, an early look was taken at some business process integration features planned for the production release of the product that allow easy design, execution and sharing of new business processes with trading partners. The concepts and architecture presented allow companies to prepa...
|
|
|
|
Total Hits: 758 | Today: 0
|
|
Rating:
|
|

This article demonstrates how to copy specific DataRow objects from one table to another by using the ImportRow method of the DataTable class....
|
|
|
|
Total Hits: 87 | Today: 1
|
Author: Scott Mitchell
|
Rating:
|
|

As we saw starting with the An Overview of Inserting, Updating, and Deleting Data tutorial, the GridView provides built-in support for row-level editing and deleting. With a few clicks of the mouse it is possible to create a rich data modification interface without writing a line of code, so long as you are content with editing and deleting on a per-row basis. However, in certain scenarios this is insufficient and we need to provide users with the ability to edit or delete a batch of records....
|
|
|
|
Total Hits: 455 | Today: 1
|
Author: Budi Kurniawan
|
Rating:
|
|

Budi gives us a tour of the new data types in VB 7 (VB .NET) that are different from VB 6. These are not the only changes in the language, but hopefully this is a good start for VB 6 programmers to begin migrating to VB 7. ...
|
|
|
|
Total Hits: 170 | Today: 1
|
Author: Jagadish Chaterjee
|
Rating:
|
|

This is the third article in a series on developing object oriented database applications using Visual Basic.NET 2005. In this article, I shall deal with the concept of “properties” in depth, along with data access....
|
|
|
|
Total Hits: 163 | Today: 1
|
Author: ihatetomato
|
Rating:
|
|

Here is the code for dynamic binding of a treeview and also the server side java script for navigating URL to the child nodes.
I have gone through many forums to get the information of the treeview control the only bug i studied is _dopostback javascript that stops the navigating URL of the child nodes.many of them suggested me to better go for autopostproperty to set as true .but the treeview control does'nt have autopostback property.
the optional way I suggest you for the chi...
|
|
|
|
Total Hits: 197 | Today: 0
|
Author: sourav roy
|
Rating:
|
|

This article explains how to keep records for all students in library using a database and a vb.net program.using ms access the database connectivity and connection string it has been done...
|
|
|
|
Total Hits: 535 | Today: 0
|
|
Rating:
|
|

You must create an object of the System.DBNull class and then once you have an instance of it you can check your variables like the example below shows....
|
|
|
|
Total Hits: 19 | Today: 0
|
Author: kepler77
|
Rating:
|
|

Any VB programmer who has moved to VB.NET knows the frustration of losing the ability to create control arrays in a form. VB.NET adds a great amount of flexibility and power, but at the cost of losing some of the features that made VB a great rapid development environment that hid many of the programming details from the developer. One such loss is the control arrays. In the past, you could drop a number of controls on the screen with the same name, and VB took care of creating a member variable...
|
|
|
|
Total Hits: 23 | Today: 0
|
Author: Member 3209760
|
Rating:
|
|

The code is devided into three parts 1) Creating CSV file 2) Opening CSV file 3) Using CSV file to mailmerge with word document...
|
|
|
|
Total Hits: 32 | Today: 0
|
Author: TL Wallace
|
Rating:
|
|

At the time of this writing, the standard Windows Forms .NET TreeView control doesn't support the concept of databinding like the ASP.NET TreeView control. So, we are left writing our own solutions. This solution provides a standardized way to use databinding with the Windows Forms .NET TreeView control. This functionality will enable you to quickly develop user-friendly ways to create and view complex data information. It includes the Databinding as well as the following Design Patterns: Fac...
|
|
|
|
Total Hits: 20 | Today: 0
|
Author: Hemant.Kamalakar
|
Rating:
|
|

The requirement is to display the database servers Current System Date and Time in the client application. When the client application starts it fetches the Current Date and Time on the Remote server(Database Server) and keeps incrementing it by one second using a Timer....
|
|
|
|
Total Hits: 21 | Today: 0
|
Author: vipinjosea
|
Rating:
|
|

DTS (Data Transformation Services) is one of the nice and very useful feature that available with SQL Server 2000 . But in case of end user there is not much technical knowledge regarding this so they can't use 'as it is' so they prefer a single click interface for a predefined DTS process ,in SQL Server 2000 not natively supports this(DTS Package saved in SQL Server itself is possible to run with single click but there is certain drawbacks the major one is there is no facility to backing up thi...
|
|
|
|
Total Hits: 18 | Today: 0
|
Author: ferran9
|
Rating:
|
|

This is just a quick trick to convert an Enum into a DataTable, not sure if it would be of any practical use. There are no projects to download since is just a code snippet, copy and paste from this page and you are ready to go, well... let me know what you think about it....
|
|
|
|
Total Hits: 30 | Today: 0
|
Author: Michael Bosch
|
Rating:
|
|

When I'm developing an application, I often like to use enumerators as properties of my objects to improve the readability of my code. Often, the enumerator value will come from a table in the database....
|
|
|
|
Total Hits: 71 | Today: 0
|
Author: Charles Carroll
|
Rating:
|
|

This example illustrates how to created a sorted DataView and then use that to create an unique datatable for a specific column....
|
|
|
|
Total Hits: 44 | Today: 0
|
Author: Raj Kaimal
|
Rating:
|
|

The databinding expression %# some expression % is evaluated in the language of the page (VB, C#, etc.) This can have a big impact on the current syntax, so be very careful when you are looking at docs for the language you are using....
|
|
|
|
Total Hits: 195 | Today: 1
|
Author: Jagadish Chaterjee
|
Rating:
|
|

This is the second article in a series on developing object oriented database applications using Visual Basic.NET 2005. In this article, I shall deal with the concept of “methods” a bit more in depth, along with data access....
|
|
|
|
|
|