Forum: ASP.NET Aug 9th, 2004 |
| Replies: 5 Views: 22,840 I tried using the IBMDA400 provider (instead of SNAOLEDB). Now it gives me another error. Is there a config seeting I am missing ... or ??
Code:
Imports System.Data.OleDb
Dim... |
Forum: ASP.NET Aug 6th, 2004 |
| Replies: 5 Views: 22,840 I am trying to connect to an IBM AS/400. Can anyone help me interpet the error and possible guid me what to do. Thanks
Code:
Dim myAS400Connection As New OleDb.OleDbConnection
... |
Forum: ASP.NET Aug 5th, 2004 |
| Replies: 4 Views: 9,543 I have a form from where user want to connect to a DB and fill a spread sheet (excel). This is supported in vb.net. Below syntax gives me error in asp. Below is my code. Thanks.
Dim xlApp As... |
Forum: ASP.NET Aug 5th, 2004 |
| Replies: 3 Views: 15,422 I have two TextBoxes to determine date selections (from date and to date). I am using Calender and let user select the desired dates. I am using the <Calendar.SelectedDate> method and it works fine.... |
Forum: ASP.NET Aug 5th, 2004 |
| Replies: 1 Views: 14,231 I have a web page that will display an image (ie a logo).
I am using the following code but the image is not being displayed in the image control.
Image1.ImageUrl = "C:\logo.jpg".
Thanks. |
Forum: ASP.NET Aug 4th, 2004 |
| Replies: 3 Views: 7,714 Programatically I believe this can be done. But what about user changed values (updateing, inserting and deleting) rows. Is this possible in ASP ?? Thanks. |
Forum: ASP.NET Aug 4th, 2004 |
| Replies: 3 Views: 7,714 I am new to ASP. I have populated a DataGrid with rows but cannot find any property setting (like Readonly=False or True) that let's me update rows directly in the grid. Is such a function not... |
Forum: ASP.NET Jul 27th, 2004 |
| Replies: 1 Views: 3,545 I am building my 1st .asp application and filling a data grid from a Nothwind DB. When I try to open the connection it gives me user log in error. Can anyone guide me here ?? Thank you.
Exception... |