Category Archives: .NET

Article: Understanding Delegates using Visual Basic.NET 2005

  All,   My new article on "Delegates using Visual Basic 2005" got published here http://www.aspfree.com/c/a/VB.NET/Understanding-Delegates-using-Visual-BasicNET-2005/   It explains delegates in a simplest fashion.  If you are new to eventing in Visual Basic, make sure that you complete this http://www.aspfree.com/c/a/VB.NET/Understanding-Custom-Events-using-Visual-Basic-NET-2005/ beforeContinue reading

Posted in VB.NET | Tagged | Leave a comment

Tip: Generating iCalender file using ASP.NET

  iCalender is something like an open format text file to add items to the calendar (like Outlook calendar).  It is simply a text file which contains fields and information about the particular event of a calendar.  Once you double … Continue reading

Posted in ASP.NET | Tagged , | Leave a comment

TIP: Modifying Connection String dynamically for a strongly typed dataset in a different assembly

Imagine, I am working on a Visual Studio 2005/2008 solution with class library project (DAL) and Web Application Project (ASP.NET).  Say, the DAL is being developed using Dataset Designer with different Strongly Typed DataSets/DataTables together with TableAdapters.  Then I would … Continue reading

Posted in ASP.NET | Tagged , | Leave a comment

TIP: Writing a macro in Visual Studio 2005 to attach a process for debugging purposes

For debugging class libraries, web services etc., we may need to attach the debugger to a running ASP.NET process.  It is better to write a macro to accomplish the above and use it for any number of times using a … Continue reading

Posted in ASP.NET | Tagged , | Leave a comment

Opening a Popup and refreshing parent (when closed) using ASP.NET

The following is the source code which demonstrates the opening of a popup (from gridview), adding/editing a record in popup and finally refresh the parent window upon closing the popup using ASP.NET:     http://cid-41050f68f010a662.skydrive.live.com/embedrowdetail.aspx/Public/SourceFilesForBlog/Misc/PopupTest.zip   thanks Jag

Posted in ASP.NET | Tagged , | Leave a comment

Part 4: Object Oriented Report Development using Crystal Reports and ASP.NET 2.0

Hello,   My new article on "Object Oriented Report Development with Crystal Reports and ASP.NET 2.0" got published here http://www.aspfree.com/c/a/ASP.NET/Object-Oriented-Report-Development-using-Crystal-Reports-and-ASP-NET-2-0/   Enjoy and let me know the feedback…   thanks Jag 

Posted in ASP.NET | Tagged , | 25 Comments

Article: Understanding Event-Driven programming using Visual Basic.NET 2005

Hai,   My new article on "Understanding Custom Events using Visual Basic.NET 2005" got published here http://www.aspfree.com/c/a/VB.NET/Understanding-Custom-Events-using-Visual-Basic-NET-2005/    enjoy and let me know the feedback…   thanks Jag

Posted in VB.NET | Tagged | 12 Comments

Part 3: Working with ADO.NET Datasets and .NET Objects using Crystal Reports and ASP.NET 2.0

Hai,   My new article (part of the series of "Programming with Crystal Reports using ASP.NET 2.0") got published here http://www.aspfree.com/c/a/ASP.NET/Working-with-ADONET-Datasets-and-NET-Objects-using-Crystal-Reports-and-ASP-NET-2-0/   It discusses about using datasets and .NET objects to pass data to Crystal Reports using ASP.NET 2.0   enjoy and … Continue reading

Posted in ASP.NET | Tagged , | 11 Comments

Article: Polymorphism using Abstract Classes in Visual Basic.NET 2005

Hello guys,   This is my new article focusing on abstract classes in Visual Basic 2005.  It also discusses on achieving polymorphism when using Abstract Classes in Visual Basic 2005.  The article is here http://www.aspfree.com/c/a/VB.NET/Polymorphism-using-Abstract-Classes-in-Visual-Basic-NET-2005/   Enjoy and give me the … Continue reading

Posted in VB.NET | Tagged | 8 Comments

Article: Understanding “Shadows” in Visual Basic.NET 2005

Hello guys,   My new article on working with "Shadows" keyword in Visual Basic 2005 got published here http://www.aspfree.com/c/a/VB.NET/Shadowing-using-Shadows-in-Visual-Basic-NET-2005/   enjoy and let me know the feedback.   thanks Jag

Posted in VB.NET | Tagged | 14 Comments