Re: Autopostback = true without refresh screen in asp.net?
From: Scott Allen (bitmask_at_[nospam)
Date: 10/27/04
- Next message: Karl Seguin: "Re: Quick ? on Forms Authentication"
- Previous message: Vishwas: "DOT NET WEB Application Problem"
- In reply to: Wei: "Autopostback = true without refresh screen in asp.net?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 27 Oct 2004 11:25:49 -0400
Hi Wei:
Take a look at:
Script Callbacks in ASP.NET
http://msdn.microsoft.com/msdnmag/issues/04/08/CuttingEdge/default.aspx
Applicable to both 1.1 and 2.0.
-- Scott http://www.OdeToCode.com/blogs/scott/ On Wed, 27 Oct 2004 10:53:59 -0400, "Wei" <wxw20@case.edu> wrote: >Hi, > >I have a page written in ASP.net c# witch has a datalist with 200 records >(in Itemtemplate). Each record includes nine webcontrol radio buttons as a >group. The user will need to check through all 200 records and select the >choices by clicking on the radio button. Every time the radio button is >clicked, the selected choice needs to be sent to the database. I set the >radio button autopostback = "true", therefore each time user clicks on the >radio button the page will refresh. Because there are 200 records on the >page, it takes time to load up the page. Is it possible that every time user >clicks on the radio button, the selected choice is sent back to database in >the background without refreshing the screen? (like in ASP remote scripts) > > > >Thank you very much for your help >
- Next message: Karl Seguin: "Re: Quick ? on Forms Authentication"
- Previous message: Vishwas: "DOT NET WEB Application Problem"
- In reply to: Wei: "Autopostback = true without refresh screen in asp.net?"
- Messages sorted by: [ date ] [ thread ]