Click here to Skip to main content
15,893,594 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help Needed in C# Chess Game development Pin
albCode5-Jan-06 3:58
albCode5-Jan-06 3:58 
GeneralRe: Help Needed in C# Chess Game development Pin
usmanali1235-Jan-06 4:11
usmanali1235-Jan-06 4:11 
AnswerRe: Help Needed in C# Chess Game development Pin
J4amieC5-Jan-06 5:30
J4amieC5-Jan-06 5:30 
AnswerRe: Help Needed in C# Chess Game development Pin
microsoc5-Jan-06 23:01
microsoc5-Jan-06 23:01 
QuestionReading mail Pin
alok_2k35-Jan-06 2:08
alok_2k35-Jan-06 2:08 
AnswerRe: Reading mail Pin
mav.northwind5-Jan-06 3:12
mav.northwind5-Jan-06 3:12 
Questioncreat a xml with data appending on the other Pin
dhol5-Jan-06 1:46
dhol5-Jan-06 1:46 
Questionhow to submit a form based on a condition in C# Pin
Suman Singh5-Jan-06 1:45
professionalSuman Singh5-Jan-06 1:45 
Hi All,
Wish all of you a very happy new year.....Smile | :)
I want to submit a form based on a condition as I am doing with ASP. I have a user login form and i m checking the username and password with the database (SQLServer 2000).
I want to do it in C# using ASP.net

User will fill the form,
username and password will be checked from the database.
If no record found, form will be submitted on login.aspx, and if record found, it will be submitted on account.aspx.

I m doing this by ASP code, but I want to use this in C# (Code behind) so that no body can see my code as it will be go will dll...

I also don't want to use Response.Redirect()...







function Validate()
{
document.login.submit();
}
Validate();


Is there any way ????

Regards,Smile | :)

Suman SinghBlush | :O

-- modified at 7:46 Thursday 5th January, 2006
AnswerRe: how to submit a form based on a condition in C# Pin
Guffa5-Jan-06 2:15
Guffa5-Jan-06 2:15 
GeneralRe: how to submit a form based on a condition in C# Pin
Suman Singh5-Jan-06 2:24
professionalSuman Singh5-Jan-06 2:24 
AnswerRe: how to submit a form based on a condition in C# Pin
Guffa5-Jan-06 3:34
Guffa5-Jan-06 3:34 
QuestionCoding on the Vector Graphics Pin
richarding5-Jan-06 1:38
richarding5-Jan-06 1:38 
AnswerRe: Coding on the Vector Graphics Pin
mav.northwind5-Jan-06 3:15
mav.northwind5-Jan-06 3:15 
QuestionDoes File.Copy() prevent other file commands? Pin
Sensei765-Jan-06 1:24
Sensei765-Jan-06 1:24 
AnswerRe: Does File.Copy() prevent other file commands? Pin
S. Senthil Kumar5-Jan-06 3:19
S. Senthil Kumar5-Jan-06 3:19 
AnswerRe: Does File.Copy() prevent other file commands? Pin
mav.northwind5-Jan-06 3:19
mav.northwind5-Jan-06 3:19 
GeneralRe: Does File.Copy() prevent other file commands? Pin
Sensei765-Jan-06 5:30
Sensei765-Jan-06 5:30 
QuestionHow to put data from an IList to a Dataset Pin
LongNguyen5-Jan-06 0:34
LongNguyen5-Jan-06 0:34 
AnswerRe: How to put data from an IList to a Dataset Pin
VenkataRamana.Gali5-Jan-06 0:45
VenkataRamana.Gali5-Jan-06 0:45 
QuestionRe: How to put data from an IList to a Dataset Pin
LongNguyen5-Jan-06 0:49
LongNguyen5-Jan-06 0:49 
AnswerRe: How to put data from an IList to a Dataset Pin
VenkataRamana.Gali5-Jan-06 0:57
VenkataRamana.Gali5-Jan-06 0:57 
QuestionRe: How to put data from an IList to a Dataset Pin
LongNguyen5-Jan-06 14:57
LongNguyen5-Jan-06 14:57 
QuestionProblem after creating an installer for my project Pin
ger_creal4-Jan-06 23:57
ger_creal4-Jan-06 23:57 
AnswerRe: Problem after creating an installer for my project Pin
Curtis Schlak.5-Jan-06 8:23
Curtis Schlak.5-Jan-06 8:23 
QuestionCreate a new Event in C# Webform! Pin
LordBalu4-Jan-06 23:30
LordBalu4-Jan-06 23:30 

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

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