Showing posts with label slider. Show all posts
Showing posts with label slider. Show all posts

Monday, March 26, 2012

Dual slider implemetation in ajax

Hiii

i have just started using the ajax toolkit. i have used the slider extender. But now my requirement is that i need to have a slider

with has got two handles.. how can i do that and how can i handle the text changed event for each of the handles.. Does ajax toolkit

has such an implementation..

Its very urgent

This came up before but it got rejected by the dev team. It looks like someone has gotten it working though:http://www.dimebrain.com/2007/07/a-dual-slider-f.html


Hello,

Just wanted to add that the example I presented earlier doesn't work with the latest version of the Toolkit, unfortunately. I'm using a different solution now, you can find it here:http://www.dimebrain.com/2007/11/another-dual-sl.html, but keep in mind that it's using another framework. ASP.NET AJAX is only used to load the scripts into the manager.



S i have worked out your sample in that web site. It works well in a sample project. But it doesnt work in my original project. When i ll add inside the <table><tr><td> .... </> tag it doesnt work . Y?

Dual slider control in asp.net

I have downloaded the sample code fro Dual slider control from

Computer http://www.dimebrain.com/2007/11/another-dual-sl.html

it works well in normal scenario. if i apply inside a <td> tag inside a<table> tag The sample code doesnt work

any idea?

You have

<table>

<tr>

<td>...</td>

</tr>

</table>

right?

If you miss the <tr> element then you have a "little" problem.


I cant understand can u tell in detail.

I am using <table><tr><td>...... </td></tr></table> tag.


The solution is i have to adjust the style property of the particular div tag. I solved my previous problem.

Now an another one issue is, This slider doesnt support the Update control of atlas. Y? What s d solution?