473,386 Members | 1,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How do I get scrollbar around checkboxlist inside CreateUserWizard ContentTemplate?

I've seen many posts to put inside div tag, or inside asp:panel. Neither works for IE7. Works in IE8. Note that this is inside CreateUserWizard ContentTemplate. Appears to be an MS bug.
Expand|Select|Wrap|Line Numbers
  1.                 <tr>
  2.                     <td align="right" style="width:20%">
  3.                         <asp:Label ID="Label2" runat="server">Districts</asp:Label>
  4.                     </td>
  5.                     <td style="width:80%">                        
  6.                         <div style="height:200px; overflow:scroll">
  7.                         <asp:CheckBoxList
  8.                             runat="server"
  9.                             id="cblDistricts"
  10.                            onload="cblDistricts_OnLoad"                                                           
  11.                             />
  12.                             </div>                           
  13.                     </td>
  14.                 </tr>
Dec 22 '09 #1
2 2942
Frinavale
9,735 Expert Mod 8TB
Have you tried setting the height of the CheckBoxList to be larger than 200px?

-Frinny
Dec 22 '09 #2
Yes i have. The height does not seem to make a difference. I tried 500px and 700px. thank you.
Dec 23 '09 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Patrick.O.Ige | last post by:
I have a CheckBoxList in a DataList and i'm trying to get item Selected after doing a postBack. I have set my CheckBoxlist AutoPostBack="True" Any ideas what 'm doing wrong? It seems not to...
2
by: VB Programmer | last post by:
I have several required field validators on each step of my CreateUserWizard. When I click Next it goes to the next step, even though the user hasn't typed anything in. I placed each "page"...
2
by: winnie_us99 | last post by:
Hi All, I am trying to do validation on my text field before going to the next page to create a user. It doesn't look like the next button will fire any validation. Am I missing something? Can...
2
by: Learner | last post by:
Hello, I have defined another textbox control in the CreateUserWizard control and this is how I am trying to get the value of it in the code behind page is below im myStep As...
2
by: guoqi zheng | last post by:
Dear sir, I am using the createUserWizard of ASP.NET 2.0. I am trying to add two extra fields to it. FirstName and LastName. However I did not find out how can get the value out of this two...
4
by: Ben | last post by:
Hi, i have some problem to access from code-behind a label nested into a CreateWizard control. I use a html-table for align purpose only. I try to change the text property of the label with...
3
by: Vincent | last post by:
Hi, With this CreateuserWizard code, i have two problems: 1) when email is left empty ="email not valid." and not "E-mailadres is required." (never shown). When is "E-mailadres is required."...
1
by: Steven | last post by:
I customized a createuserwizard, in the CreateUserWizardStep I added custom fields like: <WizardSteps> <asp:CreateUserWizardStep ID="CreateUserWizardStep1" runat="server"> <ContentTemplate>...
18
by: btreddy | last post by:
Hii all, In one my child page i've an updatepanel which contains a gridview .The gridview displays huge amt of data (~3 pages of data) and the updatepanel refreshes for every 1 sec,for tht i've...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.