Coder Baba
2.42K subscribers
1.01K photos
23 videos
722 files
723 links
Everything about programming for beginners.
1 and only official telegram channel of CODERBABA India.

Content:
.NET Developer,
Programming (ASP. NET, VB. NET, C#, SQL Server),
& Projects
follow me https://linktr.ee/coderbaba
*Programming
*Coding
*Note
Download Telegram
check out my new video out today on YouTube
In this Tutorial we will learn
What is Exception handling in asp .net web application
What is Abnormal condition?
What is Exception?
What is error?
What is exception handling?

Three type of Error handling technique in asp .net :
1-Block Level Error Handling
2-Page Level Error Handling
3-Application Level Error Handling
Video Link:
https://youtu.be/55ehhNT0HF4
17 Websites to Learn Programming for FREE🧑‍💻

inprogrammer
javascript
theodinproject
stackoverflow
geeksforgeeks
studytonight
freecodecamp
mozilla dev
javatpoint
codecademy
sololearn
programiz
w3schools
tutsplus
w3school
youtube
scrimba

#CoderBaba
@coder_baba
ViewState:


· ViewState is a secure method to store data.

· ViewState can store large amounts of data.

· You can store more than one value like Datatable and Dataset.

· You can store more than one value in a hidden field, by serializing it.

·View state data is encrypted.

·The data in the ViewState can not be changed by Client-Side code,i.e, JavaScript.

Hidden field:

·HiddenFields is not a safe and secure method as the data value in it can be seen and accessed very easily.

·Only a small amount of data can be stored.

· You can store more than one value in a hidden field, by serializing it.

· The data in HiddenField is not encrypted.

· It is possible to change the value by Client-side code in HiddenField.

https://youtu.be/jzW6IgujelA
https://youtu.be/PGqhpCRs8bc