Hi all, i have designed five websites and database applications for the five rural schools in the south africa, now I am thinking to provide them with hosting services but the problem is I am not sure what hardware capacity i must purchase for this type of service.
Any information will help big...
Hi guyz, Im about to give up on this subject and this project. I have created a membership database with user roles and uploaded to the hosting server and i have connectionstring to connect to this database, its been good couple of months trying to login to access admin pages and i have been...
hi all please any one who can help me Iam getting this error when i try to log on my site
Thanking you in advanced
Cannot open database "ASPNETDB" requested by the login. The login failed.
Login failed for user 'NETWORK-SYHFY\IWPD_27(databasename)'.
Hi Jason, i manage to sort out the above issue now the site is up but when i want to access a adminpage with login details i get the following server error:
Server Error in '/' Application.
Failed to generate a user instance of SQL Server due to failure in retrieving the user's local...
Hi pls help i have uploaded the site files to the server and when i try it I get the following error:
I am using the Microsoft SQL Express as the database.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Invalid value for key...
Hi All, I just uploaded my website but its not working i am getting an error when i type the my website address in the address bar. Please see the error that I am receiving see below:
Server Error in '/' Application.
-----------------------------------------------------------
Runtime Error...
Hi All
Please help me with my code I keep getting an error as follow: Object reference not set to an instance of an object.
Here is whole code:
<SCRIPT Runat="Server">
Sub Page_Load
If Not Page.IsPostBack Then
'-- Load an array with image urls and save to View State
Dim...
Hi all
A while ago I wrote a code for an application that manipulate data using SQL query and displays the results on a grid now this time around i would like to have a button to export the results from the grid to excel
see the code below:
Imports System
Imports System.Data
Imports...
Hi All
A while ago i wrote a code the that uses SQL qeury and display the results into a grid now I would like to export results from the grid to excel in vb.net/vb.net2005
see the code below:
Imports System
Imports System.Data
Imports System.Data.OleDb
Public Class frmMain
Inherits...
Hi all
I have a table with records from access database but it won't allow me to edit records, Please see the InvalidOperation: Update requires a valid UpdateCommand when passed DataRow collection with modified rows.
Please assist
Hi
I just installed Microsoft office 2007 but when i want to create data connection in vb.net using a wizard from access database i get the following: an error in initializing provider. Unrecognized database format.
your help will be highly appreciated
mxo
Hi Alexcuse & Qik3Coder im writing this on vb.net so is my code in not suitable for vb.net or using eof wont work on vb.net and for vb.net what would be correct way of writing this code.
sorry for being bit slow was trying to see if its possible.
Hi all
i have created a dataset using the wizard and now i trying to loop through using eof and im getting an error. please see my code below:
Private Sub btnFix_Click
Dim conn As New ADODB.Connection()
Dim rec As New ADODB.Recordset()
conn.ConnectionString =...
Im not sure do you mean something like this because i have tried with no luck,also not if i did a right thing.
Dim dr() As DataRow
Dim tbl As DataTable
tbl = DataSet1.Tables("NewCustomers")
For each myRows = myTable.Select()
If txtCustName.text = txtCustTradingAs.text Then...
Hi All
I just cannot get this right basicly what Im trying to achieve: is I got dataset called "customer" (dataset_name) and it has a "NewCustomers" (table_name) and on this table i want my textbox: txtShipTo.text to be the same with txtCustAddress.text if the condition is true and it must do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.