Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Problems using ASPX and Access

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS Recycle & MDAC  
Author Message
langaard1

External


Since: Dec 02, 2003
Posts: 3



(Msg. 1) Posted: Thu Dec 04, 2003 1:59 pm
Post subject: Problems using ASPX and Access
Archived from groups: microsoft>public>inetserver>iis (more info?)

I am running IIS 6.0 on a Windows 2003 server. I created
an ASP.Net test site using the Database Interface Wizard;
the ASP.net pages load, but when submitting from the ASPX
form to an Access database I get the following error
message:

Server Error in '/' Application.

Index 0 is not non-negative and below total rows count.

Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and where
it originated in the code.

Exception Details: System.IndexOutOfRangeException: Index
0 is not non-negative and below total rows count.

Source Error:
An unhandled exception was generated during the execution
of the current web request. Information regarding the
origin and location of the exception can be identified
using the exception stack trace below.

Stack Trace:
[IndexOutOfRangeException: Index 0 is not non-negative and
below total rows count.]
System.Data.DataView.GetElement(Int32 index) +43
System.Data.DataView.get_Item(Int32 recordIndex) +5

Microsoft.Office.FrontPage.DBInterface.DBEditor.CurrentRow
() +119

Microsoft.Office.FrontPage.DBInterface.DBEditor.ClickButton
SubmitChange(Object sender, EventArgs e) +116
System.Web.UI.WebControls.Button.OnClick(EventArgs e)
+108

System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEve
ntHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent
(IPostBackEventHandler sourceControl, String
eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent
(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1277


Version Information: Microsoft .NET Framework
Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

 >> Stay informed about: Problems using ASPX and Access 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Thu Dec 04, 2003 5:27 pm
Post subject: Re: Problems using ASPX and Access [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Tom" <langaard.TakeThisOut@carlsongroup.com> wrote in message
news:d15301c3ba98$cda1bc70$a601280a@phx.gbl...
 > I am running IIS 6.0 on a Windows 2003 server. I created
 > an ASP.Net test site using the Database Interface Wizard;
 > the ASP.net pages load, but when submitting from the ASPX
 > form to an Access database I get the following error
 > message:
 >
 > Server Error in '/' Application.
 >
 > Index 0 is not non-negative and below total rows count.

You'll get a better/quicker response in a more relevant forum:
<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2103" target="_blank">http://www.aspfaq.com/show.asp?id=2103</a>

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Problems using ASPX and Access 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 3) Posted: Tue Dec 30, 2003 12:56 pm
Post subject: RE: Problems using ASPX and Access [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

microsoft.public.inetserver.dbweb

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: "Tom" <langaard.RemoveThis@carlsongroup.com>
| Sender: "Tom" <langaard.RemoveThis@carlsongroup.com>
| Subject: Problems using ASPX and Access
| Date: Thu, 4 Dec 2003 10:59:54 -0800
| Lines: 51
| Message-ID: <d15301c3ba98$cda1bc70$a601280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| thread-index: AcO6mM2h5YjzJiw3Q8anuAnYdP7//g==
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa07.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.inetserver.iis:286142
| NNTP-Posting-Host: tk2msftngxa14.phx.gbl 10.40.1.166
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| I am running IIS 6.0 on a Windows 2003 server. I created
| an ASP.Net test site using the Database Interface Wizard;
| the ASP.net pages load, but when submitting from the ASPX
| form to an Access database I get the following error
| message:
|
| Server Error in '/' Application.
|
| Index 0 is not non-negative and below total rows count.
|
| Description: An unhandled exception occurred during the
| execution of the current web request. Please review the
| stack trace for more information about the error and where
| it originated in the code.
|
| Exception Details: System.IndexOutOfRangeException: Index
| 0 is not non-negative and below total rows count.
|
| Source Error:
| An unhandled exception was generated during the execution
| of the current web request. Information regarding the
| origin and location of the exception can be identified
| using the exception stack trace below.
|
| Stack Trace:
| [IndexOutOfRangeException: Index 0 is not non-negative and
| below total rows count.]
| System.Data.DataView.GetElement(Int32 index) +43
| System.Data.DataView.get_Item(Int32 recordIndex) +5
|
| Microsoft.Office.FrontPage.DBInterface.DBEditor.CurrentRow
| () +119
|
| Microsoft.Office.FrontPage.DBInterface.DBEditor.ClickButton
| SubmitChange(Object sender, EventArgs e) +116
| System.Web.UI.WebControls.Button.OnClick(EventArgs e)
| +108
|
| System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEve
| ntHandler.RaisePostBackEvent(String eventArgument) +57
| System.Web.UI.Page.RaisePostBackEvent
| (IPostBackEventHandler sourceControl, String
| eventArgument) +18
| System.Web.UI.Page.RaisePostBackEvent
| (NameValueCollection postData) +33
| System.Web.UI.Page.ProcessRequestMain() +1277
|
|
| Version Information: Microsoft .NET Framework
| Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
|
|
 >> Stay informed about: Problems using ASPX and Access 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]