Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Radio Button Column In GridView Causing Postbacks In Ajax

Reply
Thread Tools

Radio Button Column In GridView Causing Postbacks In Ajax

 
 
tristan_sehgal@yahoo.co.uk
Guest
Posts: n/a
 
      03-23-2009
Hi,

I have created a column of radio buttons in a GridView as the
following recommends:

http://www.asp.net/Learn/data-access...ial-51-cs.aspx

i.e you inject the radio buttion html when the row is created and the
click event of the radio button calls the client side__doPostBack()
method.

I have my column wrapped inside an Ajax update panel but I see a full
postback happening when I click a radio button which defeats the whole
purpose of using Ajax. I don't see full postbacks within other update
panels on my page.

Are there any other techniques for creating a grid of radio buttons
that won't cause a full post back when using Ajax?

Many Thanks.

Tristan.
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET 2.0 Radio button without postbacks, hiding panel information dotnetjunkie ASP .Net 2 05-06-2008 09:18 AM
gridview column values to another page via gridview hyperlink column Keith G Hicks ASP .Net 3 02-18-2008 06:17 AM
AJAX - Partial Postbacks are now Full Postbacks ?!! gregfocker@earthlink.net ASP .Net 0 01-25-2007 07:04 AM
Help: GridView Control Causing 2 Postbacks on Selection tacmec ASP .Net 2 02-17-2006 08:00 PM
Radio button List problem: How to find value of Radio button list's Selected Item using javascript?? Hiten ASP .Net Web Controls 1 05-26-2004 10:32 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57