Pages work on Windows XP but not Windows Server 2003?

Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default Pages work on Windows XP but not Windows Server 2003?

    Hey all,

    I have an editable datagrid with custom paging set up. I have my work
    server which uses sql server 2k and windows server 2003. My pages work,
    but the "update" button never works. Ever. There are no errors, and the
    page refreshes, but data is never saved to the db.

    Curiously though, running the exact same setup at home (with the only
    difference being that I have windows xp pro), the pages work fine and
    updates go through. Confusing, no?

    Any clues what could be causing this?
    If it's of any import, my code that should be saving the info to the db
    is below:

    MyConnection.Open()
    objCommand = New SqlCommand(strSQLQuery, MyConnection)
    objCommand.ExecuteNonQuery()
    MyConnection.Close()

    Roy Guest

  2. Similar Questions and Discussions

    1. IIS 6.0 do not run .asp pages under Windows 2003 server standart e
      Hi When I tried run .asp pages appear this message: No se puede mostrar la página Hay un problema con la página solicitada y no puede ser...
    2. Are hash rules available in Windows 2000, or is this something new that comes with Windows Server 2003?
      Experts, We run a native-mode Windows 2000 single domain. We want to create a Group Policy object (GPO), perhaps named Software Restrictions, to...
    3. Windows 2000 Server/Windows Server 2003 Dual Boot
      I have been asked to provide a dual boot server using both Windows 2000 Server and Windows Server 2003 Std Edt. Can anyone tell me whether this is...
    4. asp does not work in windows 2003 server
      Hi, I have encounterd a strange problem, I have recently upgraded my server to windows 2003 server. From then my old asp scripts does not seem to...
    5. Explorer Search (F3) find a text/keyword in files is defect in Windows XP SP1 und Windows 2003 Server
      Is this issue known? And do anybody knows, if there is an Microsoft update is available? (no hint in Microsoft Updates) Or do anybody know a real...
  3. #2

    Default Pages work on Windows XP but not Windows Server 2003?

    hi

    Hey all,

    I have an editable datagrid with paging set up. I have my work
    server which uses sql server 2k and windows server 2003. My pages work,
    but the "update" button never works. Ever. There are no errors, and the
    page refreshes, but data is never saved to the db.

    Curiously though, running the exact same setup at home (with the only
    difference being that I have windows xp pro), the pages work fine and
    updates go through. Confusing, no?

    Any clues what could be causing this?

    reply me to [email]sudhagar79@lycos.com[/email]

    thanks in advance

    sudhagar

    sudhagar Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139