Hi, I have a crystal 9 vb6 application... the crystal report runs against old dbase III files. When I use this code to start the report in my vb6 program...
Dim Application As New CRAXDRT.Application
Dim Report As CRAXDRT.Report
Set Report =...
Hi, I have a crystal 9 vb6 application... the crystal report runs against old dbase III files. When I use this code to start the report in my vb6 program...
Dim Application As New CRAXDRT.Application
Dim Report As CRAXDRT.Report
Set Report =...
Hi all, Sorry I did not get back to this thread to update it.
I was using cookieless sessions which we all know add a unique identifier to the address of the website, which specifies the session id.
It turns out that a link to my website from someone elses web site had that unique...
The session("LastName") is being set on the default.aspx page...
Session("LastName") = Left(txtLastName.Text.Trim.ToUpper & "xxxxxxxxxxxxxxx", 15)
After looking over the code, I decided to move the Session("Id") initialization closer to the Session("LastName") line of code. The...
Here's a piece of the code...
If Not Page.IsPostBack Then
Session("ControlFileName") = "CONTROL.TXT"
Session("KeyFileName") = "OnlinePr.00k"
Session("id") = Session("LastName") & "." & Now.TimeOfDay.TotalMilliseconds
Session("CurrentQuestion") = 1
...
Hi,
Here's my situation:
I wrote an asp.net application that assigns a user a unique Id when he logs into the application. I store this unique Id in a session variable, Session("Id") = 'MyUniqueId'. I create this session variable only 1 time in the entire application, right after the user...
Hi,
I have an ASP.net application that simulates an exam. There are 4 radio buttons on the form, (for options A B C & D). I would like to have radio button "A" be selected when the user presses the "A" key on his keyboard, the "B" radio button be selected when the user presses "B" on his key...
Hi,
I'm really new to sql server. I just installed MSDE 2000 on our company's network server. Then I quickly wrote a VB.Net program to access a database on the server. I used this code:
Dim objConn As New SqlConnection("workstation id=steve;packet size=4096;integrated...
Hi,
I'm really new to sql server. I just installed MSDE 2000 on our company's network server. Then I quickly wrote a VB.Net program to access a database on the server. I used this code:
Dim objConn As New SqlConnection("workstation id=steve;packet size=4096;integrated...
Hi,
I've created a simple pocket pc app that adds/edits/and deletes records from a simple database table.
I've got the Adding and Editing records working. The problem I'm having is with the Deleting of Records.
Here's the code...
'************ NONQUERY DELETE CODE ******************
Dim...
Hi,
I have an asp.net page with the page directive being...
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Survey2.aspx.vb" Inherits="WebApplication1.Survey2" enableViewState="False"%>
Notice I have enableViewState = False. When I run the page and look at the Source, There is a...
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.