# .NET Web Forms

## Unleash form features

* Use the graphical interface of Microsoft Visual Web Developer Express or Visual Studio<br>
* Start from scratch or reuse the .NET code generated on-the-fly by the WorkflowGen built-in form designer<br>
* Leverage your .NET skills to add powerful features<br>
* Integrate AJAX and jQuery add-ons<br>
* Form configuration management<br>
* Reuse your business objects

## WorkflowGen integration

* Once the form is created, easily declare it in your WorkflowGen processes<br>
* Required and read-only fields are managed in the process definition — no need for web form coding

## Main features

* Field validation management<br>
* Field colorization management<br>
* File attachment management<br>
* GridView management<br>
* Two .NET web form creation modes: Simple (without programming) and Advanced (for total control of the code and the data)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.workflowgen.com/features/net-web-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
