Hi Gavin, There is no built-in way to do that. My javascript always inserts the date number itself into the Date cell, replacing the "{0}" token that comes...
6006
gavinokane
Mar 19, 2011 12:27 am
Hi Peter, I'm using the Calendar control and want to display the number in the following format: 1st, 2nd, 3rd, 4th, etc it is currently displaying as just a...
6005
Peter
peterblumdotcom
Mar 17, 2011 2:46 pm
Hi Jason, How I wish there was an easy way to convert that +1919 in the exception to lines of code... Without it, I'm left to guess where the exception...
6004
smokeymiles
Mar 17, 2011 2:05 pm
After upgrading my app to .NET 4, I receive the following: Object reference not set to an instance of an object. [NullReferenceException: Object reference not...
6003
Peter
peterblumdotcom
Mar 15, 2011 2:33 pm
Hi Oliver, Hopefully you already noticed the previous message in this forum on the subject of IE 9 RC1. But if not, please follow this link for directions: ...
6002
oliver.johnson@...
oliver.johns...
Mar 15, 2011 12:19 pm
Microsoft JScript runtime error: 'pE' is undefined function anonymous() { DES_FieldChanged('ctl00_ContentPlaceHolder1_kidsLoginControl_txtUserName\ '); var...
6001
Peter
peterblumdotcom
Mar 7, 2011 5:14 pm
Internet Explorer v9 Release Candidate 1 generates a javascript error as the page is loaded. Additional javascript errors will result as the page is used as...
6000
Peter
peterblumdotcom
Mar 1, 2011 4:48 pm
Hi Alex, You will not need ADME. It is only for VS 2002 and 2003. Once VS 2005 came out, Microsoft had added enough to the API to let me do the same things...
5999
Alex
hamcferron
Mar 1, 2011 4:33 pm
I am running: .NET Framework 3.5 PeterBlum.DES.dll v2.0.50727 runtime version and version 4.0.5.5001 I know that .NET 1.1 has an addon called ADME for peter...
5998
Peter
peterblumdotcom
Feb 22, 2011 10:14 pm
Hi Mike, If you want to add a validator error message using server side code, I would use the IgnoreConditionValidator. It lets you place the validator as...
5997
mblyakher
Feb 22, 2011 8:44 pm
Peter, another qwestion for you. lets say i have a form with radAjaxManager on it. Programatically i add controls to this form. One of the controls is a...
5996
Peter
peterblumdotcom
Feb 22, 2011 1:05 pm
Hi Mike, This refers to a Condition object assigned to the Enabler property of a RequiredTextValidator. It happens when you have programmatically created the...
5995
mblyakher
Feb 21, 2011 11:31 pm
any idea what could cause it? Owner property has already been assigned to a different owner control. It cannot be changed. here is my stack: Server name is...
5994
Peter
peterblumdotcom
Feb 17, 2011 6:57 pm
Hi Ann, Boiling down that error to the key element, you get this exception message: A potentially dangerous Request.QueryString value was detected from the...
5993
Ann Ezzell
aezzell8
Feb 17, 2011 6:34 pm
Will the DES Input Security module prevent application errors like the following? And validation errors where someone tries to input HTML into a form field? ...
5992
Peter
peterblumdotcom
Feb 16, 2011 7:41 pm
Hi Mike, You have established Group="MainSearch" on the validator and on the button. So they share the right validation group. Make sure that any other button...
5991
mblyakher
Feb 16, 2011 6:52 pm
Hello Peter, in my master page i have search box and des button like so: <telerik:RadTextBox ID="QueryTextBox" runat="server" Skin="Default"...
5990
Peter
peterblumdotcom
Feb 15, 2011 3:42 pm
Hi Sarath, There are two issues here. Both should help you as you work with ASP.NET and VAM or DES in general. 1. Do not use the ItemBound event to attach...
5989
sarathchandar_d
Feb 15, 2011 11:45 am
Hi All, I am working on a Corillian Project populating .net 1.1 DataGrid with RadioButton controls dynamically based on the table data. I need to set the...
5988
Peter
peterblumdotcom
Feb 10, 2011 9:57 pm
Hi Mike, Let me restate what you wrote: It sounds like you have a button that invokes an AJAX callback and clears fields. So you naturally expect the...
5987
mblyakher
Feb 10, 2011 9:23 pm
Peter, anther problem i have. on my page i have RadWindow, which i use as "control holder", and user control with has radComboBox in it. On selecting...
5986
Peter
peterblumdotcom
Feb 10, 2011 3:05 pm
Hi Mike, As a rule, when you want a validator to enable and disable itself based on the state of something else, use its Enabler property. Select a Condition...
5985
mblyakher
Feb 10, 2011 6:06 am
Hello Peter, i have a user control consisting of radcombobox, that im validating using requiredtext validator (DES version). Both of them sit inside panel. On...
5984
Peter
peterblumdotcom
Feb 4, 2011 2:52 pm
What is your question?...
5983
muayandbeer
Feb 4, 2011 1:09 pm
VAM Suite 3.011...
5982
Peter
peterblumdotcom
Feb 4, 2011 1:05 pm
Hello, Please email me directly with your actual license key line of code from Application_Start. My email is support @ peterblum.com [omit the space]. ... ...
5980
schonne1
Feb 4, 2011 9:56 am
Hey Peter, I'm getting back into the coding game and I'm having a little problem with the VAM license. I'm on MaximumASP39;s MaxESP...
5979
Peter
peterblumdotcom
Jan 27, 2011 3:59 pm
Hi Andrew, The solution looks OK and you are correct that the SIO object is not documented and not guaranteed in later releases. (So far, the v4.1 code base...
5978
acl000123
Jan 27, 2011 7:10 am
What is the easiest way to attach a click event handler to a button on the client side, but have it only run if the form is valid? I got the following code to...
5977
Peter
peterblumdotcom
Jan 22, 2011 1:30 pm
Hi Russell, The call stack reveals that the issue is happening in the native ASP.NET validator's code that processes onchange events. My textbox has fired its...