| Thread | Last Post | Replies |
|
| transactions in webservices | 07 Dec 2004 10:24 GMT | 1 |
any one have any idea how transactions could be enabled in webservices. i.e., suppose i've got 2 methods - one to add a contact, & the other to set some miscellaneous details for the contact, in a webservice. Now the client uses the above two methods & if the client is happy with ...
|
| read an excel file using vb.net | 07 Dec 2004 09:40 GMT | 2 |
Can any one guide me to read an excel file using vb.net? Reagrds Reny ---
|
| Add "a new record for a table" problem | 07 Dec 2004 09:29 GMT | 3 |
I have Win application used to add records into a table (called Clients) in an Access database. I use a DataGrid1 to present records in this table and use some TextBox(es) to display the details of a selected record. DataGrid1.DataSource = ds 'ds is a datasource
|
| Building a solution via VB .NET code | 07 Dec 2004 09:20 GMT | 4 |
Hi, does anybody know if there's a way to build a Visual Studio solution (.sln) using vb .net code? I mean, I'd like to get the same result that appears in the Output Window of the Ide when building a solution by using the Build command...
|
| VB.Net Polymorphic Bug! | 07 Dec 2004 02:52 GMT | 6 |
'Shadowed' properties are not polymorphic. (See thread 'Inheritance and late binding') They should be. Problem:
|
| is this even possible | 07 Dec 2004 01:55 GMT | 2 |
hey all, is there a way to automatically go into my outlook, look for a specific subject line, and extract the attached file to a location (i.e. desktop). thanks,
|
| Scroll bars for browser control | 07 Dec 2004 00:29 GMT | 2 |
Can someone tell me how to set the vertical scroll bar for the AxWebBrowser control in vb.net john
|
| Formatting Dates in A Drop Down from a Data Set | 07 Dec 2004 00:01 GMT | 4 |
Hi, I am using a ComboBox in a Windows Form that is populated via a Dataset of Date/Time Values. IE (Note No Date Values) 6:30 PM
|
| Creating a Word doc on the Client Side From a WebApplication | 06 Dec 2004 23:46 GMT | 1 |
I am actually trying to do this and found in this thread some very good information (begin quote): { In ASP.NET you should store and manipulate the word document on the
|
| appending I and % to Integers | 06 Dec 2004 23:15 GMT | 2 |
could someone explain the following to me : Appending the literal type character I to a literal forces it to the Integer data type. Appending the identifier type character % to any identifier forces it to Integer.
|
| Append 1 DataTable to another | 06 Dec 2004 22:40 GMT | 5 |
Is there a more efficient way to append the rows of a DataTable to a second DataTable that has the same structure? Currently I am using a For Next loop: Dim drSource, drTarget as DataRow
|
| Factory Class Question | 06 Dec 2004 22:35 GMT | 4 |
Is there a way to prevent classes from being instantiated by methods other than my factory pattern? I have a couple of classes and want to force the factory class to be used as the "entry point".
|
| Create 1DataTable from a Select from DataTable | 06 Dec 2004 22:30 GMT | 7 |
I am having problems trying to create a (temporary) DataTable from a selection from a DataGrid (dgOrders). dtOrdDetails is declared as a Public DataTable Sub is:
|
| VBS | 06 Dec 2004 22:06 GMT | 7 |
Is there a way to use put a working VBS script into VB.Net version 2003? I would like to compile it.
|
| Need help (Update with transaction) | 06 Dec 2004 22:00 GMT | 1 |
I have 1 dataset with 2 tables (Table1 as parent, Table2 as Child), 1 row in both the tables. I am updating it with a transaction. First parent then child. When child update fails, it raise an exception, and rollback the parent
|