How to use RSS in asp.net
-
I need ur help in following two situation, if u any idea then let me know. 1) I want refresh partial web page of ASP.NET application. Ex. I put RSS of NSE/BSE graph in web page which can updated frequently. 2) I want Excel sheet print with their formulas not only data. Ex. I take print of marksheet but also want formula during print which is used for calculating percentage or total. Is there any possible way then let me know, i wait for ur favourable reply. Thanks in advance.
-
I need ur help in following two situation, if u any idea then let me know. 1) I want refresh partial web page of ASP.NET application. Ex. I put RSS of NSE/BSE graph in web page which can updated frequently. 2) I want Excel sheet print with their formulas not only data. Ex. I take print of marksheet but also want formula during print which is used for calculating percentage or total. Is there any possible way then let me know, i wait for ur favourable reply. Thanks in advance.
If you want to partially update a part of the web page as oppose to all of it, and frequently, then you might want to take a look at AJAX. Code Project have a number of good tutorials at http://www.codeproject.com/Ajax/
Dominic Pettifer Blog: www.dominicpettifer.co.uk