Click here to Skip to main content
Click here to Skip to main content

ITCN ASP.NET Forum 2004

By , 22 Mar 2004
 

Introduction

The ITCN Asp.NET Forum 2004 is a free, open source website Forum and Discussion Board programmed in the new Microsoft dot Net 1.1 Framework with Visual Basic. It is supported and developed by the programmers of ITCN, a New Jersey based web design and application programming firm.

It is a fully functional and working Discussion Forum which was built as a way to learn the new .NET Framework. Since it originally started out as a learning experience, I'm sure there are parts of the code which could be further optimized. The main focus during development was to try a varied approach at the new VB classes and to ensure a bug-free application.

Online demo

Demo website and Support Discussion Board are available at http://forum.itcn.com/

History

  • March 5, 2004 - Updated to 1.1

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Barry Wise
Web Developer
United States United States
Member
I am the Technical Director of itcn.com, a recognized leader in web-enabled application development with a proven track record since 1998. We specialize in custom online applications, and we've been doing it for some very happy and very successful clients. http://www.itcn.com

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralITCN Asp.Net Forum 2004 missing filemembersteveNunn17 Feb '10 - 7:46 
Questionerror in fetching data from database?membermaifs11 Mar '09 - 11:57 
Questionhow can i create a rich textbox in my web?membermaifs11 Mar '09 - 11:34 
Generalthe string has invalid email formatmemberimmypk15 Oct '08 - 1:47 
GeneralDropDown valuememberthinaz9 Jul '08 - 22:43 
I have a problem with dropdown. i cant get the value chosen from the list.
 
here is my code :
 
ArrayList list = new ArrayList();
list.Add("RAD");
list.Add("RA");
list.Add("R");
list.Add("N");
 

 
dropAssetTypes.DataSource = list;
 
dropAssetTypes.DataBind();
 
and i take the value like this:
 
TextBox1.Text = dropAssets.SelectedItem.ToString();
 
or
 
TextBox1.Text = dropAssets.SelectedItem.Value;
 
or
 
TextBox1.Text = dropAssets.SelectedItem.Text;
 
or
 
TextBox1.Text = dropAssets.SelectedValue.ToString();
 
but...the value appeared is still the first index(it is RAD)...
 
please help me, how to show the index chosen..???
GeneralProblem in Grid viewmemberRajeshKumar14319 Mar '08 - 22:07 
Generalwrite to text file question...memberKennie_n200019 Feb '08 - 19:50 
GeneralLogin problem on image(find out id of image to login any site)memberShivIndia11 Jan '08 - 23:48 
QuestionGridView Modification Problemmemberdev Oneal3 Dec '07 - 20:29 
GeneralNew Version Released!memberBarry Wise26 Oct '07 - 14:54 
GeneralRe: New Version Released!memberThe JZ20 Mar '08 - 3:00 
GeneralRe: New Version Released!memberBarry Wise20 Mar '08 - 3:11 
GeneralRe: New Version Released!memberThe JZ20 Mar '08 - 3:24 
GeneralRe: New Version Released!memberBarry Wise20 Mar '08 - 3:29 
GeneralRe: New Version Released!memberThe JZ20 Mar '08 - 6:03 
Questionlocalization for asp pagememberversi26 Aug '07 - 20:53 
Questiondatagrid show button according to sessionmemberforadream18 Aug '07 - 11:44 
GeneralLogin Problem to coonect with another web sitememberShivIndia29 Jul '07 - 20:21 
GeneralASP .NET with IIS - BC30002: Type 'xxx' is not defined.memberThara Raneks15 Jul '07 - 22:23 
QuestionASP.Net hosting problemmemberkhan_mohd198113 Jun '07 - 2:30 
AnswerRe: ASP.Net hosting problemmemberThara Raneks15 Jul '07 - 22:25 
GeneralRe: ASP.Net hosting problemmembercarlmalden4 Sep '07 - 13:46 
Questiondoubt in accessing webpages in remote system using asp.net 2.0memberkhan_mohd198113 Jun '07 - 2:28 
GeneralSecurity codememberVUIT31 May '07 - 16:23 
QuestionHow to display .tif file, .pdf file and .jpg filememberphuong17112 Mar '07 - 18:54 
Questionam jeneesh, tried more. not getting the disired o/p to display image in imagefiled from the db, where my image stored as bytestream, hav 2 read it and display,memberjeneeshcme23 Nov '06 - 20:41 
Newsanother asp.ner forummemberAlexander Yumashev15 Nov '06 - 4:54 
GeneralRe: another asp.ner forummemberBarry Wise15 Nov '06 - 5:50 
QuestionTransfer data between asp.net project in solution?memberghane3 Nov '06 - 6:34 
GeneralScheduler in asp.net which sent mailsmemberJigarJoshi2 Nov '06 - 18:17 
GeneralScheduler in asp.net which sent mailsmemberJigarJoshi2 Nov '06 - 18:16 
QuestionRetrieve image from sql-server db in .aspx.vbmemberjeneeshcme18 Oct '06 - 1:29 
GeneralASP.NET FORUMmemberBarry Wise16 Oct '06 - 4:20 
Questionasp.net forumsmemberkgopa16 Oct '06 - 0:10 
AnswerRe: asp.net forumsmemberBarry Wise16 Oct '06 - 4:19 
Generalconfirm box in asp.net+c#memberahmadnaghsh11 Oct '06 - 22:40 
QuestionEmbedding windows media player in ASP.NET with C#membergautamkk27 Sep '06 - 21:46 
Questionhow to solve casting error........memberangelagke15 Jan '06 - 19:36 
AnswerRe: how to solve casting error........memberSameers (theAngrycodeR )14 Sep '07 - 13:18 
Generalthird party controlsmemberhiti kala13 Dec '05 - 22:58 
GeneralGetting memory leaks in calling DLL through .Net version VC 7.0memberamitcjoshi3 Oct '05 - 19:10 
GeneralC# VersionmemberMajid Shahabfar5 Mar '04 - 7:52 
GeneralRe: C# VersionmemberBarry Wise5 Mar '04 - 10:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 23 Mar 2004
Article Copyright 2004 by Barry Wise
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid