Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 20th, 2006, 11:03 AM
Friend of Wrox
 
Join Date: Oct 2005
Posts: 173
Thanks: 0
Thanked 2 Times in 1 Post
Default Embedded Gridiview within a Formview

Hi All

Here's an is it possible question...

I have a gridview control embedded within a formview. Is it possible to databind the Gridview att he same time as the Formview when selecting the update button on the Formvie.

Ta

Rit
__________________
Rit
www.designandonline.co.uk
INSPIRE | CREATE | DELIVER
 
Old February 20th, 2006, 04:45 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,348
Thanks: 0
Thanked 5 Times in 5 Posts
Default

Yes, as long as you set a sqldatasource for both objects.

 
Old February 23rd, 2006, 10:03 AM
Friend of Wrox
 
Join Date: Oct 2005
Posts: 173
Thanks: 0
Thanked 2 Times in 1 Post
Default

I can't get my head around how the formview update button would update a DB table using all the data from within all of the rows in a gridview... Usually a GridView updates one row at a time.

Rit
 
Old February 23rd, 2006, 10:48 AM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,348
Thanks: 0
Thanked 5 Times in 5 Posts
Default

You would have to get a reference to the gridview from within the formview. Then, loop through all the rows in the gridview, and generate an Insert/Update statment, or try using sqldatasource1.update().

 
Old March 6th, 2006, 07:42 AM
Friend of Wrox
 
Join Date: Oct 2005
Posts: 173
Thanks: 0
Thanked 2 Times in 1 Post
Default

Hi All

I have found an article regarding transforming a gridview so that it can process multiple updates but it is written in C#:

http://blogs.msdn.com/mattdotson/articles/490868.aspx

... is there a simple method of translating this into VB.Net?

Thanks,

Rit
 
Old March 6th, 2006, 11:52 AM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,348
Thanks: 0
Thanked 5 Times in 5 Posts
Default

use this site to convert the code:

http://www.developerfusion.co.uk/uti...sharptovb.aspx






Similar Threads
Thread Thread Starter Forum Replies Last Post
Embedded or not NEO1976 EJB 0 April 3rd, 2007 09:45 AM
Embedded Files gygaxx Visual Basic 2005 Basics 2 November 28th, 2006 03:25 PM
"embedded" element??? Marcus CSS Cascading Style Sheets 3 June 1st, 2006 06:42 PM
Embedded Browser b98765 Java GUI 0 June 21st, 2004 04:01 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.