Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: putrtek
  • Content: Threads
  • Order by date
  1. putrtek

    Access Denied message when accessing Files on XP from Vista

    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...
  2. putrtek

    Procedure Expects Paramter...

    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...
  3. putrtek

    Updateing the value of a SQL Paremeter

    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...
  4. putrtek

    Erroring Exporting Gridview to Excel

    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...
  5. putrtek

    Problem passing User Name to SQL Paremeter

    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...
  6. putrtek

    Integrating code into existing Web Site

    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...
  7. putrtek

    Looking for UI suggestions

    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...
  8. putrtek

    SQL Server 2000 error

    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...
  9. putrtek

    Help Using the Trace funtionality

    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...
  10. putrtek

    Help with Printing Mailing labels

    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...

Part and Inventory Search

Back
Top