473,320 Members | 1,958 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

ProcessRequest() without rendering

I am writing a web service method with the purpose of gathering info
from an aspx page.
My problem is that the page controls are not loaded until you run a
ProcessRequest() on the page. However, I would like to load the
controls without actually rendering the page. Anyone know how to do
this?

Dec 4 '06 #1
5 1216
Who calls your Web service method? If it is your ASPX page, everything
is already loaded. Isn't it?

jo******@gmail.com wrote:
I am writing a web service method with the purpose of gathering info
from an aspx page.
My problem is that the page controls are not loaded until you run a
ProcessRequest() on the page. However, I would like to load the
controls without actually rendering the page. Anyone know how to do
this?
Dec 4 '06 #2
<jo******@gmail.comwrote in message
news:11*********************@73g2000cwn.googlegrou ps.com...
>I am writing a web service method with the purpose of gathering info
from an aspx page.
My problem is that the page controls are not loaded until you run a
ProcessRequest() on the page. However, I would like to load the
controls without actually rendering the page. Anyone know how to do
this?
Instead of getting the information from the ASPX page, why not simply call
the same code which populates the controls on the page with data?

John
Dec 4 '06 #3
Well the problem is, my method needs access to a fully constructed
control tree without the page performing any rendering.

Dec 5 '06 #4
How the web service method will be invoked? Can you give a sample of
what you are trying to do?
Josh Naro wrote:
Well the problem is, my method needs access to a fully constructed
control tree without the page performing any rendering.
Dec 6 '06 #5
"Josh Naro" <jo******@gmail.comwrote in message
news:11*********************@j44g2000cwa.googlegro ups.com...
Well the problem is, my method needs access to a fully constructed
control tree without the page performing any rendering.
Your method gets data from a control tree? That's an unusual design.

John
Dec 7 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: dan | last post by:
Hi folks, I have a very simple requirement - I want to have a row of divs of fixed size (but unknown number of them) This will be in a container div and scrolled by other means Is there any...
0
by: Ross Dempster | last post by:
Hi everyone, this is quite involved but if anyone can help (or just likes a challenge!) i would very much appreciate it. Quick intro : I have forms based authentication (though i do it manually...
1
by: Philipp Schumann | last post by:
Hi there, I have added an aspx-Page "home.aspx" with the corresponding code-behind class "home.cs". I also have a HttpHandler class that implements IHttpHandler. Do you know why the following...
6
by: mjpmsa | last post by:
Hello, I've been using the O'Reilly book _Programming ASP.Net_ to learn ASP.Net, but it frustrates me because all of the examples seem to use the built in form controls. I write good, standards...
0
by: pat.allan | last post by:
Hi All This seems to be a common problem here, but I've not found a solution yet to fix it for me. When I request a page through a browser, the page_load fires once. When I request the page's...
0
by: rh | last post by:
I'm trying to use an ASHX files to send WAV files back to the client. I have links to the ASHX page in an ASPX file and there is a FileID on the querystring. Everything works except the...
16
by: nelson - | last post by:
hi! i want to build up a simple 3d interactive geometry application in python. Since i want to run it without 3D acceleration (a scene will be quite simple) I was wondering if there was a library...
5
by: Markus Ernst | last post by:
Hello This is a test example: http://www.markusernst.ch/anthracite/ http://www.markusernst.ch/anthracite/living_divani.html After googling and experimenting for several hours, I ended up...
2
by: voodooman | last post by:
hi any help,advice,tips etc are greatly appreciated. i've got an ashx page being called to handle the displaying of an Word doc. - .NET 2.0, c#, running local on XP Pro ...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.