asp.net - Radio Button in C#.net -


i doing project on “online railway reservation system” using c# .net front end , sql server backend.

in project have make 1 page train inquiery in have provided souce , destination city.

in page had used 2 gridview, gridview1 , gridview2:

  • in gridview1 trains table binding.
  • in gridview2 had seat table binding.

in gridview1 have used radio button in template field , autopostback property set true.

if set autopostback property value of radio button false have not class value… have set autopostback property true. when clicking radio button gridview data changed should not happen please me…

first need ask questions

why don't want post back(autopostback=true)? if answer "it loading whole page again" use "update panel"...


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -