Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. [Message Deleted]

[Message Deleted]

Scheduled Pinned Locked Moved ASP.NET
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Bibhash Mishra
    wrote on last edited by
    #1

    [Message Deleted]

    Y 1 Reply Last reply
    0
    • B Bibhash Mishra

      [Message Deleted]

      Y Offline
      Y Offline
      Yusuf
      wrote on last edited by
      #2

      Bibhash Mishra wrote:

      i have already googling to find the source but not able to find any suitable RSS

      why do you need RSS for this? you can do it your self. start with your location (where your server is located) and then calculate the time difference for every city you want to show.

      Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

      S B 2 Replies Last reply
      0
      • Y Yusuf

        Bibhash Mishra wrote:

        i have already googling to find the source but not able to find any suitable RSS

        why do you need RSS for this? you can do it your self. start with your location (where your server is located) and then calculate the time difference for every city you want to show.

        Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

        S Offline
        S Offline
        shawty_ds
        wrote on last edited by
        #3

        Yes, i would agree with that. In fact this is a perfect thing to use the new dynamic list & linq features for. Somthing like : public class timeEntry { Public String name = ""; Public DateTime time = DateTime.now(); } then make a list of timeEntrys List myList = new List() { new timeEntry(){ name = "London", time = DateTime.Parse("1/1/1 00:00:00") }, new timeEntry(){ name = "Paris", time = DateTime.Parse("1/1/1 01:00:00") }, ... and so on ... }; You can then assign it to a datagrid or anything else in code by using the following : var timeList = from p in myList select p; gridView1.DataSOurce = timeList; gridView1.DataBind(); As your making the list by hand, you can apply what ever maths you want to apply in the relevent areas of the constructor.

        1 Reply Last reply
        0
        • Y Yusuf

          Bibhash Mishra wrote:

          i have already googling to find the source but not able to find any suitable RSS

          why do you need RSS for this? you can do it your self. start with your location (where your server is located) and then calculate the time difference for every city you want to show.

          Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

          B Offline
          B Offline
          Bibhash Mishra
          wrote on last edited by
          #4

          Hello Yusuf, Thanks for the reply but i have a problem i can't use server location for showing time, it vary.i have already shown weather and news reading with Rss

          modified on Friday, March 13, 2009 2:03 AM

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups