Can anyone tell me what I'm doing wrong here?
Imports System.Data
Imports System.Data.SqlClient
Imports System.Data.DataSet
Imports InfoSoftGlobal
Partial Class MultiSeries
Inherits System.Web.UI.Page
Dim MyConnection As SqlConnection
Dim MyCommand As SqlCommand
Protected Sub...
I have a couple of ASP.NET 2.0 applications that I'm told might benifit from a move to VS 2008 AND asp.net 3.5. I have been using VS 2005 and ASP.net 2.0 for a while, but I'm woundering if it is easy to move the applications or if it will be as big of an issue as it was moving from VS 2003 to VS...
I know there are a number of variables that factor into this, but I was woundering if anyone had any experience with the following environment?
ASP.NET 2.0, a good size data collection application, on a shared host: my question is do you think it could support 25 concurrent users?
I have a database and it is setup for USA address format
Street, City, State (AB), Zip.
What would I need to do let a user enter Canadian addresses?
I know it's a silly question.
Thank you,
Not sure if I will, but just curious how it's done. Does anyone have any information on how I could create an API for an ASP.net/VB.net web app I created?
Thank you,
When setting up an asp.net application using SQL Server 2005 as the database, I can create roles in the database and assign users to the roles and then in the app limit their access to pages or objects. I have scene system where once a user is assigned to a role there is a page with many many...
I'm trying to migrate Access to SQL Server 2005 Express. I installed the SSMA but it will not connect ot my Express server (don't know why) I have Management Studio Express, but it does not include the Import options.
Does anyone know how I can mirgate?
Thank you,
My columns are auto generated for my grid, they are not always the same columns each time it is rendered. I need to check and apply currency formatting if the column is money. This sample works to apply formatting, but it does not specifically check for money.
Does anyone have an idea how I...
I have a third party function that does a process I pass it some parameters in the sParams string and then it returns a number of parameters in a result string.
How can I get just the parameters out of the Result variable?
Call pressLink(Me.hwnd, sParams, Result)
I have tried putting docmd.echo false in the on current, load, activate, and open events but cannot stop the fliker of the screen.
Is there anything else I can try?
Thank you,
I have a form with a combo box that I want to make sure a user always selects from, for new or existing records. I tried using the Validation properties of the control but that does nothing.
I used Is Not Null in the Validation Rule and a message in the Vlaidation Text.
Is there a better way...
I have a tblpayments with a clientid and payment date, payments are made yearly (sometimes). I need a way to findout for each client which years they missed. How can I do this?
So I might say between 2005 and 2009 which clients missed a payment and then I need to know their clientID and the...
I have two combo boxes with time slots I need to calculate the number of minutes between the two times selected.
cboTimeSlotA = 8:00 AM
cboTimeSlotB = 2:30 PM
This would be 390 minutes
I have 5 rows of combo boxes, each row has 5 combo boxes and a button. When a user clicks a rows button I need all the values of the combo boxes in the rows below to move up one row.
I have it set this way now, but there must be a better way to program this?
This is the code in the first row...
If I make a selection from a combo box and then in code set it to = "", and then test for Not IsNull() on that combo box will it be null?
Or should I be checking some other way, other than isnull()?
Dim X As Integer
For X = 2 To 6
Me("cbotbl" & (X)).Visible = False
Me("cbotbl" & (X)) =...
I have a tblPayments and I need to get a list of each clients LAST AND PREVIOUS payment amount and date of payment. I have paymentID, ClientID, PaymentDate, and PaymentAmount fields in the table.
Can anyone show me how this can be done?
Thank you very much.
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.