Profile
Achievement
Krummelz's Recent Snippets
- All /
« Prev 1 Next »
Just call "ProcessImageAndItsThumbnail" with your newly uploaded image's URL, and it will resize it for you, and make a thumbnail as well. Just remember to set the sizes you want for these new images.
1
983
posted 12 years ago by Krummelz
Usage:
<a href="http://www.whaterver-your-site-is-called.com/" rel="external">Some other site</a>
0
1007
posted 12 years ago by Krummelz
This can be put into a utility class in your ASP.NET project and put onto the page with ScriptManager.RegisterStartupScript(). The script alters the ASP.NET __VIEWSTATE value which somehow validates requests; if you leave it out the popup wont work.
0
679
posted 13 years ago by Krummelz
Restricts the characters that are entered into a textbox. Also limits the length of the value to 5.
0
778
posted 13 years ago by Krummelz