Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Jeet Disuja #1
How to establish connection of DataGridView Control to Stock Excha
Dear Sir,
I m develop a application in vb.net which update a live prices of stocks by
a website named ([url]www.nseindia.com[/url])
i m using datagridview control for this.
Please give ur suggestion how can i bind my datagridview control to
[url]www.nseindia.com[/url] website for live updation of stocks.
--
Jeet Disuja
Delhi
Jeet Disuja Guest
-
Timed out trying to establish connection
cool! i will give that a try next time it happens. we try to restart the service through the services console on windows but even the service hangs... -
#39979 [NEW]: PGSQL_CONNECT_FORCE_NEW will causes next connect to establish a new connection
From: solar dot c at gmx dot net Operating system: SLES 10 PHP version: 5.2.0 PHP Bug Type: PostgreSQL related Bug... -
The underlying connection as closed: Could not establish secure channel for SSL/TLS
Ok, I try to communicate with a web service who receive xml message under a https using SSL. I have a directory with 240 XML files on my desktop.... -
Establish a connection telnet in PHP on a UNIX server
Hello, I wish to establish a connection in language PHP on a UNIX server by telnet. In fact, I would like : - Connect to server by sending IP... -
Client unable to establish connection
Hi, I get the connection as following: set objCon = CreateObject("ADODB.Connection") objCon.ConnectionTimeout = 15 objCon.CursorLocation =... -
Brennan Stehling #2
Re: How to establish connection of DataGridView Control to Stock Excha
Jeet,
I would pull the data into a DataSet which you can then cache with
System.Web.Caching and then bind your GridView to the DataSet and bind
to the appropriate fields.
Even if you just cache for 30 seconds, it will help the application
scale if many users are loading this page at the same time.
In Visual Studio in a Website project, add a DataSet to your project.
In this case, you may need to add the data columns to this dataset and
then write the code to populate the DataRows so you can use the DataSet
when binding to the GridView.
Good luck!
Brennan Stehling
[url]http://brennan.offwhite.net/blog/[/url]
Jeet Disuja wrote:> Dear Sir,
>
> I m develop a application in vb.net which update a live prices of stocks by
> a website named ([url]www.nseindia.com[/url])
>
> i m using datagridview control for this.
>
> Please give ur suggestion how can i bind my datagridview control to
> [url]www.nseindia.com[/url] website for live updation of stocks.
>
> --
> Jeet Disuja
> DelhiBrennan Stehling Guest



Reply With Quote

