473,322 Members | 1,425 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,322 software developers and data experts.

Accessing label ID from DataGrid Args?

I have a sub program that updates a DataGrid like below
And i'm makiing use of the OrderID to update the data

Sub Update(ByVal Src As Object, ByVal Args As DataGridCommandEventArgs)
Dim OrderID As Label = Args.Item.FindControl("OrderID")
Dim ord_id As String = OrderID.Text
End Sub

But i now have another sub program below and i would like to make use of the
same OrderID
used in the Update Sub :-

Sub GetName_Email()
Cmd.Parameters.Add(New SqlParameter("@OrderID", SqlDbType.Int, 4)).Value =
OrderID.Text
End Sub
How can i get access to it if i use "OrderID.Text" or "ord_id" is says its
not defined which is true??
Nov 19 '05 #1
2 869
call it from within the same event, then there is no hassle, or pass the
info to your sub.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
"Patirck Ige" <na********@hotmail.com> wrote in message
news:uE**************@TK2MSFTNGP14.phx.gbl...
I have a sub program that updates a DataGrid like below
And i'm makiing use of the OrderID to update the data

Sub Update(ByVal Src As Object, ByVal Args As DataGridCommandEventArgs)
Dim OrderID As Label = Args.Item.FindControl("OrderID")
Dim ord_id As String = OrderID.Text
End Sub

But i now have another sub program below and i would like to make use of
the
same OrderID
used in the Update Sub :-

Sub GetName_Email()
Cmd.Parameters.Add(New SqlParameter("@OrderID", SqlDbType.Int, 4)).Value =
OrderID.Text
End Sub
How can i get access to it if i use "OrderID.Text" or "ord_id" is says its
not defined which is true??

Nov 19 '05 #2
But Curt my Sub doesn't have the same event as the Sub Update

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:e%****************@TK2MSFTNGP15.phx.gbl...
call it from within the same event, then there is no hassle, or pass the
info to your sub.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
"Patirck Ige" <na********@hotmail.com> wrote in message
news:uE**************@TK2MSFTNGP14.phx.gbl...
I have a sub program that updates a DataGrid like below
And i'm makiing use of the OrderID to update the data

Sub Update(ByVal Src As Object, ByVal Args As DataGridCommandEventArgs)
Dim OrderID As Label = Args.Item.FindControl("OrderID")
Dim ord_id As String = OrderID.Text
End Sub

But i now have another sub program below and i would like to make use of
the
same OrderID
used in the Update Sub :-

Sub GetName_Email()
Cmd.Parameters.Add(New SqlParameter("@OrderID", SqlDbType.Int, 4)).Value = OrderID.Text
End Sub
How can i get access to it if i use "OrderID.Text" or "ord_id" is says its not defined which is true??


Nov 19 '05 #3

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

Similar topics

2
by: bredal Jensen | last post by:
Hello there, I need to show or hide a label cotrol in one of the cell of my datagrid. I tried the following: ---------- DataGridItem item = MyDataGrid.Items;
0
by: Keith | last post by:
I have a repeater control that contains a HeaderTemplate and an ItemTemplate. Each item contains a checkbox with an ID of chkReconciled, and the header contains a single checkbox with an ID of...
0
by: Keith | last post by:
I have a repeater control that contains a HeaderTemplate and an ItemTemplate. Each item contains a checkbox with an ID of chkReconciled, and the header contains a single checkbox with an ID of...
1
by: robbiedoo | last post by:
How can a value be set to a label in javascript. I can set values to <h6> tags, but I need to set the value of a label. Particularly becasue I can't seem to acces the value of an <h6> tag in the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.