Jul 24th, 2009 | 1 Comment
Millions of Windows computers have been infected by a new computer worm dubbed “Conficker.” The situation is “not getting better,” but rather is “getting worse,” according to security software vendor F-Secure. In a blog post, F-Secure security researchers report that the number of machines infected by the Downadup worm has skyrocketed from roughly 2.4 million to over 8.9 million in the last four days alone. Downadup is a malicious worm that “uses computer or network resources to make complete copies of itself,” according to F-Secure. And it may also...

Written by Ajay Matharu

July 24th, 2009 at 9:34 am

Jul 13th, 2009 | No Comments
In Access, you can limit user entries by forcing users to choose a value from a list control. Office applications use the same functionality in built-in drop-down lists. For instance, the Highlight and Font Color controls on most Formatting toolbars use this flexible tool. Simply click the small triangle to the right of the icon to display a list of choices. You can create the same type of control for your users in an Excel sheet, but the process isn’t intuitive. The option is in the Data Validation feature. Fortunately, once you know the feature exists, it’s easy to implement. You need only...

Written by Ajay Matharu

July 13th, 2009 at 9:27 pm

Jun 20th, 2009 | No Comments
Zipping was never so easy in .Net. Check out this project on codeplex, http://dotnetzip.codeplex.com/ Here are the features of the DotNetZip Library, DotNetZip works on PCs with the full .NET Framework, and also runs on mobile devices that use the .NET Compact Framework. Create and read zip files in VB, C#, or any .NET language, or any scripting environment. DotNetZip supports these scenarios: - an ASP.NET app that dynamically creates ZIP files and allows a browser to download them - a Windows Service that periodically zips up a directory for backup and archival purposes - a WPF program that modifyies...

Written by Ajay Matharu

June 20th, 2009 at 1:42 pm

Apr 21st, 2009 | 2 Comments
Source Error: Line 1: <%@ Application Codebehind=”Global.asax.cs” Inherits=”Global’” %> This error occurs when you create a new web application in asp.net using visual studio.net and without compiling the application, you try to browse a page in the application. This occurs because of the Application DLL not having been formed. asp.net will look in the Global Assembly Cache, and then in the application’s local bin directory. If it can’t find the class with the name you specified then it won’t load. When you do a codebehind file in Visual studio,...
Apr 4th, 2009 | No Comments
While working on the project we came across a problem that, we were not able to read value of read only text box, i.e. TextBox1.Text returned nothing even when the text box had value. On googling, I found after doing this you can make your text box read only and also it will return the value of the text box. You need to insert this line on your Page_Load TextBox1.Attributes.Add(“readonly”, “true”); Article By: Ajay MatharuIf you like This post, you can follow Ajay Matharu on Twitter.Subscribe to Ajay Matharu feed via RSS or EMAIL to receive instant updates. If you like...

Written by Ajay Matharu

April 4th, 2009 at 5:37 pm

Mar 26th, 2009 | 4 Comments
Couple of months back I just gave a small presentation on .Net framework to my colleagues. So just thought of sharing that with you all. It covers a brief overview of .Net including features of .Net Framework 3.5. Dot Net Overview View more presentations from matharuajay. Article By: Ajay MatharuIf you like This post, you can follow Ajay Matharu on Twitter.Subscribe to Ajay Matharu feed via RSS or EMAIL to receive instant updates. If you like this post, feel free to share this post

Written by Ajay Matharu

March 26th, 2009 at 11:55 pm

Page 2 of 121234510Last »