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
gridview1trains table binding. - in
gridview2had 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
Post a Comment