Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:756903
More Search Options
RSS Available
Matching Posts
Re: ComboBox - MaxLength, RequiredFieldValidator not working
The obout Combobox loads much more quickly than the one from the AJAX Control Toolkit. However, it doesn't allow the MaxLength to be set. Also, I have a Label with it's AssociatedControlID set to the Combobox and it does not work. Are you familiar enough with this control to recommend a solution?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
pliant
on 12/7/2009
ComboBox slow to load
I am using a ComboBox which contains a few hundread items. It is very slow to load. The TextBox part of the ComboBox control appears but it takes about 4 seconds for the button to show up. Is there any way to speed this up?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
pliant
on 12/2/2009
Re: ComboBox slow to load
Nope caching doesn't help. Looks like it just doesn't like to contain a long list. Noticed this on the Ajax Control Toolkit example page: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ComboBox/ComboBox.aspx "When your ComboBox contains a rather long list of items, or when you have a relatively large number of ComboBoxes on the same page (or within the same UpdatePanel), load times could be slowed down significantly." It's only a problem on IE though. On Firefox it loads
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
pliant
on 12/2/2009
ComboBox - MaxLength, RequiredFieldValidator not working
Hi, I'm having issues with the ComboBox in the AJAX Control Toolkit. The MaxLength property is ignored and so is the RequiredFieldValidator. Any ideas for how to get this to work? <asp:RequiredFieldValidator ID="valRequiredName" runat="server" CssClass="validation" ErrorMessage="* Required" ControlToValidate="cmbName" Display="Dynamic" ValidationGroup="vgInsert" /> <div class="comboBox"> <act:ComboBox
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
pliant
on 11/28/2009
Filed under: ajax combobox
Re: ComboBox - MaxLength, RequiredFieldValidator not working
Just checked the source code and the MaxLength is already being set: public virtual int MaxLength { get { return TextBoxControl.MaxLength; } set { TextBoxControl.MaxLength = value; } } So why would this not be working?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
pliant
on 11/28/2009
Re: ComboBox - MaxLength, RequiredFieldValidator not working
Thanks. Is there anything I can do to speed up the time it takes to load? Right now it just looks like a TextBox for a few seconds before the DropDown button and items appear. I should add that it's only slow in IE6,7,8. It loads quickly in Firefox and Safari.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
pliant
on 11/28/2009
Re: CSS in Conditional Comments to target IE is still being applied to Firefox
Yes I was using a Theme and that's what the problem was. Thanks so much!
Posted to
Client Side Web Development
(Forum)
by
pliant
on 11/22/2009
CSS in Conditional Comments to target IE is still being applied to Firefox
I have the following in the head of my masterpage: <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="App_Themes/IE6.css" /> You are using IE6. <![endif]--> <!--[if lte IE 7]> <link rel="stylesheet" type="text/css" href="App_Themes/IE67.css" /> You are using IE6 or IE7. <![endif]--> These stylesheets should only apply to IE6 or IE7 but I can see and have verified using FireBug that they are being
Posted to
Client Side Web Development
(Forum)
by
pliant
on 11/20/2009
Re: Guids are not very guid! Updating in DetailsView,FormView (Object must implement IConvertible)
This works for me: < asp : Parameter Name ="id" DbType ="Guid" /> I'm using ASP.NET 3.5 though. Don't know if that makes a difference.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
pliant
on 11/15/2009
Re: ModalPopupExtender - set DefaultButton
That's what I did as you can see in the code sample of my original post: < asp : Panel ID ="pnlDelete" runat ="server" CssClass ="modalPopup" DefaultButton ="btnOk" style =" display : none ; "> Are you sure you want to delete this? < div id ="divDelete" style =" padding-top : 27px"> < asp : Button ID ="btnOk" runat ="server" CssClass ="cawpButton" Text ="Ok" />   
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
pliant
on 10/31/2009
Page 1 of 4 (35 items) 1
2
3
4
Next >
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Channel 10:
Look Behind SurfaceScapes
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part I
TechNet Edge:
Windows Server 2008 R2 Quick Look- Installing the Migration Tools
WindowsClient:
My latest videos – WPF, Silverlight, Sensors, and PDC09
WindowsClient:
Developing an installer for your Surface application
ASP.NET:
Visual Studio 2010 and .NET 4 Update
WindowsClient:
Microsoft’s product placements in The Big Bang Theory
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online