I always asked myself, how can I show a neat notification and call it from Page code behind? I want to call this notification after doing something in code behind, for example notify user that “Record Inserted Successfully” and this…
HowTo: use jQuery input mask plugin in ASP.NET
Today I’ve got a requirement to force the user input to follow this international phone number format “(country-code) 1234-568” & because I love jQuery I started to look for an input mask plugin, I found this one. So I built…
Client-side Validation in ASP.NET webforms by using jQuery
Hello folks, on July 9th 2010, I’d spoken on EgyGeeks online community about Client-side Validation using jQuery in ASP.NET webforms, and I thought I’ll share the session as a blog post, so let’s start Why using Client-side validation? Web developers…