I have an custom object with a property that is type decimal. I am assigning the webSlider.Value property to that decimal property.
I am getting an error in VS2008 that says "Cannot implicitly convert type 'object' to 'decimal'. An explicit conversion…
Although you replied and offered valuable input, as you can see I am still "stuck" on the postback.
Have you any update?
Thank you.
I have an application with five webslider controls on one screen. Each has "ValueChanged" set to ON. I am using VS2008 (with SP1).
I have code associated with each _ValueChanged(object sender, EventArgs e) event - but the code does not…
Thank you for your reply.
However, I can not get the application to execute a postback.
My employer does not want to use client-side scripting; they say if it takes more time to execute, so be it. But I cannot get the postback to execute at all.
Hi friends,
I am using Version 9.1.20091.1015, When I include WebSlider from Infragistics ToolBox.
Code as below.
I'm getting the following Error:
"Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions…
Duane:
I am still having issues with the webslider ValueChanged event. I have five sliders and moving the thumb does not seem to me to trigger the ValueChanged event. I have ithe webslider control's ValueChanged property set to ON. And I have…
However, if I move the ValueChanged="WebSlider1_ValueChanged" after the "width" attribute (as you recommended) I get a compiler "message" saying: "Validation (ASP.Net): Attribute 'ValueChanged…
Thank you for your previous post.
I traced the above compilation error to a reference "webSlider1" instead of "webslider1". I made that change and the run-time compilation error went away.
However, I am still "stuck."…
Is there a way to disable the plus/minus buttons on the webslider control (server side) so they do not appear? We have a tight space requirements... the user wants the "knob" but no plus/minus buttons at each end of the slider.
Any assistance…
I believe the error is in the javascript code I added to force a postback. We need the "postback" to work within asp.net web-parts. It is crucial.
The previous developers (contractors; off-shore outsource) created this application and are…
However, I am now getting a run-time compiler error:
Compilation ErrorDescription: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details…