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 bkrike 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: Erics44
  • Content: Threads
  • Order by date
  1. Erics44

    Parser Error

    Hi I am having problems getting a web site up and running. This is the error I am getting, thanks for any help in advance. Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the...
  2. Erics44

    Load to the net help

    Hi I have built me web application and got web space through a hosting company. Which files do I need to FTP to the server? Is it just the aspx and aspx.vb files? thanks in advance
  3. Erics44

    deployment help

    Hi I have created a set up program and run it and it has produced a dll file. Using FTP, to set my site up on the internet is this file all i need to copy across? Thanks
  4. Erics44

    deployment help

    Hi I need to advice with deployment. In the past I have always used the copy project option as i have been putting sites on a company intranet. I now have a site to put in the internet and i am not entirely sure how i do it. Do i need to ftp it? Thanks in advance
  5. Erics44

    Looping through controls

    Hi I need help lloping through the controls on an ASP .net page and finding a control with a particular name. I am new to asp .net and I have found it works differently looping through controls on a VB .net windows form. Thanks for any help in advance
  6. Erics44

    Unspecified Error

    Hi Uploading data from an excel spreadsheet to a table in an SQL server database. My code works fine on my local machine and yet crashes with an unspecified error message on the web server. Anyone know why this might be? Would it help if i posted my code? Thanks
  7. Erics44

    DataTable Problem

    Hi I have some code that works for one datatable and datagrid on one page and doesnt for another. All I want to do is set a DataTable as the datasource of a datagrid and like I said it works in one instance but not another. Example of the code Dim dt As DataTable dt =...
  8. Erics44

    Visual Studio Upgrade

    Hi I am using visual studio 2002 proffesional and would like to upgrade to 2005. Does anyone have any suggestions of the best thing to do? is there an upgrade package? Thanks for your time
  9. Erics44

    Object instance (probably quick one)

    hi I am getting an error with the following code, it is saying I havent set the last line as an instance of an object. Can anyone tell me why please Dim dr As DataRow Dim dt As DataTable dt = dgActivities.DataSource For Each dr In dt.Rows Thanks in advance
  10. Erics44

    Datagrid scrolling

    Hi The user selects an Order number on Page1.aspx and then opens Page2.aspx where a Datagrid1 is displayed. The Order number selected is represented in the first row of Datagrid1 and when Page2.aspx opens I would like it to automatically scroll through Datagrid1 until it finds the row...
  11. Erics44

    Change frame on button click

    Hi I have a question using the code <a href="page1.asp" target="top">GoTo Page1</a> How do I make this on click of a button rather than a hyperlink? can i use <a href="page1.asp" target="_top"><Button Text="Click Here"></button></a> ? Thanks for your time
  12. Erics44

    Simple Frame question

    Hi I have 2 frames on my form, I want to click on a button in frame1 and alter the url in frame2. Could anyone point me in the right direction please. Thanks
  13. Erics44

    Page Frame

    Hi I am just starting with Visual Studio and ASP.net using VB. I am reasonably competent at programming in VB but unsure of the ASP .net side at the moment and have no experience of HTML. I want a menu down the left hand side of my page (similar to this page) and a banner along the top and i...
  14. Erics44

    Project documentor

    Hi I need to document a VB projec, a list the forms and objects and procedures etc.. I wondered if there is tool in studio that will help me do this? Thanks in advance
  15. Erics44

    List Stored procedures

    hI Does anyone know how i can list the names of my stored procedures in a table/view? I know how to use the information schema for the tables and views. Thanks in advance
  16. Erics44

    Validator controls

    Hi I have a set of validation controls on my web form and i now want to click a button and save the information in my validated controls into my database. I have a save buttoin but dont know what the syntax is. If page.Validate = true then save the stuff into my data base else dont...
  17. Erics44

    Creating tables as DBO

    Hi I have a VB .net front end and an action on it that runs a stored procedure that creates a table in my SQL server. When a user runs the stored procedure the table is created and named with the users user ID as a part of the table name so something like UserID.tblTable Does anyone know how I...
  18. Erics44

    Null User

    Hi I am getting the error - "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection" when trying to connect to my server, my connection string is - data source=" & strServer & ";initial catalog=" & SourceDatabase & ";Trusted_Connection = False;User ID=" &...
  19. Erics44

    Moving the location of a database

    Hi This might sound like a stoopid question but how do i move a database to a different location. It is currently on the C drive and i want it to be on the E drive Thanks
  20. Erics44

    Date diff

    Hi I need to find the difference between 2 dates in hours excluding weekends. Is there a function that will calculate tis for me? Thanks

Part and Inventory Search

Back
Top