Configuration Error:It is an error to use a section registered as allow...
It is an error to use a section registered as allow definition ="MachineToApplication" beyond application level. This error can be caused by a virtual Directory not being configured as an application...
View ArticleHow to Solve HTTP Error 500.19-Internal Server Error
HTTP Error 500.19-Internal Server ErrorThe requested page cannot be accessed because the related configuration data for the page is invalid.Recently I was deploying website in IISÂ Â and then got the...
View ArticleHow to Create Dynamic Control in ASP.Net
Sometimes in ASP.NET situation arise where you need to create web controls dynamically by writing the code in the code behind file. In this tutorial I will create text box controls dynamically and...
View ArticleHow to Save Image in Binary Format in ASP.Net in Database
In this tutorial I will explain how to save Image in Sql Server Database in Binary format and then displaying the image inside the Grid View control. In asp.net there are two options either you can...
View ArticleHow to Export Grid View Record as an Excel File in ASP.Net
In this tutorial we will see how to export each single record as an Excel File in Grid View Control. In this example I will just list the code of downloading each gridview record as and Excel file....
View ArticleGridview Backcolor in ASP.NET
Retain Gridview row back color in ASP.net.Please try this goodie....Protected Sub Grd_RowCreated(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles...
View ArticlePick Gridview row cell in ASP.Net
How to pick gridview row cell in asp.net, below is written code snippet to pick gridview row cell.Protected Sub Grd_RowDataBound(ByVal sender As Object, ByVal e As...
View ArticleContext menu in Gridview (ASP.NET)
To implement contextmenu in asp.net, add this code on rowdatabound. Please copy this code and paste in codebehind class:Protected Sub Grd_RowDataBound(ByVal sender As Object, ByVal e As...
View ArticleDifference httputility.urlencode vs server.urlencode
Server.UrlEncode() is implemented as a convenience and toprovide backward compatibility with Classic ASP'DeclarationPublic Shared Function UrlEncode ( _str As String _) As String'UsageDim str As...
View ArticleList all directories and sub-directories
Try Like This:Below is code snippet how to list all directories & sub-directories in vb.net (ASP.net)imports system.IO namespace     Dim filepath As String = String.Empty     If...
View Articlewhile loop in ms sql
We are trying to use While loop in MS SQL Server, in simple While loop and also in break statement when we use while loop.Try the following goodies to take the hunt.DECLARE @COUNT INTSET @COUNT =...
View ArticleDownloader in ASP.net
downloader in asp.net, here can download with system.web.webequest and system.web.webresponse method, if we can to start download on specific then can add Request.addrange(10000,50000).Imports...
View ArticleCreate Folder on Desktop in ASP.NET
Imports System.IOBelow is given the code snippet to create the file directory on desktop,Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click...
View ArticleHow to pick distinct rows from datatable in asp.net
How to pick distinct rows from datatable in ASP.net, below is written code snippet to go through this one.Firstly declare default view and dv.ToTable(True,Param1,Param2,Param3), and we can pass the...
View ArticleHow to write in Text file on desktop in vb.net
We can use System.Environment.GetFolderPath to get the desktop folder.If particular folder is not created on desktop it will create. if the write to text file already exists then it delete and again...
View ArticleDelete file to recycle bin in asp.net
How to delete file to recycle bin through ASP.netBelow is code stuff to delete the file to recycle bin. Below is Code snippet to how to delete the file into recycle bin. It may help to all.Public...
View ArticleLogin failed for user iis apppool default apppool...
To solve the problem System.Data.Sqlclient.Sqlexception:Login failed for user iis apppool \default apppool read this article.I have been working on web application. Everything was going fine but...
View ArticleHow to Publish Website in ASP.Net 4.0
This article discus the steps of publishing website in Visual Studio 2010(asp.net 4.0). We are assuming that you already created your web application project and ready to upload it on the Window...
View ArticleOne of the Richest person bring revolution in the Microsoft World
William Henry Gates the Third is to boot referred to as businessperson and he is the co-founder of the huge Microsoft Corporation. This magnate was born in purpose of entry on the twenty eighth of...
View ArticleGrit and determination to make dream come true
Steven Paul JobsSteven Paul Jobs was born on Feb twenty four, 1955 in point of entry, American state and died in October 5 2011. His unmarried biological parents, place him up for adoption. Steve was...
View Article