Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. code for radio button in datagrid

code for radio button in datagrid

Scheduled Pinned Locked Moved ASP.NET
csharphelpasp-netdesignquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kal2na2
    wrote on last edited by
    #1

    I need a code for the project in asp.net with C# as codebehind where i have selected datagrid ,created template column and called radio button in it.Now i want to select a radio button and click a submit button to call an other page .The data in the datagrid gets populated the moment the page is called . I gave the radio button as groupname="SelectPlace" which gives an error code in the design view .If I use radio button without using datagrid if then else statement if(RadioButton1.Checked="Place") { Label.Text="place :"+RadioButton1.Text;} else if(RadioButton2.Checked="Place") { Label.Text="place :"+RadioButton2.Text;} else if(RadioButton3.Checked="Place") {Label.Text="place :"+RadioButton3.Text;} I get error near Place and when i try to bind with these radio buttons with dataview it gives me missing assembly line ? Can any one solve this problem for me At present I dont know what i am supposed to do . kal2na2

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups