Search:

Type: Posts; User: gpNovice

Search: Search took 0.04 seconds.

  1. Re: Develop a Revision to ASP.NET Application

    I successfully setup GIT using VS 2022 and imported my files into the system. I now feel confident that I can make changes to my application and not corrupt my existing code.
  2. Re: Develop a Revision to ASP.NET Application

    Thanks for the quick response! I will definitely try GIT and will let you know how it goes.
  3. [RESOLVED] Develop a Revision to ASP.NET Application

    Several years ago, I developed an ASP.NET application, with VB.NET backend, using Visual Studio 2019. I use the application on MS Edge browser and it is only used within my home network.
    I would...
  4. VS 2012 Re: [RESOLVED] VB.NET Public Class returns different results than SQL Server Stored P

    Resolved my issue by changing the database connection string in the asp application. I only had the server name in the connection string. Resolved the issue by adding the "server name\database...
  5. VS 2012 Re: VB.NET Public Class returns different results than SQL Server Stored Procedure

    First, thank you for taking an interest in my issue. I will try to provide the info you need and at the same time not give you more than you need.
    I currently have a VB.net application that I use to...
  6. VS 2012 [RESOLVED] VB.NET Public Class returns different results than SQL Server Stored Procedure

    I have written a Public Function to retrieve data from a SQL Sever database and use the data in a WebControl.treeview. The Public Function is below. I'm using a command type of stored procedure and I...
  7. VS 2012 Re: [RESOLVED] For / Next Loop fails on last XML node

    Resolved the issue by moving the declaration "Dim tNode as New TreeNode" within the FOR/NEXT Loop



    For i = 0 To XMLnode.Count - 1
    Dim tNode As New TreeNode
    ...
  8. VS 2012 [RESOLVED] For / Next Loop fails on last XML node

    I'm creating an asp.net application using Visual Studio 2012. I'm using vb.net on back-end. I'm using a SQL Sever 2018 database and the SQL Server database is housed on the same machine that I'm...
Results 1 to 8 of 8



Click Here to Expand Forum to Full Width