reCaptcha in asp.net c#

Bhaumik Patel 9:44 AM
reCAPTCHA with ASP.NET You must supply your own public/private recaptcha keys in the appSettings section (you can create these at https...Read More
reCaptcha in asp.net c# reCaptcha in asp.net c# Reviewed by Bhaumik Patel on 9:44 AM Rating: 5

Crop Image in asp.net control in c#

Bhaumik Patel 9:01 PM
Image Crop in Asp.net Project Description Asp.net Web Crop Image Control allows developers to build image cropping functionality easily ...Read More
Crop Image in asp.net control in c# Crop Image in asp.net control in c# Reviewed by Bhaumik Patel on 9:01 PM Rating: 5

Excel file open in wpf c#

Bhaumik Patel 9:27 PM
Open Excel file in WPF C# Now to easy to open excel file in wpf Project -> Add Reference menu item. Go to the .NET tab of the dia...Read More
Excel file open in wpf c# Excel file open in wpf c# Reviewed by Bhaumik Patel on 9:27 PM Rating: 5

label with text box asp.net

Bhaumik Patel 10:25 PM
textbox with label in asp.net c# Textbox with label in asp.net, now to easy to use with textbox with LabelText properties Download : Label...Read More
label with text box asp.net label with text box asp.net Reviewed by Bhaumik Patel on 10:25 PM Rating: 5

Numeric TextBox in ASP.Net

Bhaumik Patel 8:30 PM
Numeric TextBox in ASP.Net This example are shows how to extend textbox so it's only accepts number as an entry. User can't enter i...Read More
Numeric TextBox in ASP.Net Numeric TextBox in ASP.Net Reviewed by Bhaumik Patel on 8:30 PM Rating: 5

html5 Video Player asp.net c#

Bhaumik Patel 8:16 AM
Custom html5 Video Player asp.net c# Create Custom video player for asp.net easy to use. Functionality like Mp4Url OggUrl PosterUrl Aut...Read More
html5 Video Player asp.net c# html5 Video Player asp.net c# Reviewed by Bhaumik Patel on 8:16 AM Rating: 5

Jquery Unload Event

Bhaumik Patel 11:05 PM
.unload( handler(eventObject) ) handler(eventObject)A function to execute when the event is triggered. .unload( [eventData], handler(even...Read More
Jquery Unload Event Jquery Unload Event Reviewed by Bhaumik Patel on 11:05 PM Rating: 5

jquery load Event

Bhaumik Patel 11:02 PM
Jquery load Event .load( handler(eventObject) ) handler(eventObject)A function to execute when the event is triggered. .load( [eventDa...Read More
jquery load Event jquery load Event Reviewed by Bhaumik Patel on 11:02 PM Rating: 5

Jquery Resize Event

Bhaumik Patel 10:39 PM
Jquery Resize Event .resize( handler(eventObject) ) handler(eventObject) A function to execute each time the event is triggered. .resize(...Read More
Jquery Resize Event Jquery Resize Event Reviewed by Bhaumik Patel on 10:39 PM Rating: 5

Jquery Toggle Event

Bhaumik Patel 7:19 AM
.toggle() .toggle( handler(eventObject), handler(eventObject) [, handler(eventObject)] ) handler(eventObject) A function to execute every...Read More
Jquery Toggle Event Jquery Toggle Event Reviewed by Bhaumik Patel on 7:19 AM Rating: 5
css button style css button style Reviewed by Bhaumik Patel on 6:04 AM Rating: 5

Jquery Bind Event

Bhaumik Patel 9:09 PM
Attach a handler to an event for the elements. $(document).ready(function () { $("#txtInput1").bind('mouseenter mouse...Read More
Jquery Bind Event Jquery Bind Event Reviewed by Bhaumik Patel on 9:09 PM Rating: 5

Jquery Blur Event

Bhaumik Patel 8:57 PM
The blur event is sent to an element when it loses focus. $(document).ready(function () { $("#txtInput1").blur(function (even...Read More
Jquery Blur Event Jquery Blur Event Reviewed by Bhaumik Patel on 8:57 PM Rating: 5

JQuery Focus Event

Bhaumik Patel 8:45 PM
Focus, Focusin, Focusout Event $(document).ready(function () { $("#txtInput1").focus(function (event) { $("#txtInput1&qu...Read More
JQuery Focus Event JQuery Focus Event Reviewed by Bhaumik Patel on 8:45 PM Rating: 5

JQuery Select Event

Bhaumik Patel 8:39 PM
Select event in textarea $(document).ready(function () { $("#txtInput").select(function () { alert("Text content is se...Read More
JQuery Select Event JQuery Select Event Reviewed by Bhaumik Patel on 8:39 PM Rating: 5

JQuery Change Event

Bhaumik Patel 8:32 PM
$(document).ready(function () { $("#txtInput").change(function () { alert("Textbox value is changed"); }); }); Type ...Read More
JQuery Change Event JQuery Change Event Reviewed by Bhaumik Patel on 8:32 PM Rating: 5

JQuery Keydown, Keypress and Keyup Event

Bhaumik Patel 8:19 PM
Difference between JQuery Keydown , Keypress and Keyup Event First Keydown Event occurs (Triggers as soon as key is press) Second Keypre...Read More
JQuery Keydown, Keypress and Keyup Event JQuery Keydown, Keypress and Keyup Event Reviewed by Bhaumik Patel on 8:19 PM Rating: 5

Jquery Double Click Event

Bhaumik Patel 8:06 PM
Show Alert on double click of Div, using JQuery Event $(document).ready(function () { $("#divDb").dblclick(function () { ...Read More
Jquery Double Click Event Jquery Double Click Event Reviewed by Bhaumik Patel on 8:06 PM Rating: 5