ProgTalk - Your archive for all source code

Top Viewed Articles

ProgTalk » Articles » Top Articles
6408 articles:

GridView control to show master-child or master-slave data, written in c#, asp.net, and javascript.

Posted by: RajibNumber of views: 104524Posted on: 2008-03-26T00:00:00-07:00.
Display data using gridview, by generating hidden div with child data. Javascript used to show and hide (collapse and expand) grid.

DataGrid - Master/Child/Slave Details in ASP.NET, C# - Expand/Collapse Rows (Master/Detail View)

Posted by: RajibNumber of views: 65771Posted on: 2007-09-07T00:00:00-07:00.
Using ASP.NET, C#, Framework 1.1 to show a master/detail grid with javascript to expand & collapse.

How to collapse and expand rows of a datagrid using C#, ASP.NET, and Javascript. (Version 2)

Posted by: RajibNumber of views: 43150Posted on: 2008-01-02T00:00:00-07:00.
Master Slave Relationship in Datagrid while expanding and collapsing rows using client side Javascript. (Version 2)

Get all files of directory and sub directories using ASP.NET, C#, and VB.NET

Posted by: RockinNumber of views: 33385Posted on: 2009-02-22T20:11:00-07:00.
Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory.

A Beginners Guide to use LINQ to SQL within ASP.NET in Visual Studio 2008 and CSharp(C#).

Posted by: RajibNumber of views: 31384Posted on: 2008-05-16T00:00:00-07:00.
This tutorial will explain how to incorporate LINQ with your web applications. This is designed as a step by step guide for developers ranging from beginner to advanced levels. If you have never used LINQ before, this is a great starting tutorial.

How to create your own Auto Suggest textbox without any AJAX frameworks.

Posted by: BapsNumber of views: 26285Posted on: 2008-02-27T00:00:00-07:00.
We will use basic JavaScript, C#, and ASP.NET to create a feature to allow auto-suggest (autosuggest) textbox features as a user types. This will allow a better feel to your websites.

File Upload control in C# as a friendly web user control. Easy upload, delete, and view options

Posted by: RajibNumber of views: 24659Posted on: 2008-02-27T00:00:00-07:00.
Web User control written in C# using VS2005 to allow file upload, delete, and view option. Easy property settings, makes it easier for developers to use.

DataGrid - Master/Child/Slave Details in VB.NET - Expand/Collapse Rows (Master/Detail View)

Posted by: RajibNumber of views: 19544Posted on: 2008-03-11T00:00:00-07:00.
Master Slave Relationship in Datagrid in VB.NET while expanding and collapsing rows using client side Javascript.

.NET Tutorial in C# To Add Two Numbers. A beginners guide to create their first web application.

Posted by: BapsNumber of views: 18522Posted on: 2008-02-20T00:00:00-07:00.
This simple article will show how to create your first web application, which will add two numbers. I will also show how you can start to debug. Visual Studio 2005 was used for this example with c#.

A beginners guide to using XmlDocument in Csharp and VB.NET

Posted by: RockinNumber of views: 16943Posted on: 2009-02-22T20:11:00-07:00.
Article describing how to read through the nodes of an xml document using XmlNode, XmlNodeList, and XmlDocument. A beginners guide to understand how to parse through data of an XmlDocument object.