As is known to everyone, if you learn and master each and every aspect of the subject and get a hand on experience on it, and then you will not have any problems, that is to say, you absolutely will g… more →
ali razaaliraza 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 →
aliraza wrote 5 months ago: read the following link http://www.asp.net/learn/whitepapers/aspnet40/ … more →
aliraza wrote 8 months ago: Scenario I got while developing some application. I required month and year view in drop down list b … more →
aliraza wrote 8 months ago: Hi i found two methods to do so. Using Globliziation System.Globalization.DateTimeFormatInfo d = new … more →
aliraza wrote 1 year ago: hi i used following code MailMessage message = new MailMessage(); message.To = "myemailaccount@yahoo … more →
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 →
aliraza wrote 1 year ago: use follwing Code change image path at load event method for downloading Code Imports System Imports … more →
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 →
aliraza wrote 1 year ago: What is a Design Pattern? Design Pattern is a re-usable, high quality solution to a given requirem … more →
aliraza wrote 1 year ago: Usually this problem occur when we install iIs after installation of Visual studio or .net framework … more →
aliraza wrote 1 year ago: very nice article about encription of cookies in asp.net http://www.codeproject.com/KB/cs/CookieEncr … more →
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 →
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 →
Maaruthi wrote 1 year ago: Microsoft Dot Net Framework 1.0 Redistribuable http://msdn2.microsoft.com/en-us/library/ms994395.asp … more →
aliraza wrote 1 year ago: One common problem developers face while using master page that images did not get proper path … more →
aliraza wrote 2 years ago: http://sourceforge.net/project/showfiles.php?group_id=154642 … more →
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 →
aliraza wrote 2 years ago: Here is sample code remember to add system.net namespace IPHostEntry ip = Dns.GetHostByName (“www.y … more →
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 →