Skip to content

Commit e5f0c79

Browse files
Update README.md
1 parent 3cefa65 commit e5f0c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public partial class ContactController : CodeBehindController
6969
The GIF image below shows how the above code works.
7070
![WebForms Core example in web forms classes](https://github.com/user-attachments/assets/a4bc19eb-578b-42d0-b725-2ec28d16e3e5)
7171

72-
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 be disabled and finally the response is sent to the client using the `Response` method.
72+
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 will also be disabled and finally the response is sent to the client using the `Response` method.
7373

7474
**What is sent from the client to the server?**
7575

0 commit comments

Comments
 (0)