Have Problem Embeding Radio Buttons In A Table Cell

A Member? Please Login  
type your username and password to login
Date: October 08, 2008, 04:36 AM
247352 members and 146321 Topics
Latest Member: Lcjfyovi
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming  |  Have Problem Embeding Radio Buttons In A Table Cell
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: Have Problem Embeding Radio Buttons In A Table Cell  (Read 170 views)
luckyCO
Have Problem Embeding Radio Buttons In A Table Cell
« on: February 23, 2007, 09:29 PM »

Am writing a program in ASP.Net that warrants that I should embede more than one Radion Buttons into table cell and later control it programatically. I wrote the code below but it wasnt displaying the radio Button, I later used HTML control(Radio) It displayed but I cannot programatically control it and moreso error on the onclick event.


Plz help me study the code and tell me what is wrong.


        Dim K As Long
       Dim iFieldCount as integer =3

for k=1 to 10
               

            Dim oRow1 As New TableRow()
            For x = 0 To (iFieldCount )
                Dim oCell As New TableCell()
                               
                             
            oCell.Text ="<asp:RadioButton ID='RadioButton" & trim(str(k))  &  trim(str(x)) & "' runat='server'  OnClick='ShowUrself'/>"
                               
                       oRow1.Cells.Add(oCell)
            Next
           
            tblExample.Rows.Add(oRow1)
       
           
        next

Sub ShowUrself (Sender as object, E As EventArgs)
' Can do things here
end sub

 Nigerian Websites And Rss  Free Web Development Tutorials  Summation Of Columns  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Job Talk Jobs/Vacancies (2) Career Talk Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.