943,832 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 1683
  • ASP.NET RSS
Sep 26th, 2009
0

Change panel Size At Runtime

Expand Post »
Is it possible to change the panel height & width at runtime on Button click. In VB.net ,it can be easily done! How to do it ASP.Net?
Similar Threads
Reputation Points: 16
Solved Threads: 1
Light Poster
ritu verma is offline Offline
33 posts
since Apr 2009
Sep 28th, 2009
0

Re: Change panel Size At Runtime

ASP.NET Syntax (Toggle Plain Text)
  1.  
  2. Protected Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click
  3. Panel1.Width = 400
  4. Panel1.Height = 400
  5. End Sub
Reputation Points: 11
Solved Threads: 17
Junior Poster
Kusno is offline Offline
191 posts
since Aug 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: Displaying data in a Modal popup window in JavaScript
Next Thread in ASP.NET Forum Timeline: Take the ID Line GridView popular handbook





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC