Lost your password?

Blogs about: Aspnet Framework 20

Featured Blog

Enable/Disable .Net controls (Security Tip)1 comment

sanzon wrote 11 months ago: I was just browing around online and found a thread on asp.net’s forum talking about disabling … more →

Tags: .NET Framework 3.5, Security

RegisterForEventValidation and enableEventValidation1 comment

sanzon wrote 1 year ago: Ok first off… NEVER disable eventvalidation! This is for your own good. I know it’s very … more →

Tags: .NET Framework 3.5, VB.NET, ASP.NET, ClientScript, ClientScriptManager, EnableEventValidation, RegisterForEventValidation, ValidateRequest

Adding multiple AsyncPostBackTriggers dynamically1 comment

sanzon wrote 1 year ago: This one took be a bit of time to figure out, and really can be extremely useful in some cases. This … more →

Tags: .NET Framework 3.5, AJAX, Custom Controls, VB.NET, ASP.NET, AsyncPostBackTrigger, Triggers, UpdatePanel, updatepaneltriggercollection

Handling form data issues with FireFox on page refresh1 comment

sanzon wrote 1 year ago: If you have ever noticed how FireFox maintains form data on a page refresh, it can causes some issue … more →

Tags: javascript, VB.NET, Browsers, firefox, refresh

Quick tip on client side IDs in custom controls for javascript use.

sanzon wrote 1 year ago: Well one thing I found annoying when developing custom controls that use javascript is what do you d … more →

Tags: Custom Controls, javascript, .NET, Control?, Custom, HTML, id, server, user

Finding control on master page from content page.2 comments

sanzon wrote 1 year ago: Well this is a quicky for you. To find an element on a master page it’s really simple just use … more →

Tags: HTML, javascript, VB.NET, ASP.NET, Content, Control?, findcontrol, Máster

Many to Many Repeaters Revisited

sanzon wrote 1 year ago: Well, after coming across a .net page requiring many to many repeaters, I decided to look back at my … more →

Tags: SQL, ASP.NET, mysql, Many, .NET, Repeater, nested, to

easyBBCode script for VB.Net1 comment

sanzon wrote 1 year ago: After looking up some examples of BBCode online. Sadly I didn’t like anything I saw and I knew … more →

Tags: CSS, VB.NET, HTML, VBScript, .NET Framework 3.5, xml, ASP.NET, BBCode, easybbcode

URL Rewriting

sanzon wrote 1 year ago: URL Rewriting: The easy & complete way   URL Rewriting can be a pain at times. The truth is, it … more →

Tags: VB.NET, AJAX, Browsers, VBScript, server, Url, Rewriting, global.asax, PostBack

Custom Panel Server Control - Access Controls Within Custom Control

sanzon wrote 1 year ago: Alright, this one really bugged me forever! Took me 3 days to figure it out, which is extremely long … more →

Tags: VB.NET, ASP.NET, Class, server, Custom, Control?, Controls, panel, override

Forcing Server Side Error in VB.Net

sanzon wrote 1 year ago: It’s been a long time since I’ve updated. Mainly because I haven’t had anything ne … more →

Tags: VB.NET

Asp.Net AJAX updatepanel postback trick with reCaptcha!3 comments

sanzon wrote 1 year ago: You would have no idea how stressful this was trying to figure out!  Finally after a lot of hardwork … more →

Tags: AJAX, javascript, VB.NET, ASP.NET, Button, PostBack, reCAPTCHA, UpdatePanel

Delimiter List Trimming VBScript1 comment

sanzon wrote 1 year ago: Yes, as you notice if you read my post… I’m doing a ton of string modifying, so you … more →

Tags: VB.NET, VBScript, Visual Basic, VB, Trim, delimiter, comma, Split, List

Trimming white spaces and linebreaks from strings2 comments

sanzon wrote 1 year ago: I’m sure most of you already know the trim() function in VBScript.  This is a highly useful fu … more →

Tags: VB.NET, VBScript, Spam, Trim, linebreak, White, spaces, Regular expressions

URL rewriting with global.asax and app mapping4 comments

sanzon wrote 1 year ago: URL rewriting might seem really complex at first, and trust me if you even begin to read the tutoria … more →

Tags: iis, server, VB.NET, VBScript, 5, 7, app, ASP.NET, global.asax

Dropdownlist Optgroups2 comments

sanzon wrote 1 year ago: Before continuing I suggest you read my previous post in order to understand querystrings in javascr … more →

Tags: javascript, VB.NET, HTML, ASP.NET, .NET, dropdownlist, optgroup

Unicode in databases (ANSI to Unicode)

sanzon wrote 1 year ago: Alright this is one of those stupid things that seems easy, but took me forever to figure out… … more →

Tags: VB.NET, SQL, HTML, VBScript, ASP.NET, mysql, Database, Unicode, UTF8..)

response.redirect vs server.transfer and PostBackURL4 comments

sanzon wrote 1 year ago: Almost everyone knows about response.redirect.  Response.redirect simply sends a request to the clie … more →

Tags: VB.NET, ASP.NET, server.transfer, postbackurl, response.redirect, Security, Resources, remove, page name

LAST_INSERT_ID() and mySQL1 comment

sanzon wrote 1 year ago: Well some people think I’m anal about this stuff… but when I program I try to think of e … more →

Tags: SQL, ASP.NET, VB.NET, mysql, last insert id, Primary Key, validation, Database


Related Tags
All →

Follow this tag via RSS