I am trying to make a wrapper so I can export data from asp.net to excel. I know I am supposed to use the tlbimp.exe tool, but I don't seem to have it! I searched my entire c: and nothing came up. I don't have visual studio.net but shouldn't this be included in the .net sdk? I'd highly...
I want to be able to print reports with ASP.net. I've seen Crystal Reports a few time doing searches. I've also seen Active Reports.
What is my best option for printing reports generated by asp.net? Exporting to .pdf/.xls would be useful too, but not essential. Of course, if I can do a...
How do I set how many rows appear in a drop down list when a user expands it? The default looks to be somewhere around 10 but I want to make it about 20.
Thanks.
I think my computer is typing code without me knowing it...Something is alive, and it isn't the usual gnomes/goblins/gremlins.
I set up forms security. In addition, my host computer setup windows security, without me even asking. Here is my file structure:
/web.config
/dblabor/default.aspx...
I am building a UI for a timecard database. Users access this database over the internet using something I am yet to write using asp.net.
In access, the UI looked something like:
Job # | Sat | Sun | Mon | Tue | Wed | Thu | Fri
12503 0 0 1 0 3 1 1
11056 1 0...
I'm new to vba but not new to programming. I want to pass a combo box from a form to a sub in a module. My code looks like this:
Private Sub Form_Load()
Dim ddlEditDate As ComboBox
Set ddlEditDate = Me!ddlDate
PopulateDateList (ddlEditDate)
End Sub
----Module-----
Public Sub...
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.