Here's my code. I can't get the ddls to populate when the pages loads. I've only got two built in the code so far, but we want to be able to support 5-10 when the code goes live. I know the sprocs work, since since I tried using cache for the datasets, the ddls wouldn't populate.
The...
I have a query that uses a parameter for a person's last name in the where clause. I'd like to figure out how to get the report to pull all names the first time the report is run, then allow the user to specify specific records afterwards.
I can't get the default values right, or I'm missing...
Fixed with:
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
adptContacts = Cache("adptContacts")
dsContacts = Cache("dsContacts")
dsContactTypes = Cache("dsContactTypes")
If Not IsPostBack Then
drpContactTypes.DataSource =...
Below is the code for the Page_load and button click event.
When the button is clicked, I get:
Object reference not set to an instance of an object.
..which happens @:
Line 80: rowNew = dsContacts.Contacts.NewContactsRow
Dim adptContacts As SqlDataAdapter
Dim dsContacts As dsContacts...
I've been asked that on another forum about the adapter. The "lab" for this chapter has you cache the connection, adapter, and the dataset.
Thanks for the help!
I'm working through the MCAD training, and can't seems to get a dropdownlist to populate from a cached dataset:
**********
Here's the code on the first page:
Private Sub Page_Load(....)
If Not IsPostBack Then
AddtoCache("adptCalls", DA1)
AddtoCache("adptContactTypes"...
Okay, it was a bit easier than I thought.
1. Go to Control Panel / Users Accounts / Change the way users log on or off
2. Un-check "Use the Welcome screen". This will now use the classic option where users are prompted for a username / password
3. I set the Computer administrator User...
One of our admin people uses a machine that others can get to. There is a folder on the hard drive she'd like to protect.
I know I can create another user to log onto the machnine, but my questions are:
1. Can I password protect each account icon on the desktop (or just the admin's icon)
2...
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.