Categories
How To Article

TextBox Background Color Change On Focus Using JQuery

TextBox Background Color Change On Focus Using JQuery In this tutorial i will explain how to TextBox Background Color Change On Focus Using JQuery.To achieve this we don’t have to write so much code, a few lines of code is efficient for this. Design View: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head […]

Categories
Asp, Asp.net

File Upload Extension Check In ASP.NET With JQuery

File Upload Extension Check In ASP.NET With JQuery Hi Guys, In this tutorial i will let you know about File Upload Extension Check In ASP.NET With JQuery or you can say how to validate File Upload Control To upload only certain types of files.Here i am validating file upload control with the help of JQuery.In […]

Categories
Asp, Asp.net

File Upload Extension Check In ASP.NET

File Upload Extension Check In ASP.NET In this tutorial we will check the file extension in FILE UPLOAD control in ASP.NET.We can Check the File Extension and if check is false, message will be displayed accordingly. Design Page: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style type="text/css"> .auto-style1 […]

Categories
Asp, Asp.net

Allow Only Numbers in Textbox in Asp.net

Allow Only Numbers in TextBox in Asp.net In this tutorial i will explain you, how to allow only numbers in textbox in asp.net.By doing this we will restrict the user to only input numbers in a textbox. We are using JQuery here to solve our requirement. Demo Page <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>HIghtechnology</title> <script type="text/javascript" […]