Call back from a aspx page

G

Guest

Hello,

From a web aspx page I need to call a two proc’s. The first proc returns the
data quickly which I want populate a data grid. The second proc does some
heavy processing so when it’s finished I want to do notify the web page with
a button which appears and displays “click here to update the page†Then I
want to combine the data from the two proc's is this possible with a aspx web
page if so how do you do it ?
 
G

Guest

Seems you are a funny person. I have the sdk thanks I was looking at how you
go about doing a call back thanks.
 
K

Kevin Spencer

In .Net, it's simply called an Event. Just wire up an Event Handler to the
button's Click Event.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
B

bruce barker

google this newgroup for progress bars, its the same solution. basically
there is no way for the server to notify the client, the web page needs to
poll the server.

-- bruce (sqlwork.com)


| Hello,
|
| From a web aspx page I need to call a two proc's. The first proc returns
the
| data quickly which I want populate a data grid. The second proc does some
| heavy processing so when it's finished I want to do notify the web page
with
| a button which appears and displays "click here to update the page" Then I
| want to combine the data from the two proc's is this possible with a aspx
web
| page if so how do you do it ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top