Skip to content

Commit afba676

Browse files
Update README.md
1 parent 445e127 commit afba676

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ public partial class ContactController : CodeBehindController
6666
}
6767
```
6868

69+
The GIF image below shows how the above code works.
70+
![WebForms Core example in web forms classes](https://github.com/user-attachments/assets/a4bc19eb-578b-42d0-b725-2ec28d16e3e5)
71+
6972
In this example, after clicking the button, first an instance of the WebForms class is created. Then a new h3 tag is created and the submit text is successfully added in it and shown to the user for 3 seconds and then removed. The submit button is also disabled and finally the response is sent to the client using the `Response` method.
7073

7174
**What is sent from the client to the server?**
@@ -87,10 +90,6 @@ st<h3>=Adriano! Your message was sent successfully.
8790
:3)de<h3>=1
8891
```
8992

90-
You can see how WebForms Core works in the link below:
91-
92-
https://github.com/elanatframework/Code_behind/blob/elanat_framework/doc/using_web_forms.md
93-
9493
## Feel free to create pull requests
9594
In this repository, you convert the WebForms class in the CodeBehind framework (written in C# programming language) into a WebForms class in your desired programming language.
9695

0 commit comments

Comments
 (0)