|
|
 |
| .NET Framework 2.0 For discussion of the Microsoft .NET Framework 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the .NET Framework 2.0 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

October 30th, 2007, 09:07 AM
|
|
Registered User
|
|
Join Date: Oct 2007
Location: , , .
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
grid view
i have created a webpage in asp.net with c# coding,i have two buttons in my page(view and save).
when i click view button,a grid should be displayed on the page instead of the information before so the previous data should be hidden.
am not sure how to proceed,i know how to bind the data from the database.
can anyone one help me.
Thanks in advance
komal
|

October 30th, 2007, 09:14 AM
|
|
Wrox Author
Points: 12,827, Level: 49 |
|
|
Join Date: Oct 2005
Location: Akron, Ohio, USA.
Posts: 4,029
Thanks: 1
Thanked 42 Times in 42 Posts
|
|
It depends, if hte information on the page is in a container control like a Panel you could simply set the panels visible property to false the gridviews visible property to true which would hide your data.
Alternatively you could use a multi-view which would essentially work the same way except that you would be activating differnt views in the multiview to show and hide data.
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor :.
Wrox Books 24 x 7
================================================== =========
|

October 30th, 2007, 09:35 AM
|
|
Registered User
|
|
Join Date: Oct 2007
Location: , , .
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by dparsons
It depends, if hte information on the page is in a container control like a Panel you could simply set the panels visible property to false the gridviews visible property to true which would hide your data.
Alternatively you could use a multi-view which would essentially work the same way except that you would be activating differnt views in the multiview to show and hide data.
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor :.
Wrox Books 24 x 7
================================================== =========
|
thanks a lot
komal
|

November 7th, 2007, 10:34 AM
|
|
Registered User
|
|
Join Date: Nov 2007
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
˳±ãѧϰÏÂÓ¢Óï!
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Grid view |
roopeshmkatlive.in |
ASP.NET 1.0 and 1.1 Professional |
1 |
August 1st, 2008 02:03 PM |
| Help Grid View Drop Down List, view all |
jskinner123 |
ASP.NET 2.0 Basics |
0 |
November 25th, 2007 06:25 PM |
| grid view |
MunishBhatia |
ASP.NET 2.0 Professional |
2 |
June 5th, 2007 01:15 AM |
| grid view |
MunishBhatia |
ASP.NET 2.0 Professional |
1 |
May 25th, 2007 08:26 AM |
| calender with grid view |
chandrasekhar |
ASP.NET 2.0 Professional |
1 |
April 13th, 2006 02:20 PM |
|
 |