TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
lynn tan
NA
12
0
HTTP 404 error. please help
Jun 13 2006 2:38 AM
When i tried to log into my application.. i got this error. 'the request failed with http status 404: not found.' i didnt get this error before.. but after i re-formatted my computer.. this error came up. can someone please help me? private void BtnLogin_Click(object sender, EventArgs e) { CustomerMS.localhost.Service1 cms = new CustomerMS.localhost.Service1(); ds = cms.GetUserInfo(txtUser.Text.Trim(), txtPwd.Text.Trim());--> error came from this line. uid = txtUser.Text.Trim(); pwd = txtPwd.Text.Trim(); //ds1 = cms.GetUser(txtUser.Text.Trim(),txtPwd.Text.Trim()); if ((int)ds.Tables["User Information"].Rows[0].ItemArray[0] > 0) { this.Hide(); frmMain frmmain = new frmMain(); frmmain.Show(); } else { MessageBox.Show("You didn't enter the right ID or Password", "Invalid ID or Password", MessageBoxButtons.OK , MessageBoxIcon.Error); } }
Reply
Answers (
3
)
view as website after installing the project in the server
Edit a DataGridView ComboBox Item.