|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
checkboxes in placeholder
Hi i am doing project in asp.net
I am displaying checkboxes dynamically in placeholder.I can display the checboxes but its displaying without proper aligjnment.How to display cjecboxes with proper alignments.I just place my placeholder in tbale tag.Pl advid me. code is like below <table border="1"> <tr> <td><asp laceholder id="plh" Runat="server"></asp laceholder></td></tr> </table> code behind plh.Controls.Clear() For i = 0 To rolearr.Count - 1 For j = 0 To indarr.Count - 1 If Trim(rolearr.Item(i)) = Trim(indarr.Item(j)) Then flag = True Exit For End If Next objCheckBox = New CheckBox objCheckBox.Checked = flag objCheckBox.ID = "rolearr" & i objCheckBox.Text = "ddd" ' objCheckBox.AutoPostBack = True plh.Controls.Add(objCheckBox) |
|
#2
|
||||
|
||||
|
msrnivas - please note that there is now a separate forum for .NET related threads. I have moved this thread to the correct location. Also, check your messages.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > checkboxes in placeholder |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|