Wrox Programmer Forums
|
Visual Web Developer 2005 Discuss creating ASP.NET 2.0 sites with Microsoft's Visual Web Developer 2005. If your question is more specific to a piece of code than the Visual tool, see the ASP.NEt 2.0 forums instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Web Developer 2005 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 March 3rd, 2006, 10:39 AM
Authorized User
 
Join Date: Feb 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Refreshing a grid in asp.net 2.0

I'm working in Visual Studio 2005 on a ASP.Net Website and I have a grid with SQLadaptor on a aspx web form page and have setup an archive button in the grid. The button takes the row passes it to the button click routine and I execute a SQL parameterized stored procedure that modifies the data in the grid, removes a row. How do I get the page to refresh the data in the grid so it reflects the change?

Chris

 
Old June 13th, 2006, 07:49 AM
Registered User
 
Join Date: Mar 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

While the first time u populate the grid use a function to populate it say BindGrid(). Once u do the delete or what ever again call the same function BindGrid().

i guess this will solve your problem


Sailu






Similar Threads
Thread Thread Starter Forum Replies Last Post
Grid View in ASP.NET 2.0 Using C# dhurjati_sen C# 2005 0 August 30th, 2007 11:44 PM
PRINTING DATA GRID IN ASP.NET akhilvira General .NET 5 January 18th, 2007 04:38 AM
HOWTO Nested Grid in ASP.Net 2.0??? ziaiz Classic ASP Professional 0 April 13th, 2006 04:28 AM
Refreshing a grid in asp.net 2.0 cpanson ASP.NET 2.0 Professional 3 March 5th, 2006 12:29 AM





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