Stoyan Bukovich On .Net
-
Server.HtmlEncode in ASP.NET 2.0
In this post I am going to show how you can avoid inserting malicious code into your html, database ... if you are get user input from forms. For this example, in aspx file I am going to use the following controls:
-
Asp.net 2.0 generate image on the fly
Ok, this time I will be straight to work.
-
Finding control in GridView
Have you ever wanted to get the control property in your code-behind but you can't "see" it? Ok, here is the way to find it.
-
ASP.NET 2.0 AJAX Update Panel and Update Progress
-
File upload control in ASP.NET 2.0
Ok, I was sitting infront of the computer screen and was thinking what to write so i decide to give you a clue how to use file upload control. Enough talking time for coding :)