ProgTalk - Your archive for all source code

Top Viewed Articles

ProgTalk » Articles » Top Articles
1725 articles:

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

Posted by: RajibNumber of views: 51109Posted 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: 43048Posted 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: 32814Posted 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: 23828Posted on: 2009-02-22T20:11:00-07:00.
Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory.

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

Posted by: RajibNumber of views: 22028Posted 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.

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

Posted by: BapsNumber of views: 21761Posted 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.

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

Posted by: RajibNumber of views: 19351Posted 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.

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

Posted by: RajibNumber of views: 13901Posted 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.

How To Use Tree Menu Based On User Credentials ( Logged In User / Not Logged In User).

Posted by: RockinNumber of views: 11189Posted on: 2009-02-22T20:11:00-07:00.
This is a simple tutorial using Master Pages, and a Tree Menu control using Visual Studio 2005. The tree menu dynamically generates. This allows the developer to show different menu based on user roles (non member, member, admin).

How to create and use a master page in Visual Studio 2005(VS2005)?

Posted by: RockinNumber of views: 10253Posted on: 2007-10-18T00:00:00-07:00.
Tutorial to use master page, and contents for beginners to intermediate users.