related to website
-
I am creating my wbsite in asp.net+c#.It is based on share markets.How can i show data i.e. show indexes ,prices at run time means at each second when it is changing ,in my website it should also change. what logic may be used i doesn't have any idea for eg. here is an link from which i have to take data- http://www.moneycontrol.com/stocks/marketstats/mostactive.php?optex=NSE&index=31&opttopic=mostactive[^] plz help... thanx in adv.
-
I am creating my wbsite in asp.net+c#.It is based on share markets.How can i show data i.e. show indexes ,prices at run time means at each second when it is changing ,in my website it should also change. what logic may be used i doesn't have any idea for eg. here is an link from which i have to take data- http://www.moneycontrol.com/stocks/marketstats/mostactive.php?optex=NSE&index=31&opttopic=mostactive[^] plz help... thanx in adv.
You are asking for very big thing. There are only two ways to do it. If you don't have enough time then hire a developer and else if you have enough time then buy books, read, gather technical knowledge.
There is no foolish question, there is no final answer...
-
I am creating my wbsite in asp.net+c#.It is based on share markets.How can i show data i.e. show indexes ,prices at run time means at each second when it is changing ,in my website it should also change. what logic may be used i doesn't have any idea for eg. here is an link from which i have to take data- http://www.moneycontrol.com/stocks/marketstats/mostactive.php?optex=NSE&index=31&opttopic=mostactive[^] plz help... thanx in adv.
use SQL cache dependency with page output cache. whenever there will be change in database table data your page data will be automatically reacreated, thus solving your problem. Google for it, you'll find many articles
Regards, Kapil Thakur (Where's there is Kapil , there is a way) - thakur.kapil@gmail.com