473,326 Members | 2,113 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,326 software developers and data experts.

PostBack with Front Controller

Hi,

We are using Front Controller implementation in our DotNet application.

I am trying to hide URL in my application. This is based on Front Controller
model.

I am able to achieve if I do not use postback in ASP.Net control. If I post
back from a ASP.Net control it takes me to the correct page and the URL is
displaeyd as it is.

I tried faking _dopostback() on client and changing the form.action - so
that the action of the page is not revealed. But if I do this is not
considered as Post Back and my POst BackEventHandler function on server is
not called.

Do you know if there is some better approach to use .Net server controls
with Front Controller.

Thanks in Advance.

Alok
Nov 18 '05 #1
2 1922
perhaps this will get you what you are after

http://msdn.microsoft.com/library/de...ollerInASP.asp

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Alok Jain" <al***@renewal-iis.com> wrote in message
news:OC**************@tk2msftngp13.phx.gbl...
Hi,

We are using Front Controller implementation in our DotNet application.

I am trying to hide URL in my application. This is based on Front Controller model.

I am able to achieve if I do not use postback in ASP.Net control. If I post back from a ASP.Net control it takes me to the correct page and the URL is
displaeyd as it is.

I tried faking _dopostback() on client and changing the form.action - so
that the action of the page is not revealed. But if I do this is not
considered as Post Back and my POst BackEventHandler function on server is
not called.

Do you know if there is some better approach to use .Net server controls
with Front Controller.

Thanks in Advance.

Alok

Nov 18 '05 #2
Thanks Curt, This talks about how to implement Front Controller but does not
give much information on how to use postback feature in front controller.

Alok

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:Ou**************@TK2MSFTNGP10.phx.gbl...
perhaps this will get you what you are after

http://msdn.microsoft.com/library/de...ollerInASP.asp
--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Alok Jain" <al***@renewal-iis.com> wrote in message
news:OC**************@tk2msftngp13.phx.gbl...
Hi,

We are using Front Controller implementation in our DotNet application.

I am trying to hide URL in my application. This is based on Front

Controller
model.

I am able to achieve if I do not use postback in ASP.Net control. If I

post
back from a ASP.Net control it takes me to the correct page and the URL is displaeyd as it is.

I tried faking _dopostback() on client and changing the form.action - so
that the action of the page is not revealed. But if I do this is not
considered as Post Back and my POst BackEventHandler function on server is not called.

Do you know if there is some better approach to use .Net server controls
with Front Controller.

Thanks in Advance.

Alok


Nov 18 '05 #3

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

Similar topics

3
by: Prasad Patil | last post by:
Hi I am trying to understand the article http://msdn.microsoft.com/practices/type/Patterns/Enterprise/DesFrontController/...
2
by: Colin Basterfield | last post by:
Hi, has anyone (tried to) implement the Front Controller pattern as described at http://msdn.microsoft.com/architecture/patterns/ImpFrontControllerInASP/ I'm having trouble resolving the...
2
by: Magdelin | last post by:
I am trying to implement the front controller web presentation design pattern proposed by MS at the following link: http://msdn.microsoft.com/practices/type/patterns/enterpris...
2
by: Mr Wizard | last post by:
I am going through the front controller http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpatterns/html/ImpFrontControllerInASP.asp and all works well except when the server.transfer...
1
by: NGM | last post by:
Hello All When implementing FrontController sample MSDN I am facing a lot of problems try implementing the front controller patterm sample provided by microsoft:...
5
by: garethdjames | last post by:
A while ago I read news about ASP.Net 2.0 having support for the Front Controller model, In all the reports I have read and in the latest beta download I can see no implicit support for this...
3
by: Ashish | last post by:
Is anyone aware of a good Front Controller Pattern implementation in ASP.Net, we are developing a new product, and contemplating whether we should use Front Controller Pattern implementation, due...
4
by: Kunle Odutola | last post by:
WebForms used to be a Page controller architecture (in .NET 1.x) which severely limited (prevented?) true MVC designs with WebForms. Any ideas? -- Don't talk unless you can improve the silence.
1
by: Aquaren | last post by:
I have a framework that uses the front controller design pattern for a single point of entry to the application and the autoload function for includes. I am trying to incorporate AJAX into the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
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
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.