Jump to content
Xtreme .Net Talk

danomatic

Members
  • Posts

    8
  • Joined

  • Last visited

Personal Information

  • Visual Studio .NET Version
    VS.Net 2002 Enterprise Architect
  • .NET Preferred Language
    VB.Net/ASP.Net

danomatic's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks, this helps! Dan
  2. Is it possble to set VS.Net to make this tag: <asp:TextBox id="TextBox1" runat="server"></asp:TextBox> appear by default like this? <asp:TextBox id="TextBox1" runat="server" /> or is there a danger in this? I am new to ASP.Net Dan
  3. Bucky: I didn't have the dll's uploaded. That solved the problem! thanks, I am still new to .Net. The Login page won't work yet because Oracle is on a different server. I might have to put that page in a frame where as the content will actually be on the Oracle server, but the top frame will be just a few pixels high and show my own domain name. thanks! Dan
  4. Hi: I am getting a parser error when I try to load a page in this ASP.Net project on my web server. Here is the error message: Server Error in '/dotnet/slipstream' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'ASPNetWebProject.Global'. Source Error: Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="ASPNetWebProject.Global" %> The first two lines of my global.asax.vb file read as such: Imports System.Web Imports System.Web.SessionState Nothing is mentioned about: "Inherits="ASPNetWebProject.Global" %>" If it helps the actual pages is at: http://www.danenglander.com/dotnet/slipstream/ASPX/aboutus.aspx Any help would be appreciated. Thanks Dan Englander http://danenglander.com/ --------------------------------
  5. Once you have used VS.Net, you'll never want to go back. It's worth the investment. dan
  6. Awesome, this works like a charm. I love the simplicity of it! dan
  7. I have a basic form that inserts text fields into a database. When I click insert, I would like the fields to all clear. I know how to do it one line at a time but it would be more efficient if I could do a loop or an array but I am not sure how. Here is what I have now. (and it works) txtAddress.Text = "" (....and 10 more fields like this) thx, dan NOTE: I am new to VB and VB.Net only within the past few weeks but with Oracle/SQL Server background. Version: VS Studio.Net 2002 Enterprise Architect
×
×
  • Create New...