Showing posts with label downloaded. Show all posts
Showing posts with label downloaded. Show all posts

Monday, March 26, 2012

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?

dropshadowextender visible when its targetcontrol is not

Hi

I have read thsi post which addresses this problem

http://forums.asp.net/thread/1325356.aspx

I have downloaded the latest version of the toolkit and my dropshadowextender is visible when the control it's shadowing is not visible.

How can i modify the javsacript in DropShadowBehavior.js in my current dll. Presumably its embedded.

Thanks very much

andrea

Hi Andrea,

You can just edit the *.js files. You have torebuild the project for the changes to take effect though.

Thanks,
Ted
The fix mentioned in the above thread is known to work under at least some circumstances. Could you please post a simple sample demonstrating how it doesn't work in your scenario? That'll help us make a fix. Thanks.
thanks very much

DropShadowExtender

I am totally new to AJAX, and I have downloaded the Toolbox and the framework. Cool stuff. It really makes programming easier and web-pages more functionally.

I have also seen the movie about the Dropshadowextender, and Now I want to use it in one of my own web-sites.

I have a menu in the left side, and the menu is build within an UpdatePanel. Inside the updatePanel I have a panel (with some text), and it is the Panel that I want to have a shadow around.

When I put the DropShadowExtender to the ASPX-page, and choose PANEL1 as the TargetControlID I get the following error:

System.InvalidOperationException: The TargetControlID of 'DropShadowExtender1' is not valid. A control with ID 'Panel1' could not be found.

That happens no matter if I put the Extender inside or outside the updatepanel.

Please help me. I buy you a beer when you come to Denmark if you can help meGeeked

thanks in advance.

Søren Jensen

Hi,

You're saying that if you put the extender inside the UP it works so... what is the problem ?


I need to apologize for my bad english :-)

I mean that it does not work even if I put the extender inside the UP.

Søren


No problem! english is not my spoken langage too...

I've just tried what you describe and it worked for me.
What version of Atlas are you using ? the v1.0 beta 1 or older CTP ?
Maybe can you copy some code here ?


I have just downloaded V1.0 Beta 1.....

I will try to build a new site later today, and post some code in here. THX