Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

ASP.Net FileUpload Validate File Extension to Allow Only Images Example in C#, VB.NET

Oct 13, 2015 3 comments
Introduction

Here I will explain how to validate uploaded file extension from fileupload in
asp.net to using c#, vb.net with example or allow only image format files to upload in asp.net fileupload example. By using “Path.GetExtension” properties we can get uploaded file extension and allow only image format files to upload from fileupload control in asp.net using c#, vb.net.

Asp.net Get File Extension (Path) from Fileupload Control using C#, VB.NET

Oct 12, 2015 1 comments
Introduction

Here I will explain how to get file extension from fileupload in
asp.net using c#, vb.net with example or asp.net get uploaded file extension or path from fileupload control using c#, vb.net with example. By using “Path.GetExtension” properties we can get uploaded file extension or path from fileupload control in asp.net using c#, vb.net.

jQuery Set (Open) Particular Bootstrap Tab on Page Load or Button / Link Click Example

Oct 11, 2015 0 comments
Introduction

Here I will explain how to use
jQuery set default bootstrap tab on page load or jQuery set particular bootstrap nav tab on button or link click with example. To set particular or specific bootstrap tab menu on page load or button click we need to use property tab like “$('.nav-tabs a[href="#tab1"]').tab('show')”.

Description:
  
In previous articles I explained jQuery bootstrap multi select dropdownlist with checkboxes, jQuery show images in 360 degree view plugins,
jQuery validate radiobuttonlist with example and many articles relating to css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to set default bootstrap tab on page load or button click in jQuery with example.

C# - e: Is a Physical Path but a Virtual Path was Expected in Asp.net

Oct 6, 2015 2 comments
Introduction:

Here I will explain how to solve problem of “e: is a physical path but a virtual path was expected” in asp.net using c#, vb.net. Generally this physical and virtual path problem occurred whenever we refer “Server.MapPath” value multiple times while using folder path in applications. To solve this e:is a physical path but a virtual path was expected we need to use Server.MapPath only once while getting or inserting files in folder in asp.net using c#, vb.net.

Description:


In previous posts I explained export gridview data to excel in windows application, auto suggestions search textbox in master page in asp.net, download multiple files as zip folder in asp.net and many articles relating to solve errors in asp.net, SQL Server, IIS, etc. Now I will explain how to solve problem ofe: is a physical path but a virtual path was expected” in asp.net using c#, vb.net.

jQuery Check If Image Exists with Given URL or Not Example

Oct 4, 2015 1 comments
Introduction

Here I will explain how to check if image exists with given url in
jQuery or check if image exists with url before adding it using jQuery with example or jQuery check if given image url valid or not example. By using $.ajax method in jQuery we can check if exists with given url or not.

Description:
  
In previous articles I explained jQuery change text size with example, jQuery ajax gridview crud operations (insert, update, delete) with database, jQuery display gridview row details in modal popup dialog,
jQuery validate radiobuttonlist with example and many articles relating to css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to check if image exists with given url in jQuery with example.

jQuery Check if File Exists with URL on Remote Server Example

0 comments
Introduction

Here I will explain how to check if file exists in remote server in
jQuery or check if file exists with url in server using jQuery with example. By using $.ajax method in jQuery we can check if file exists in url or not.

Error Asp.net 4.0 has not been Registered on the Web Server. You Need to Manually Configure your Web Server

Sep 29, 2015 5 comments
Introduction:

Here I will explain how to solve problem of “asp.net 4.0 has not been registered on the web server you need to manually configure your web server for asp.net 4.0 in order for your site run correctly”. Actually this problem occurred while creating application in visual studio 2015 because we installed iis 8.0 after .NET framework installed. To fix this problem we need to enable asp.net 3.5 or 4.5 version frameworks using Turn windows features on or off in control panel.

Description:

In previous posts I explained class asp responsive buffer limit exceeded error, convert string to lower case, upper case and title case in asp.net, jQuery send receive json object from webservice methods, Asp.net mvc complete project with database, download multiple files as zip folder in asp.net and many articles relating to solve errors in asp.net, SQL Server, IIS, etc. Now I will explain how to solve the problem of “asp.net 4.0 has not been registered on the web server you need to manually configure your web server for asp.net 4.0 in order for your site run correctly.

IIS 8.5 Detailed HTTP Error 404.3 Not Found Feature May Not Installed or MIME Map is not Enabled

Sep 28, 2015 2 comments
Introduction:

Here I will explain how to solve iis 8.5 detailed error “HTTP error 404.3 – Not Found (the feature you are trying to use may not installed or the appropriate MIME map is not enabled for the website or application)”. Actually this problem occurred when .NET framework 3.5, 4.5 not installed but using those frameworks in applications. To fix this problem we need to enable asp.net 3.5 or 4.5 version frameworks using Turn windows features on or off in control panel.

Description:

In previous posts I explained class asp responsive buffer limit exceeded error, convert string to lower case, upper case and title case in asp.net, jQuery send receive json object from webservice methods, Asp.net mvc complete project with database, download multiple files as zip folder in asp.net and many articles relating to solve errors in asp.net, SQL Server, IIS, etc. Now I will explain how to solve the problem of “IIS 8.5 HTTP Error 404.3 – Not Found (the feature you are trying to use may not installed or the appropriate MIME map is not enabled for the website or application).

jQuery Cookie Create, Get (Read), Delete (Erase) with Example

Sep 24, 2015 2 comments
Introduction

Here I will explain how to create cookie in jQuery or read cookie or get / set cookie in jQuery or set cookie expire or delete cookie in jQuery using jQuery cookie plugin. jQuery cookie plugin is a simple, lightweight plugin to create, read / get, set expire for cookies using $.cookie() function.

Description:

In previous articles I explained Best jQuery Audio Player Plugin Examples, Top video player plugin examples, 8 Best jQuery popup window plugins, 8 jQuery page flip book effect plugins, jQuery Draggable & Resizable div with example and many articles relating to jQuery, JavaScript, jQuery Plugins. Now I will explain how to create, get/set, delete cookie in jQuery using jQuery cookie plugin.

First download jQuery cookie plugin from this site jQuery cookie and add it to your application then try follow below methods to create, get, delete cookies

Change Background Color of Invalid Controls When Validation Fails using Asp.net Validator

0 comments
Introduction

Here I will explain how to change background color of invalid controls when validation fails using
asp.net validators. By using custom validators in asp.net we can change background color of textbox controls when validation fails.

Description:
  
In previous articles I explained create read cookies in asp.net with example, jQuery send receive json objects from web service in asp.net,
Asp.net mvc project example with demo, show multiple markers in google map from database in asp.net and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to change background color of invalid controls when validation fails using asp.net custom validators with example.
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.