The application that i'm working on requires 508 compliance and I'm recieving a failure on the checkboxes in the gridview. Is there a way to add an alt attribute or LABEL to a checkbox control in a gridview that's dymanically created?
The user will insert his/her smart card and enter their pin number. The application will the get the userid and compare it to the entry in the database to get permissions.
I had something similar but i was using a Gridview. In the code behind I had to put the function that my dropdownlist was bound to in the RowEditing procedure along with the function I used to bind the Gridview with.
I'm having a problem with my code. My users occasionaly get Object reference not set to an instance of an object.
It occurs when the I try to get the results back for a stored procedure. I'm at a loss as to what to change.
FYI MyReader & MyCmd are declared in a global modual
Here's the stack...
Is there a way to add an ALT tag to the following bit of code in a data grid to make it 508 compliant?
<EditItemTemplate>
<asp:TextBox ID="txtEdit_Description" Width="289px" Text='<%# Container.DataItem("Description") %>' Runat="server" />
<EditItemTemplate>
I have several reports that are done in Excel on a user's desktop and the emailed to specified recipients. The reports are predefined so I have code that will fill them with data. I would like to add this functionality to the intranet program and allow the users to create the report themselves...
I see what you mean. Am I close on how the command shell would look? Aslo I currently have the program on a seperate machine from the SQL Server, do I need to anything to the code below?
xp_cmdshell 'programname.exe'
Currently I have a VB program that checks our database to see if data for a location has been downloaded every 10 seconds. It then creates a spreadsheet then goes back to checking every 10 seconds. Is there a way for SQL to start the process of creating the report?
I have a program that creates Excel spreadsheets for users. Do I need to have Excel on the machine in order to run it successfully when it's included in the program's package?
My program uses PKZIP to zip images to a file on our server. The problem I'm facing is that when one machine strats to zip its images the other does the same and the second one gets locked out and fails. Is there a way to check to see if the directory being used to store the image is free to...
I have a report that uses a cross tab that gives me the counts for each arrival date. What I need is if Joe Smith arrives on June 22nd and departs the 25th I need to show it in the count for the 23rd & 24th. Is it possible to have a range of dates and show the proper counts for each day. An...
My problem is that in my program I export data to excel and the user has a different version than I do.
Run-time error '374':
Failed to activate control 'VB.UserControl'. This control may be incompatible with your application. Make sure you are using the version of the control that was...
I've got the upload part done, but the problem I have is that the image must be in a bitmap form. What happens is that when the user has the image they want to use it's converted into a Bitmap. When I run it on my PC it's fine but when I run it off the server it gives me an error that the file...
I figured it out you can control this by going to Tools --> Internet Options. On the Advanced tab, find Reuse Windows for launching Shortcuts and unclick it.
Is it possible to start and run multiple web apps at once. What I'd like to have is if a user is in one web app when they click on the shortcut of another it'll open a new instance of IE, is this possible?
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.