473,396 Members | 2,121 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Accessing Data in Datagrids

Is there a way to pull a particular cell data from the selected row? I want
to do a
Server.Transfer to another form and grab the cell information on the form
that was called into a
multi-line TextBox on another web form. I can get the
values by making session variables with and it will pass to the other form,
but that defeats the purpose of a Server.Transfer doesn't it? I wanted to
use regular variables and not Session variables.

Session["xUnit"] = e.Item.Cells[1].Text;
Nov 16 '05 #1
1 1000
Brian,

In this case, I would just add the values that you want to the
querystring and then process them appropriately on the page that you are
transferring to.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Brian Conway" <Br**********@qwest.com> wrote in message
news:ug**************@tk2msftngp13.phx.gbl...
Is there a way to pull a particular cell data from the selected row? I want to do a
Server.Transfer to another form and grab the cell information on the form
that was called into a
multi-line TextBox on another web form. I can get the
values by making session variables with and it will pass to the other form, but that defeats the purpose of a Server.Transfer doesn't it? I wanted to
use regular variables and not Session variables.

Session["xUnit"] = e.Item.Cells[1].Text;

Nov 16 '05 #2

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

Similar topics

0
by: Paul Clark | last post by:
Hi, I am converting a VB6 mobile project (Pocket PC) onto a CE.Net machine and am struggling with the new way of handling datagrids. I have my database and tables setup and stuffed with data...
1
by: Rod Snyder | last post by:
I am not having trouble setting up datagrids and returning data, but I'm at a loss in how to take a dataset and return individual items from it at various points of the aspx page. Do you do it...
4
by: ree32 | last post by:
I have a placeholder and depending on a user input(a drop downlist) when the user clicks a button I dynamically create a number of datagrids and fill them with data from a database. But the problem...
1
by: LeAnne | last post by:
I have a single datatable in a form, and two datagrids. I'd like to display the data in the datatable in both the grids. How ever, when i navigate (change the record position) in one grid, this...
3
by: MRW | last post by:
Hello! I'm an ASPer moving on to .NET. I've been searching the web for my answer, but I've been, suprisingly, unable to find a good answer. I was hoping you can help. Back in ASP, if I wanted...
2
by: p.mc | last post by:
Hi all, I'm using asp.net to display data from a SQL Server database, I've managed to display the data using dataGrids but now need to have more control over the display of the data. I'd like...
7
by: Ausclad | last post by:
Ok, ill try again..... It seems fairly simple. I have two combo boxes in a datagrid. The datagrid is bound to a a table in a dataset. The two combo boxes are bound to a single data table...
1
by: C4rtm4N | last post by:
I'm about to embark on re-writing a database & bespoke web reporting application for our call centre & would like a little advice please. Currently the database has 10 tables containing summaried...
2
by: rn5a | last post by:
In a shopping cart app, a ASPX page retrieves the order details & personal details of a user from a MS-Access database table depending upon the username of the user. The order details of a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...
0
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,...
0
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...
0
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,...

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.