Banner Ad

Tuesday, December 10, 2013

Gridview : Check/Uncheck Check boxes in Gridview – Without paging

By Francis   Posted at   10:50 AM   Gridview No comments
In this post we are going to see how to check/uncheck check boxes in the row, when the Header Row check box checked/unchecked. This is the most common scenario for all the programmers. The below code works fine with the grid

Monday, November 11, 2013

Learn By Experience: SMS Gateways

By Francis   Posted at   11:33 AM   SMS Gateways 23 comments
                   In this post I’m going to discuss about the most common question I found in ASP.Net forum. The question is “How to send SMS from my asp.net application?”. This is one

Friday, October 25, 2013

Visual Studio Tips & Tricks - 5 : Class Library – An Introduction

By Francis   Posted at   3:47 PM   Visual Studio Tips and Tricks No comments
                      Class Library is a one of the project type offered in Visual Studio. Normally a class library contains class definition or interface. If we use the class library in

Thursday, October 24, 2013

My Blogging Journey So For

By Francis   Posted at   12:29 PM   Blog Status 2 comments
                            Few years ago, around 2011, at one night I decided and started blogging about ASP.Net technologies. I’m diehard fan of WWE (World Wrestling Entertainment), as of

Wednesday, October 23, 2013

IIS Tips & Tricks # 2: Set Default page for a website in IIS

By Francis   Posted at   3:24 PM   IIS Tips and Tricks No comments
                         In few websites, if we type the website name, (like www.someurl.com) it will automatically loaded the page www.someurl.com/index.aspx . This is because of the setting of the “Default

Monday, October 14, 2013

Visual Studio Tips & Tricks: 5 - Hexa Decimal values displayed during Debug the application

By Francis   Posted at   9:27 AM   Visual Studio Tips and Tricks No comments
                  Recently, I had a wired problem in Visual studio. In this post i’m going to discuss about it. The problem is, when I try to debug my application in Visual Studio

Thursday, October 10, 2013

VB.Net : A Word about “Nothing”!

By Francis   Posted at   2:14 PM   VB.Net Tips and Tricks No comments
                              It’s a common misunderstand of a new programmer in vb.net about the keyword “Nothing”. The main purpose of this keyword is set the default value

Monday, October 7, 2013

VB.Net ByRef Variable : A Small Warning

By Francis   Posted at   12:44 PM   VB.Net No comments
In VB.Net, programmers often used the variable by reference using the keyword ByRef. Normally, reference variables not copied like Value type variables. There are some scenarios arise to use or pass a variable as reference to another function/subroutine and change them

Tuesday, September 24, 2013

Create Virtual Directory in IIS

By Francis   Posted at   7:19 PM   IIS Tips and Tricks No comments
                  In previous posts I have explained how to create a virtual directory from Visual Studio. In this post I’m going to tell how to create a virtual directory in IIS. What

Thursday, September 12, 2013

Code Obfuscation

By Francis   Posted at   1:47 PM   Dot Net Obfuscator No comments
          In this post I’m going to discuss about Reverse engineering and Code Obfuscation. In modern programming trends, when we publish a website or dll file to a client machine, there are lot of chance to theft

Wednesday, September 11, 2013

Team Foundation Server : Part 2

By Francis   Posted at   11:57 AM   Team Foundation Server 2012 No comments
Normal 0 false false false EN-US X-NONE X-NONE

Tuesday, September 10, 2013

Team Foundation Server 2012 – An Introduction

By Francis   Posted at   1:19 PM   Team Foundation Server 2012 No comments
TFS – An Introduction:                           In my organization, we have recently started using Team Foundation Server 2012. Previously we have worked on the Visual Source Safe for version controlling.

Wednesday, August 28, 2013

ASP.Net: Format Number into 2 digits Using Java script

               In this post we are going to see that how to formatting the number entered in the server side text box. <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm1.aspx.vb" Inherits="Blogging.WebForm1" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML

Monday, August 26, 2013

Visual Studio Tips &Tricks: 4 – Solution File Not Found

By Francis   Posted at   11:19 AM   Visual Studio Tips and Tricks No comments
                  Last night I have tried to add a Blank Solution and then to add a website under that solution. First I have added that blank solution. Solution added successfully. When I

Thursday, August 22, 2013

Visual Studio Tips &Tricks : 3 – Ctrl+, - File Search Easy

By Francis   Posted at   11:28 AM   Visual Studio Tips and Tricks No comments
                 Whenever the project grows large it’s hard to take the necessary file in Visual studio. That is we need to traverse a lot of folders or sub folders if we know the

Wednesday, August 21, 2013

Access ASP.Net Server Control in Client Side Using Javascript

By Francis   Posted at   12:18 PM   Client ID in ASP.Net No comments
              Some time, we have a situation to access the server side ASP.Net controls and its values using Client side script like java script.  In this post I’m going to explain how to do

Tuesday, August 20, 2013

Work Around: Break Point Not Hitting in Visual Studio

By Francis   Posted at   11:14 AM   Visual Studio No comments
                In my professional experience with Visual studio sometimes break point doesn’t hit when we attached to the Worker process. It just tells that Symbols are not loaded.          

Monday, August 19, 2013

Visual Studio Tips & Tricks: 2 – Create Virtual Directory Problem

By Francis   Posted at   12:15 PM   Visual Studio Tips and Tricks No comments
                     Few days ago, I just want to create a virtual directory for my ASP.Net web project. I just go to the “Solution Explorer” and “Right click” on the Web project

Tuesday, August 13, 2013

Learn By Experience: Be Aware: Static (C#)/Shared (VB) Variables

By Francis   Posted at   12:02 PM   Static Variable No comments
                              It’s a common programming mistake all the programmers use the static/shared variables in a class. The programmer cannot identify the problem when it was used

Wednesday, July 31, 2013

ASP.Net MVC - An Introduction

By Francis   Posted at   12:24 PM   MVC 3 comments
What is MVC?              Several Months ago, I just started to learn new technologies in order to teach other thru a weekly technical session in my current company. So I decide to lean ASP.Net MVC.
Page 1 of 231234567Next
Connect with Us

Powered by Blogger .
back to top