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

Home Posts Topics Members FAQ

copy datarowview

Hi,

I want to put a datarowview aside to use later on. How?

dim curRow as datarowview
dim oldRow as datarowview

oldrow=currow doesn't do the trick because I save the object ref and oldrow
changes with currow. Do I have to copy every item 1 by 1 or is there some
neat trick?
Thanks in advance
Frank
Nov 21 '05 #1
2 4321
Frank,

The datarowview is nothing than a view on a datarow, so copying it seems for
me a little bit impossible.

http://msdn.microsoft.com/library/de...classtopic.asp

You can copy of course a datarow using the importmethod into a new table
which has the same signature because it is cloned from the original table.

http://support.microsoft.com/default...b;en-us;305346

For what you can use of course use the row property from the datarowview
what references to the datarow

http://msdn.microsoft.com/library/de...ssrowtopic.asp

I hope this helps?

Cor
Nov 21 '05 #2
Thanks Cor,
importrow is a good idea.
Frank

"Cor Ligthert" <no************ @planet.nl> wrote in message
news:Om******** ******@TK2MSFTN GP14.phx.gbl...
Frank,

The datarowview is nothing than a view on a datarow, so copying it seems for me a little bit impossible.

http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfsystemdata datarowviewclas stopic.asp
You can copy of course a datarow using the importmethod into a new table
which has the same signature because it is cloned from the original table.

http://support.microsoft.com/default...b;en-us;305346

For what you can use of course use the row property from the datarowview
what references to the datarow

http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfsystemdata datarowviewclas srowtopic.asp
I hope this helps?

Cor

Nov 21 '05 #3

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

Similar topics

3
6108
by: John Hoge | last post by:
I have a datagrid that needs to display information from a related table, and I have use a template column to pass the Container.DataItem object to a method called ShowPub as follows: <asp:TemplateColumn HeaderText="Publisher"> <ItemTemplate> <asp:Label Runat="server" Text='<%#ShowPub(Container.DataItem)%>' /> </ItemTemplate> </asp:TemplateColumn>
5
5174
by: karim | last post by:
I am getting the error below when I try to use DataRowView in my aspx page. I am using the System.Data in my code behind. I even tried importing system.Data in the aspx. I have to qualify it with System.Data to get it going. Why is that? Error Message: The type or namespace name 'DataRowView' could not be found (are you missing a using directive or an assembly reference?) Karim
1
2517
by: Guoqi Zheng | last post by:
Dear Sir, I need to access the datasource of a repeater control. I used CType(e.Item.DataItem, DataRowView), but obviously it does not work. Can some one tell me what I did wrong? See my code example below! Sub MainItem_Created(ByVal sender As Object, ByVal e As RepeaterItemEventArgs)
7
5083
by: Able | last post by:
Dear friends I am using FindRows methods of the DataView to select multiple rows as this: Dim custView As DataView = New DataView(custDS.Tables("Customers"), "", _ "CompanyName, ContactName", DataViewRowState.CurrentRows) Dim foundRows() As DataRowView = custView.FindRows(New object() {"The Cracker Box"})
2
1430
by: Geoff Jones | last post by:
Hi Suppose I have a loop such as: For Each x As DataRowView In dataViewObj ' Some calculations go here Next Suppose we to access within the loop not only the current row but the next one e.g. during the first loop x will be the first row, how can I access the
2
671
by: Joe | last post by:
Hello All: How have you used the DataRowView. I am familiar w/ DataRow (of course!), but haven't had the need to use the DataRowView. When would you use it? Thanks. Joe
0
1136
by: rockdale | last post by:
private void dgrid_OnItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { if(e.Item.ItemType ==ListItemType.Item||e.Item.ItemType ==ListItemType.AlternatingItem) DataRowView drv = (DataRowView)e.Item.DataItem; it caught error.
3
15318
by: needin4mation | last post by:
In this code: protected void GridView1_RowCreated(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { DataRowView rowView = (DataRowView)e.Row.DataItem; // Retrieve the value for the current row.
1
6209
by: =?Utf-8?B?cm9kY2hhcg==?= | last post by:
hey all, DataRowView drv = (DataRowView)((GridViewRow)lbl.NamingContainer).DataItem; i found this snippet on the net which works correctly in its context. It's datasource is coming from a Typed DataSet. Well, i modified the GridView's DataSource to use an UnTyped DataSet but i'm getting an error saying "Unable to cast object of type 'System.Data.DataRow' to type
0
9707
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
10586
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
10338
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...
1
10323
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
9161
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
6856
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
5525
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
4301
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
3823
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.