473,803 Members | 4,591 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Gridview RowEditing event problem

I have a gridview template field that I would like to get the value of during
the RowEditing event, but can't figure out how.
Here's an example of how I get the value of a cell for the row being edited:
Dim WasherNum As String = gvBrazeLoad.Row s(e.NewEditInde x).Cells(6).Tex t

It works if the Cell is databount, but it doesn't work for a template field.
How do I do it?
Apr 25 '06 #1
2 13969
TemplateFields contain controls that have value, they do not in themselves
have values, in the way that BoundFields do. You need to reference the
control. E.g. if the control was a textbox you could use the following in
C#:

TextBox MyTextBox =
(TextBox)gvBraz eLoad.Rows(e.Ne wEditIndex).Cel ls(6).FindContr ol("TextBoxID") ;

MyTextBox.Text would then contain the value you want.

"Will Winn" wrote:
I have a gridview template field that I would like to get the value of during
the RowEditing event, but can't figure out how.
Here's an example of how I get the value of a cell for the row being edited:
Dim WasherNum As String = gvBrazeLoad.Row s(e.NewEditInde x).Cells(6).Tex t

It works if the Cell is databount, but it doesn't work for a template field.
How do I do it?

Apr 25 '06 #2
That did the trick.
Thanks

"clickon" wrote:
TemplateFields contain controls that have value, they do not in themselves
have values, in the way that BoundFields do. You need to reference the
control. E.g. if the control was a textbox you could use the following in
C#:

TextBox MyTextBox =
(TextBox)gvBraz eLoad.Rows(e.Ne wEditIndex).Cel ls(6).FindContr ol("TextBoxID") ;

MyTextBox.Text would then contain the value you want.

"Will Winn" wrote:
I have a gridview template field that I would like to get the value of during
the RowEditing event, but can't figure out how.
Here's an example of how I get the value of a cell for the row being edited:
Dim WasherNum As String = gvBrazeLoad.Row s(e.NewEditInde x).Cells(6).Tex t

It works if the Cell is databount, but it doesn't work for a template field.
How do I do it?

Apr 25 '06 #3

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

Similar topics

3
5590
by: | last post by:
Hello, I am trying to get add a product to a cart from a gridview control when a button in the gridview is clicked. I have a book on how to do this in asp.net 2.0 but it is done by specifying the "DataTextField" as the productID of the product that I want to add. This works but the button displays the productID as the text instead of "Add to Cart". What is the best way to get this to work?
0
916
by: wei | last post by:
Hello, all I get a little problem about this gridview paging event, it's work prefect in my local machine, even I used my IP address instead "localhost". when people use this web page, and try to click the page number(1,2,...) from them machine nothing happens. I checked all browser sitting, javascript is enabled, it's seems something to do with doPostlBack any ideas thanks
2
4495
by: WebBuilder451 | last post by:
I have a grid view and filter it based on an event from another control. I set the filter and it works fine, but when i page it reverts back to the full set of data from the datasource. How can i maintain the filtered set? -- thanks (as always) some day i''m gona pay this forum back for all the help i''m getting kes
1
2474
by: keithb | last post by:
What causes a GridView RowCommand Event to intercept a RowDeleting Event? How to cure it? Thanks, Keith
1
2251
by: bill | last post by:
I have an update panel that contains a gridview. There are 2 triggers: one for a search button that is outside the panel and one for the gridview EditCommand Event. The search works fine, the button click event fires, no problem. But the event for the EditCommand does not fire. Any Ideas? Any one else seen this? Here is some code: <cc2:ScriptManager ID="atlasScriptManager" runat="server"
0
1888
by: progman417 | last post by:
Hello, I've got a Web User Control containing a gridview with a "select record" button on each row. When the user clicks the button I want to call an event handler in the main page. My problem is that the event handler hasn't been set when I check it in the GridView RowCommand event, i.e. if (btnSelectRecordHandler != null) ...
1
3891
by: stephen | last post by:
Hi All, I have a TreeView with CheckBoxes in one of the cells of a GridView and OnTreeNodeCheckChanged event it does nothing (basically does not postback) but if I have a button on the page then the OnTreeNodeCheckChanged get triggered on PostBack. Can some please help me understand why? and how to get it to postback from GridView itself? any sample articles would be helpful.... Thanks again,
1
1131
by: Lakshmi GagniShetty | last post by:
In gridview edit event it is possible to display dropdownlist instead of text boxes.I am using dotnet 2005. Here the gridview autogenerate columns are false. And I had only one row and columns are dependent on database rows.
1
1601
by: bala venkata siva ram kum | last post by:
hi friends, this is balu.while i am working with gridview i am facing this problem.this code is running successfully in gridview edit event.but when i used the same code in textboxtext changed event.it is giving error.pls send me the solution. protected void TextBox2_TextChanged(object sender, EventArgs e) { foreach (GridViewRow row in GridView1.Rows) { string txtText =...
0
9703
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
9564
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
10548
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
10069
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9125
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...
1
7604
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5500
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4275
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
2
3798
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.