No announcements
Found 98554 threads
-
0 Votes
DataView acrobatics
know how to get it into a DataTable and a DataView, but I need to extract the album data so that each row in the DataView has an album's title and thumb-URL, as if the original XML ...Answered | 1 Replies | 2751 Views | Created by YusufX - Wednesday, March 17, 2010 10:51 PM | Last reply by Chao Kuo - Sunday, March 21, 2010 3:01 PM -
0 Votes
Convert LINQ to SQL result to DataTable or DataView VB.Net
Hi I need a temporary DataTable or DataView made by LINQ to SQL result. but i cant prepare them based on L2S method in VB.Net 2010. is it ...Answered | 8 Replies | 7367 Views | Created by R. Salehi - Thursday, September 6, 2012 7:25 AM | Last reply by Kareninstructor - Thursday, September 6, 2012 9:15 PM -
0 Votes
Dataview question
To confirm your assumption can u check with the for loop 1..6 or 2..6 or even 6..0? U can keep the new DataView before the forloop and within the loop DataView you ...Answered | 2 Replies | 2719 Views | Created by amthekkel - Wednesday, April 8, 2009 1:11 PM | Last reply by Linda Liu - Tuesday, April 14, 2009 7:41 AM -
0 Votes
static DataView
the solution is: not use static DataView, but normal private DataView and save DataTable in SessionAnswered | 2 Replies | 6797 Views | Created by AnonymAnonymAnonym - Thursday, May 19, 2011 6:54 AM | Last reply by AnonymAnonymAnonym - Tuesday, June 7, 2011 9:01 AM -
0 Votes
Serializing DataView
This is because DataView is not designed to support direct Xml serialization. It does not implement the ICollection.Add method in its inheritance chain. One solution that I can think of is to ...Answered | 1 Replies | 4531 Views | Created by youssef.shahin - Tuesday, November 20, 2007 3:36 PM | Last reply by Wenlong Dong - MSFT - Monday, December 10, 2007 8:56 PM -
0 Votes
DataView Sorting
Hi: In this code: DataView dv = new DataView(this.myTableAnswered | 1 Replies | 3146 Views | Created by Marzk - Wednesday, October 18, 2006 6:14 PM | Last reply by Ken Tucker - Wednesday, October 18, 2006 6:47 PM -
0 Votes
Sorting Dataview
Hi I display data in a datagrid. after create the datatable (DTTB) I filled my ...Answered | 1 Replies | 411 Views | Created by CPGTech Hub - Tuesday, July 1, 2014 3:07 PM | Last reply by Matt Small - Wednesday, July 2, 2014 12:35 PM -
0 Votes
MODI troubles
could easily integrate this in my application, but I'm having troubles with the view component I'm trying to instantiate an AxMidocView from code, because I ...Answered | 1 Replies | 10581 Views | Created by Rico Diesel - Wednesday, May 19, 2010 10:04 AM | Last reply by Rico Diesel - Thursday, June 24, 2010 7:06 AM -
0 Votes
DataView issue
Problem solved; there is no need to use DataView because the DefaultView creates a View by default, and using the RowFilter method would accept a string to filter the underlying ...Answered | 6 Replies | 2768 Views | Created by tibois - Thursday, November 19, 2009 5:13 PM | Last reply by tibois - Sunday, November 22, 2009 5:13 PM -
0 Votes
update dataView
hi to all pll I have a easy question for you, but hard for me. After insert new values in my db acces file, using C# I need to display the table in a listbox using a ...Answered | 2 Replies | 3833 Views | Created by alexandra.dorneanu - Saturday, November 17, 2007 9:19 PM | Last reply by Rudedog2 - Sunday, November 18, 2007 2:39 PM -
0 Votes
Hosted WebService troubles
; I had heard GoDaddy had troubles with WCF and/or WebServices, but that DASP was very good. Also, I am still clueless on WSDL's, how they get generated, ...Answered | 20 Replies | 28954 Views | Created by JimGuyer - Monday, November 22, 2010 11:32 AM | Last reply by Peter Kuhn - Tuesday, November 23, 2010 4:45 PM -
0 Votes
DoWhile... more troubles...
Ok, it seems that my DoWhile troubles came to an end! I found the bug in the code in the OnEvent method.... Thanks AlessandroAnswered | 1 Replies | 3238 Views | Created by Alessandro Fiorencis - Friday, October 9, 2009 3:17 PM | Last reply by Alessandro Fiorencis - Wednesday, October 14, 2009 10:10 AM -
0 Votes
DataView filter
Hi ChamW, DataView dv = null; using (SqlConnection sqlConnAnswered | 5 Replies | 3333 Views | Created by DevNC - Friday, March 25, 2011 10:03 AM | Last reply by Mike Dos Zhang - Wednesday, March 30, 2011 1:01 PM -
0 Votes
DataView Update
Hi, Firstly, get the underlying DataTable from the DataView. Secondly, call the GetChanges method on the DataTable. If the result isn't null, use a DataAddapter to ...Answered | 1 Replies | 3095 Views | Created by gdk9am - Friday, April 3, 2009 1:10 AM | Last reply by Linda Liu - Thursday, April 9, 2009 8:30 AM -
0 Votes
using dataView
DataSource of my ComboBox control is a dataView with the DataMember one of my table colomn. How can I have distinct values in my ComboBox. thxAnswered | 4 Replies | 2944 Views | Created by alexandra.dorneanu - Thursday, November 15, 2007 6:29 AM | Last reply by Suprotim Agarwal - Thursday, November 15, 2007 10:11 AM -
0 Votes
DataView Question
DataView dvAnswered | 2 Replies | 2953 Views | Created by Bollwerk - Wednesday, September 26, 2007 7:49 PM | Last reply by Zhi-Xin Ye - Friday, September 28, 2007 11:17 AM -
0 Votes
Report dataview
Hello kemoox, Hey, i have a dataview and dataset i generate it by query and i do it in datagridview , i want to print it or to do report how ...Answered | 2 Replies | 2168 Views | Created by kemoox - Friday, July 15, 2011 3:53 PM | Last reply by Neddy Ren - Tuesday, July 19, 2011 8:48 AM -
0 Votes
DataView help
Deluxe01, 1. Please use DataView.ToTable Method (String, Boolean, String[]) that creates and returns a new DataTable based on rows in an existing ...Answered | 2 Replies | 3111 Views | Created by Deluxe01 - Monday, May 21, 2007 3:56 PM | Last reply by Bruno Yu - Friday, May 25, 2007 4:58 AM -
0 Votes
SQL Stored Procedure with VB.NET code, no dataview
To all the guru's out there in VB.NET and SQL 2005. I wish I could join you but unfortunately I have long way to go. I have one form, one button, one text box, one label. I ...Answered | 3 Replies | 7672 Views | Created by chris_kzn - Friday, January 12, 2007 9:51 AM | Last reply by Ayhan Yerli _TR-NL_ - Monday, January 15, 2007 7:00 AM -
0 Votes
Show/Hide Dataview Webpart
Hi Valerie, What does your dataview look like before users press the Search button? Are you trying to hide the dataview so that it doesn't show the message that ...Answered | 2 Replies | 5696 Views | Created by valerie77 - Thursday, January 21, 2010 3:25 AM | Last reply by Parvez Akkas - Tuesday, January 26, 2010 3:08 AM
No announcements