Current location: Hot Scripts Forums » Programming Languages » ASP.NET » AJAX: collapsible panel (Again!)


AJAX: collapsible panel (Again!)

Reply
  #1 (permalink)  
Old 06-26-08, 10:48 AM
mariowowo mariowowo is offline
Newbie Coder
 
Join Date: Jun 2008
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy AJAX: collapsible panel (Again!)

Code:
<script>
function pageLoad(sender,args)
{
    $find("collapsibleBehaviorDataMDC").add_expandComplete( expandHandlerDataMDC )
    $find("collapsibleBehaviorDataMDC").add_collapseComplete( collapseHandlerDataMDC )
}

function expandHandlerDataMDC( sender  , args )
{

    $get("ctl00_MainContent_lblPress").innerText = "Text"
}

function collapseHandlerDataMDC( sender  , args )
{
    $get("ctl00_MainContent_lblPress").innerText = "Another Text"
}
</script>

With this I can change text while using Collapsible panel. But when page makes postback with any control text is changed to original text and it doesn't work anymore and cant' debug it.
Any help?!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 06-26-08, 01:26 PM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,167
Thanks: 3
Thanked 8 Times in 8 Posts
Need more info then that. If this is an ASP.NET page, post the whole source code and code behind associated with this.

Pete
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 06-27-08, 10:17 AM
mariowowo mariowowo is offline
Newbie Coder
 
Join Date: Jun 2008
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts
this is ASP.NET 2.0 page. This code is in aspx file and no code in .cs file.
when AJAX collapsiblepanelExtender control collapses/expandes, this code runs.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] AJAX: collapsible panel mariowowo JavaScript 4 06-25-08 08:59 AM
BOTTOM sliding panel. TheMexican Flash & ActionScript 2 05-20-08 01:25 PM
I'm having trouble with rollover sliding panel. TheMexican Flash & ActionScript 1 05-20-08 12:11 PM
Free windows hosting contorl panel parsv ASP 0 09-10-05 04:54 AM


All times are GMT -5. The time now is 07:26 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.