Dynamic Data Entry Screen? How-To?

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?
 
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?



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

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

Top