Search results for query: *

  • Users: Newbie_71
  • Content: Threads
  • Order by date
  1. N

    Can't create ASP.NET project

    I bought a book to help me learn ASP.NET with VB.NET. I have no experience with ASP.NET. I re-formatted my hard drive and did a fresh install of both Windows XP (Home Edition) and Visual Studio.NET (Student Version). I can make VB.NET applications. However, if I try to make an ASP.NET...
  2. N

    Multiple Forms

    Public Class Form1 Inherits ... Private MiniForm As New Form2 Private Sub btnMiniForm_Click() MiniForm.Visible = True Me.Visible = False End Sub End Class Public Class Form2 Inherits ... Private Sub btnMainForm_Click ??? Me.Visible = False End...
  3. N

    DataGrid Formatting

    Hello Forum, This is my first time posting here. I was hoping someone here might be able to help me with a problem that I can't find the solution to. I made a collection of objects named OBJ_Collection. I can bind it to a DataGrid with the following statement: DataGrid1.DataSource =...
Back
Top