Dynamic Data Entry Screen? How-To?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I'm building an application which requires custom dynamic data entry
screens. These screens could do anything - from displaying data, to doing
complex calculation.

I'm thinking of using a web browser (IEControl - .NET 1.1) control to load
up an ASP.NET page. The ASP.NET page will be customized for the data entry
needs.

Here is my problem:

1. How do I pass data to the page? Query String? Form Post?

2. How do I prevent the IEControl control from caching a history?

Any other suggestions of building an app with dynamic data entry screens?
 
Hi all,

I'm building an application which requires custom dynamic data entry
screens. These screens could do anything - from displaying data, to
doing complex calculation.

I'm thinking of using a web browser (IEControl - .NET 1.1) control to
load up an ASP.NET page. The ASP.NET page will be customized for the
data entry needs.

Here is my problem:

1. How do I pass data to the page? Query String? Form Post?

2. How do I prevent the IEControl control from caching a history?

Any other suggestions of building an app with dynamic data entry
screens?



Forgot to mention - the app I'm building is a WinForm Control hosted in IE.
 
Back
Top