|
-
August 5th, 2011, 02:58 AM
#4
Re: ASP.NET Update Panels With Page Manipulation Logic
If you look at the TOP MOST topic .. in the forum ..
Announcement: Before you post....
It has a section pertaining to Posting code......
Including Code
If you include listings within your messages, please use the  button or code tags from within the message editors. This will format your code using a non-proportional font and it will preserve spacing. Most importantly, will make your code easier to read.
Rerturning to your Problem..
Generally i prefer to Hide panels via Page load code...
Code:
Protected Sub Page_load (ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If {condition} then
Updatepanel1.Visible = False
End If
.............
Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
WPF Articles : 3D Animation 1 , 2 , 3
Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|