User Profile

Collapse

Profile Sidebar

Collapse
Bussis
Bussis
Last Activity: Jul 4 '07, 09:34 AM
Joined: Dec 26 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Bussis
    replied to Asp.net version mismatch
    in .NET
    VS 2003 uses IIS as a webserver. Did you check the version on the virtual map for you app.

    Go to IIS manager. Go to the properties of the vir. map of you app. Go to the tab "ASP.NET" what does the rule ASP.NET version row say? You can change the version of asp here.

    HTH
    See more | Go to post

    Leave a comment:


  • Bussis
    replied to Convert .html file into .aspx file
    in .NET
    rename the file to aspx. But then you there are two ways of dealing with the programm logic. This can be done in a so called code behind file in that case rename the file to aspx. Add the following row at the top of this file

    <%@ Page Language="C#" AutoEventWireup ="true" CodeFile="xxx.a spx.cs" Inherits="xxx" %>

    Language depends on the language you are going to use vb.net...
    See more | Go to post

    Leave a comment:


  • What exactly do you mean?

    You want to delete a row one at the time. So pressing delete will delete the row so it won't show the next time? Post some sample how you do it now.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...