Lost your password?

Blogs about: Net Framework 2

Featured Blog

Best advice for your preparation for 70-536

aliraza wrote 2 months ago: As is known to everyone, if you learn and master each and every aspect of the subject and get a hand … more →

Tags: 1, ASP.NET 2, Certifications, Transcanders for dotnet

whats new in asp.net 4.0

aliraza wrote 5 months ago: read the following link http://www.asp.net/learn/whitepapers/aspnet40/ … more →

Tags: ASP.NET 2, ASP.NET 1.1, C#

How to get month date view between two dates in c#

aliraza wrote 8 months ago: Scenario I got while developing some application. I required month and year view in drop down list b … more →

Tags: ASP.NET 1.1, ASP.NET 2, C#

How to get Month name from current date using c#1 comment

aliraza wrote 8 months ago: Hi i found two methods to do so. Using Globliziation System.Globalization.DateTimeFormatInfo d = new … more →

Tags: ASP.NET 1.1, ASP.NET 2, C#

how to send mail smtp with authentication with web.mail class

aliraza wrote 1 year ago: hi i used following code MailMessage message = new MailMessage(); message.To = "myemailaccount@yahoo … more →

Tags: ASP.NET 2

how to get oracle sequence numbers in .net

aliraza wrote 1 year ago: hi the main Query to get sequence number is follow select JOB_ID_SEQ.NEXTVAL from dual; i get the re … more →

Tags: ASP.NET 2, C#, orcale

How to resize image in .net

aliraza wrote 1 year ago: use follwing Code change image path at load event method for downloading Code Imports System Imports … more →

Tags: C#, Windows Form, VB.NET

how to get server.mappath in c# class

aliraza wrote 1 year ago: i face a problem that server.mappath did not available in c# class at my utillity framework at app c … more →

Tags: ASP.NET 2, ASP.NET 1.1, C#

Design Patterns Interview Questions2 comments

aliraza wrote 1 year ago:   What is a Design Pattern? Design Pattern is a re-usable, high quality solution to a given requirem … more →

Tags: C#, Design Pattern

Registering ASP.NET on IIS after installing the .NET Framework

aliraza wrote 1 year ago: Usually this problem occur when we install iIs after installation of Visual studio or .net framework … more →

Tags: ASP.NET 2, ASP.NET 1.1, C#

Transparent Cookie Encryption Via HTTP Module1 comment

aliraza wrote 1 year ago: very nice article about encription of cookies in asp.net http://www.codeproject.com/KB/cs/CookieEncr … more →

Tags: ASP.NET 2

How to remove duplicate from string array in .net7 comments

aliraza wrote 1 year ago: In one case i have to right a method to remove duplication from array of strings. i write this code … more →

Tags: ASP.NET 1.1, ASP.NET 2, C#, VB.NET, .NET, duplicate array

How to filter uploader control using client side script in asp.net2 comments

aliraza wrote 1 year ago: For any client side action we have to choose a scripting language to build our logic. Let us go for … more →

Tags: Java Script, ASP.NET 2, ASP.NET 1.1, C#, javascript

Dot Net Framework 1,2,3,3.5 - Silent Installations28 comments

Maaruthi wrote 1 year ago: Microsoft Dot Net Framework 1.0 Redistribuable http://msdn2.microsoft.com/en-us/library/ms994395.asp … more →

Tags: technology, .NET Framework, .Net Framework 1, .Net Framework 3, .NET Framework 3.5, .Net Framework 3.5 Service Pack 1, .NET Framework 3.5 SP1, 2, 3

How to get relative path for images in asp.net2 comments

aliraza wrote 1 year ago: One common problem developers face  while using master page that images did not get proper path … more →

Tags: ASP.NET 2, C#

Forum with code

aliraza wrote 2 years ago: http://sourceforge.net/project/showfiles.php?group_id=154642 … more →

How to write word document in asp.net 2 comments

aliraza wrote 2 years ago: You can add follwing code at page level function and called in button or page load function Void Gen … more →

Tags: ASP.NET 2, ASP.NET 1.1, C#

How to get Ip of Url in c#3 comments

aliraza wrote 2 years ago: Here is sample code  remember to add system.net namespace IPHostEntry ip = Dns.GetHostByName (“www.y … more →

Tags: C#

aliraza wrote 2 years ago: I used the free dll which writes pdf files as simple as we us system IO to simple files . I write th … more →

Tags: ASP.NET 2, ASP.NET 1.1, C#


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS