473,395 Members | 1,763 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How to display items of datalist one at a time and automaticaly change after few sec?

16
Hi

I have to display customer's details in my home page. Now I am using datalist and marquee for it. But client's requirement is display one customer's details some seconds then next (dont want moving). Thanks in advance.
Feb 15 '11 #1
1 2509
Frinavale
9,735 Expert Mod 8TB
It sounds like you are interested in using JavaScript to make a request to the server for the next customer-record.

You could either use the setTimeout() method or the setInterval() method. The setTimeout method will wait a specified number of milliseconds before executing the method provided as a parameter to it. The setInterval method will execute JavaScript regularly until the clearInterval method is called.

-Frinny
Feb 16 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: Dropstengel | last post by:
Hi, I have a string that contains n items. Each item start with a '@' and the item itself does not contains the '@a'. For example the string looks like: "@one@two@three@four" I have to output...
7
by: juglesh | last post by:
Hello, I would like to be able to have the user sort a list of items similarly to the way you sort your queue on Netflix.com. (the numbers dont change dynamically on netflix, they must be doing...
4
by: Maria | last post by:
How can I display the items in a collection in a listbox? Then, what is the code to remove an item from the collection when the item is selected in the listbox ? Thanks for all help!! Maria
3
by: Mamatha | last post by:
Hi I have some items in a listbox,in VB.NET application and i want to displayed it to be in two columns,how can i display is it possible with the listbox or any other alternative option,please...
1
by: vinayg | last post by:
how can i search subcategory wise for a particular category,i want to display items.suppose user selected a particular category.I want to display all items in that category + its subcategories. ...
0
by: daisies | last post by:
Hi Everyone, I'm new to java and to web development. I need to know how to display items of an arraylist in a h:datatable to look like this: ---------------------------- | item1 | item2 |...
2
by: pripa | last post by:
#1 in my report i need to group my clients and print a color code "Green", "Red" and "Blue" above names of the clients depending on values in the order form. Is it possible to print it from the...
1
by: pagoto123 | last post by:
how i display my database items in my web site.... pls help me ... i want to have a textbox and a search button and when i hit the search i want it to go through the database find if the director...
3
by: Hardy | last post by:
I created a code snippet which is for displaying file name,Line number and function name in C#.NET project. // <File> sf.GetFileName() // </File> // <Line> sf.GetFileLineNumber().ToString()...
2
by: anonymouse | last post by:
Hi Guys, I'm hoping that you could help me out with my little problem. I'm using VB6 and trying to create a form with a status bar. I would like to show the current time in military format...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.