Click here to Skip to main content
Licence 
First Posted 3 Mar 2004
Views 125,952
Bookmarked 55 times

ITCN ASP.NET Forum 2004

By | 22 Mar 2004 | Article
ASP.NET forum application

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

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralITCN Asp.Net Forum 2004 missing file PinmembersteveNunn7:46 17 Feb '10  
Questionerror in fetching data from database? Pinmembermaifs11:57 11 Mar '09  
Questionhow can i create a rich textbox in my web? Pinmembermaifs11:34 11 Mar '09  
Generalthe string has invalid email format Pinmemberimmypk1:47 15 Oct '08  
GeneralDropDown value Pinmemberthinaz22:43 9 Jul '08  
GeneralProblem in Grid view PinmemberRajeshKumar14322:07 19 Mar '08  
Generalwrite to text file question... PinmemberKennie_n200019:50 19 Feb '08  
GeneralLogin problem on image(find out id of image to login any site) PinmemberShivIndia23:48 11 Jan '08  
QuestionGridView Modification Problem Pinmemberdev Oneal20:29 3 Dec '07  
GeneralNew Version Released! PinmemberBarry Wise14:54 26 Oct '07  
GeneralRe: New Version Released! PinmemberThe JZ3:00 20 Mar '08  
GeneralRe: New Version Released! PinmemberBarry Wise3:11 20 Mar '08  
GeneralRe: New Version Released! PinmemberThe JZ3:24 20 Mar '08  
GeneralRe: New Version Released! PinmemberBarry Wise3:29 20 Mar '08  
GeneralRe: New Version Released! PinmemberThe JZ6:03 20 Mar '08  
Questionlocalization for asp page Pinmemberversi20:53 26 Aug '07  
Questiondatagrid show button according to session Pinmemberforadream11:44 18 Aug '07  
GeneralLogin Problem to coonect with another web site PinmemberShivIndia20:21 29 Jul '07  
hi sir
i need to login programattically and scrapping data from a website which is the next page after login .
for this i m using html agility pack.
i m using the link http://www.dotnetjunkies.com/WebLog/joshuagough/archive/2006/01/20/134825.aspx
as reference .
for trial i m trying to login in gmail and code is as following........................
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
 

public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
FormProcessor p = new FormProcessor();
string userName = "*****************";
string password = "******************";
Form form = p.GetForm("https://Gmail.com","//form@name='loginForm'", FormQueryModeEnum.Nested);
form"j_username".SetAttributeValue("value", userName);
form"j_password".SetAttributeValue("value", password);
HtmlDocument doc = p.SubmitForm(form);
string strBal = doc.DocumentNode.SelectSingleNode
("//span@class='redText'").InnerText;
strBal = System.Web.HttpUtility.HtmlDecode(strBal);
strBal = strBal.Substring(1).Trim();
}
}
 
in which i m facing problem in xpath //form@name='loginForm' the error is node not found.
i want to know that how can i compose the xpath for any website . plz tell me complete reference about it.
 
thanks in advance
 
sharad soni
 
sharad soni
GeneralASP .NET with IIS - BC30002: Type 'xxx' is not defined. PinmemberThara Raneks22:23 15 Jul '07  
QuestionASP.Net hosting problem Pinmemberkhan_mohd19812:30 13 Jun '07  
AnswerRe: ASP.Net hosting problem PinmemberThara Raneks22:25 15 Jul '07  
GeneralRe: ASP.Net hosting problem Pinmembercarlmalden13:46 4 Sep '07  
Questiondoubt in accessing webpages in remote system using asp.net 2.0 Pinmemberkhan_mohd19812:28 13 Jun '07  
GeneralSecurity code PinmemberVUIT16:23 31 May '07  
QuestionHow to display .tif file, .pdf file and .jpg file Pinmemberphuong17118:54 12 Mar '07  

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

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