ProgTalk - Your archive for all source code

Top Viewed Articles

ProgTalk » Articles » Top Articles
2878 articles:

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

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

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

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

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

Posted by: RajibNumber of views: 21953Posted 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: 15082Posted 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: 11533Posted 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).

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

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