1
Answer

Silverlight 4 : Slider Control Animation Effect

David Smith

David Smith

13y
2.1k
1

Can someone show me a cool animation effect for the slider control when sliding left to right or right to left if you know what i mean.

Also on the slider control how to add the grid lines on the control  and give it a range

for an example:  

        Slider 1:

        ---|----|----|------|------|-------|-------
          -100                    0                   100

  
         Slider 2:

        ---|----|----|------|------|-------|-------
          -100                    0                   100


        Slider 3:

        ---|----|----|------|------|-------|-------
          -100                    0                   100

Answers (1)
0
sumeet yadav

sumeet yadav

NA 2 0 13y
mahesh start method willbe called once or it will run like looping untill i dont stop sevice
0
Mahesh Chand

Mahesh Chand

2 286.4k 123.7m 14y
Here is an article that shows you how to build a Windows Service. Instead of writing to a text file, you will write your code to send email here.

Creating a Windows Service in C#


0
kalpa vachhani

kalpa vachhani

NA 34 44.3k 14y
Mahesh can u give any link that provide information about how to build service process
0
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 14y
Yes Mahesh is right, you should use other options instead of using a web application. Your problem occurring might due to Application Pool recycling.
0
Mahesh Chand

Mahesh Chand

2 286.4k 123.7m 14y
If your code is sending emails for 1 hour but not for 4-5 hrs, it seems like a bug in the code. Also, I am not sure if it is a good idea to put your send email code in the Global.asax file. You should either build a service or a job process (separate exe and schedule it as a job) or create a job in SQL Server.

BTW Restarting server does not need you to restart IIS. IIS should automatically restart and so your application and so your Global.asax.