473,585 Members | 2,512 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DataGrid Nightmare

I am trying to use the in place edit in Datagrid, however, I am experiencing
a problem which probably has a simple solutions so I thought I would ask you
guys.

I have a Grid bound to a DataSet table which works OK, I have an Edit column
in which the Edit links appear. In the Edit Event, I change the Grids
EditIndex Prperty to the row which I click using the e.item.editinde x
property. OK

Now I have some text boxes in the row I want to edit. So lets say my text is
"Of all the fishes". I change the text to just "Fishes" and hit the update
button.

The update event fires , but the text returned is the original text not the
new text. I use Ctype(e.item.ce lls(4).Controls (0).text,textbo x).text
In my page load, I have something like this.

If Not Postback then
get the dataset and then save it to session

Else

get it from session

End If

datagrid1.datas ource = mydataset
databind.
Any ideas ?????/


--
Best Regards

The Inimitable Mr Newbie º¿º
Nov 25 '05 #1
2 1057
Dont worry, I fixed it. I realised that binding it in the load event seems
to throw away any viewstate changes. I bound it in the pre-render event and
that seems to be OK

--
Best Regards

The Inimitable Mr Newbie º¿º
"Mr Newbie" <he**@now.com > wrote in message
news:uq******** ******@TK2MSFTN GP11.phx.gbl...
I am trying to use the in place edit in Datagrid, however, I am
experiencing a problem which probably has a simple solutions so I thought I
would ask you guys.

I have a Grid bound to a DataSet table which works OK, I have an Edit
column in which the Edit links appear. In the Edit Event, I change the
Grids EditIndex Prperty to the row which I click using the
e.item.editinde x property. OK

Now I have some text boxes in the row I want to edit. So lets say my text
is "Of all the fishes". I change the text to just "Fishes" and hit the
update button.

The update event fires , but the text returned is the original text not
the new text. I use Ctype(e.item.ce lls(4).Controls (0).text,textbo x).text
In my page load, I have something like this.

If Not Postback then
get the dataset and then save it to session

Else

get it from session

End If

datagrid1.datas ource = mydataset
databind.
Any ideas ?????/


--
Best Regards

The Inimitable Mr Newbie º¿º

Nov 25 '05 #2
When the update occurs, are the values being saved to the dataset in the
session variable as well?
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com
"Mr Newbie" <he**@now.com > wrote in message
news:uq******** ******@TK2MSFTN GP11.phx.gbl...
I am trying to use the in place edit in Datagrid, however, I am
experiencing a problem which probably has a simple solutions so I thought I
would ask you guys.

I have a Grid bound to a DataSet table which works OK, I have an Edit
column in which the Edit links appear. In the Edit Event, I change the
Grids EditIndex Prperty to the row which I click using the
e.item.editinde x property. OK

Now I have some text boxes in the row I want to edit. So lets say my text
is "Of all the fishes". I change the text to just "Fishes" and hit the
update button.

The update event fires , but the text returned is the original text not
the new text. I use Ctype(e.item.ce lls(4).Controls (0).text,textbo x).text
In my page load, I have something like this.

If Not Postback then
get the dataset and then save it to session

Else

get it from session

End If

datagrid1.datas ource = mydataset
databind.
Any ideas ?????/


--
Best Regards

The Inimitable Mr Newbie º¿º

Nov 25 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1230
by: Arno | last post by:
Hi I am using a dataset to populate a editable datagrid. When I apply a table style however, the datagrid seems to become read-only... How can I make the datagrid editable again? Is there a method I need to call perhaps? Regards, Arno
6
11355
by: Herve MAILLARD | last post by:
Hi, What is the best (free) datagrid for .NET ? Thanks, H. MAILLARD.
2
1605
by: bob | last post by:
I thought I saw this somewhere, but I want to have a dropdownlist in a datagrid. I have the column as an Item template, but when I paste in the code for a dropdown list funky things seem to happen. does anyone have an example of this? also - i do not want the user to hit edit on each line before seeing the drop down list. I would rather...
4
3039
by: Dave | last post by:
Hello All, I am having a nightmare trying to add a new row to my Datagrid. When I use the code below I get the error: 'Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount. Can anyone help me with this? Dim dg2 as DataGrid = DG.Items(0).FindControl("dg2") DSClass = Session("DSClass") dt = DSClass.Tables(0)
6
1344
by: Jim Mirra | last post by:
Hey, I have been working on this for a while now and I keep getting the same error. here is my code: ------- start code --------- Dim strSQL = "Select tagid,itemid,description,status, transtype, (select max(datetime) from transactions where tagid = inventory.tagid) as statusdate
4
1821
by: Steve | last post by:
I am fairly new to VB.NET, and I am rewriting an application I wrote a while back, also in VB.NET. I aplied some new things I learned. Anyway, here is my problem....... I have a custom DataGrid with a buttonRow that does a delete function for me. Microsoft support helped me back then to get this done. Here is part of the code that creates...
13
2462
by: pmcguire | last post by:
I have a DataGrid control for which I have also created several new extended DataGridColumnStyles. They behave pretty nicely, but I can't figure out how to implement Selected Item formatting for them. In a plain vanilla DataGrid, when you click on the RowHeader, the appropriate row changes colors. I ASSUME this should be done in the Paint...
2
4371
by: Mike | last post by:
Hi, I'm having a nightmare finding any code examples that show how to add a buttoncolumn into a datagrid for a win form programatically. The only examples I can find are for asp / webforms or are limited free trials from software houses offering their own custom datagrid styles. The closest I have got is using Leadits extended datagrid and...
3
1360
by: rex64 | last post by:
I created a datagrid and it worked great in the regular C#. But when I do the exact same thing in ASP it does not work. private void btnSignUp_Click(object sender, System.EventArgs e) { string connectionString="data source=JEFF-3KQH2O8TJF;initial catalog=studyXSQL3;Integrated Security=SSPI"; SqlConnection studyXconnection=new...
0
7908
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...
0
7836
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...
0
8199
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. ...
1
7950
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6606
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...
0
5389
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...
0
3835
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2343
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
1
1447
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.