IT Community - Software Programming, Web Development and Technical Support

How to set Random image selector in asp.net ?

This is a discussion on How to set Random image selector in asp.net ? within the ASP and ASP.NET Programming forums, part of the Web Development category; How to set Random image selector in asp.net ?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > ASP and ASP.NET Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-23-2007, 06:23 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Question How to set Random image selector in asp.net ?

How to set Random image selector in asp.net ?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-23-2007, 06:31 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Default Re: How to set Random image selector in asp.net ?

To Display the Images in Random, Add numbers as PostFix to the Names of the images like Image1, Image2..,
Then use the following code to display the images,

Aspx page,

Use one div to hold the image tag,

<div id="tipsBox">
<img alt="Keep the Look with all..." src="ImagePath/<%# tipsBox %>.jpg" />
</div>

C# Code Behind

Create the instance to the Random class,

Random randomTipsBox = new Random();
tipsBox +="Image"+ randomTipsBox.Next(1, 9);
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to create random number in c? Murali C and C++ Programming 6 07-23-2008 12:26 AM
Convert image to other image format using CODEC in .NET 3.0 Mramesh C# Programming 0 02-07-2008 03:33 AM
popup date selector return dates to different form fields. itbarota HTML, CSS and Javascript Coding Techniques 3 01-08-2008 10:19 PM
How to create an image from panel background Image S.Vinothkumar C# Programming 1 10-22-2007 03:52 AM
MySql Random string priyan Database Support 3 07-13-2007 08:31 AM


All times are GMT -7. The time now is 07:55 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0