473,804 Members | 3,038 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Difficulty when deleting row from a gridview

103 New Member
Hi all,

when i try to delete the last row from gridview, i got an exception "Array index out of bound..

When i try to delete some other row, all the rows that follow that row is deleted..

For example,

If i have 10 rows in a grid view and when i try to delete the 10th row, it throws an exception..

When i try to delete 8th row, the rows 8,9,10 is deleted..

Please help me to solve this problem..

Regards,

Mathew.
Sep 28 '07 #1
2 1558
cie
6 New Member
Anyway I have no idea what language you are using but if it is C# i hope it can help you.

assumed that the grid view name is dataGridView

use this line of coding:
dataGridView.Ro ws.Remove(dataG ridView.Rows[dataGridView.Ro wCount - 1]);

because the row's index is zero based so to get last row index is the number of rows - 1

Hi all,

when i try to delete the last row from gridview, i got an exception "Array index out of bound..

When i try to delete some other row, all the rows that follow that row is deleted..

For example,

If i have 10 rows in a grid view and when i try to delete the 10th row, it throws an exception..

When i try to delete 8th row, the rows 8,9,10 is deleted..

Please help me to solve this problem..

Regards,

Mathew.
Sep 29 '07 #2
Krishbiztech
6 New Member
send me the coding u used to delete the record in gridview.. so that il try to help u..

Cheers
Sep 29 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1484
by: loga123 | last post by:
I am using a gridview with ASP 2.0 and VB.Net 2005. I would like to be able to pop-up a javascript alert('Are you sure') confirmation when the user clicks the 'Delete link' without adding an additional column for this, but I cannot figure out how. Can someone help? Thanks.
2
2673
by: Narshe | last post by:
I have a gridview with datakeyname="Id" that is using a sqldatasource. When I click delete on the gridview, the datakeys property is empty during the deleting event.
0
1280
by: gr8beer | last post by:
The gridview rebinds data before the RowCommand or RowEditing events fire. So, if a new record is added to the underlying datasource that changes the index of the row you are trying to edit, you get the wrong row displayed for editing. I am guessing same is true when deleting which is even worse, especially if you are not confirming on delete. How do I either force the gridview not to rebind the data when edit is selected or force the...
2
5461
by: Greg | last post by:
I have a gridview on my form which I have populated using a datareader. What I would like to do is to be able to remove specified records from the gridview, without affecting the source of the data. I'm a bit confused about how to go about removing the rows - all the google searches I have done so far seem to assume that the grid view is bound and the programmer wants to delete the data from the original source. Is there any easy way to...
1
2707
by: Greg | last post by:
I have a gridview on my form which I have populated using a datareader. What I would like to do is to be able to remove specified records from the gridview, without affecting the source of the data. I'm a bit confused about how to go about removing the rows - all the google searches I have done so far seem to assume that the grid view is bound and the programmer wants to delete the data from the original source. Is there any easy way to...
11
2567
by: Greg | last post by:
I have a gridview on my form which I have populated using a datareader. What I would like to do is to be able to remove specified records from the gridview, without affecting the source of the data. I'm a bit confused about how to go about removing the rows - all the google searches I have done so far seem to assume that the grid view is bound and the programmer wants to delete the data from the original source. Is there any easy way to...
1
1519
by: David C | last post by:
I want to use the deleting event on a gridview (using link button) to get the ID of the row being deleted so I can make sure that ID is not in another table. How do I reference this in my VB code in the SqlDataSource.Deleting event? Thank you. David
1
5370
by: Vajrala Narendra | last post by:
Hi, all am working on asp.net, c# 2.0 i want to delete a row from a grid view for that i take datakeyname inn gris view i wrote coding as 1. <asp:GridView ID="GridView2" runat="server" Height="72px" Width="776px" AutoGenerateColumns="False" 2. DataKeyNames="fld_jid" > 3. ----
4
1749
by: Queen Soso | last post by:
hi all, I have this error when I click delete link in the gridview: 'unable to cast object of type 'ASP.WebForm1_aspx' to type "system.Web.UI.WebControls.GridviewRow' I really need help as soon as possible :(
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9579
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10571
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10326
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9143
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6851
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4295
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2990
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.