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" […]

Categories
Sql Server

SQL Server replication requires the actual server name to make a connection to the server. Specify the actual server name

SQL Server replication requires the actual server name to make a connection to the server. Specify the actual server name Today i am trying to create a replication publication, and i got the above mentioned error(SQL Server replication requires the actual server name to make a connection to the server. Specify the actual server name). […]