Categories
My Book
I wrote Twitter Application Development For Dummies. Buy it on Amazon!
-
Popular Posts
Recent Comments
Follow me on Twitter
- No public Twitter messages.
Tag Archives: JavaScript
Two Javascript Tricks: click() and trim()
Man my poor blog hasn’t been updated in quite some time. What on earth could I do to remedy that situation? Wait, I GOT IT! I’ll add a new post! Here are two really simple but really useful JavaScript tricks. … Continue reading
How to submit HTML without disabling ValidateRequest
So the scenario is this. You have an ASP.Net form field that you want the user to submit HTML to the server with. By default ASP.Net won’t allow this for security reasons. You could get around this by setting ValidateRequest=”false” … Continue reading
