3 computers
2 Vista Laptops connected Wirelessly
1 XP Desktop HardWired
Here is my problem.The XP machine has 3 USB HDD's connected.
2 of the HHD's work fine. I'm able to READ/WRITE any file on both drives from either Vista Laptop
the 3rd USB Drive is the one giving me problems.
I'm able...
Im trying to pass a paremeter to a SQL stored procedure. I'm using a drop down box for the user to select a Time Zone. I'm then tryting to pass a TimeZone OFFSET to mt stored procedure in order to adjust the Dates and times displayed by the query.
Right now I get an error...
I have a Field called 'worklog'. Each time the field is updated I want to add some text to the Beginning of the field before it is sent to the Database.
for example: The Text the User Typed in is
"Here is some sample text"
Text I want to update the data base with is
"Entry made on 7/3/2007...
I'm using the code below in a attempt to export a Gridview to Excel. The Gridview itself displays fine. I get an error when I click on the 'Export to Excel button'
I get a error of "Control 'Gridview1' of type 'GridView' must be placed inside a form tag with runat=server. "
the error is on the...
I'm using a Multi view nested inside <EditItemTemplate> of the Formview in order to simulate a Multi Page Wizard. I'm trying to pass the Username of the logged in user to a hidden field which in turn feeds a SQL parameter in order to update my database with the name user who edited the record...
I found a article written by Scott Mitchell http://aspnet.4guysfromrolla.com/articles/091504-1.aspx that expalins how to Create a Collapsible Detail Region in a Repeater. His code works perfectly as it was written. However when I attempt to integrate his code into my existing web site that uses...
I have been tasked with creating a ASP.NET 2.0 web interface for a database to track Network Outages. I was handed a Excel Spreadsheet with a list of the fields they want to include/track. There are over 75 fields all together.
This is my first time suing asp.NET 2.0, all my previuos eperience...
I am conntecting via a ASP.NET 2.0 web application to a SQL Server 2000 server. When I try to execute the page from my web server I get the following error.
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by...
This is probally a pretty simple fix but I can't seem to find an answer anywhere. I have page level Trace enabled and I'm trying to Display SQL sttaement that is passed to my SQL database durin a Update.
The Following code:
Trace.Write("SQL Stmt", SqlDataSource1.UpdateCommand)
returns...
I have a table of customer addresses. I like to be able to select which customers to print a label for (check box? maybe) and how many of each label to print.
So for Customer A I want to print 2 address labels, Cusomer B only 1 and Customer C 4 labels, etc. I hope I'm explaining this right...
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.