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

C#

 
AnswerRe: what is the best algorithm for an information retrieval system? Pin
harcaype19-Jul-08 20:32
harcaype19-Jul-08 20:32 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Colin Angus Mackay19-Jul-08 23:53
Colin Angus Mackay19-Jul-08 23:53 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Mbah Dhaim20-Jul-08 0:08
Mbah Dhaim20-Jul-08 0:08 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Colin Angus Mackay20-Jul-08 0:20
Colin Angus Mackay20-Jul-08 0:20 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Mbah Dhaim20-Jul-08 13:19
Mbah Dhaim20-Jul-08 13:19 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
harcaype20-Jul-08 1:56
harcaype20-Jul-08 1:56 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Guffa20-Jul-08 2:34
Guffa20-Jul-08 2:34 
QuestionHow to bypass Required FieldValidators using VS2003? Pin
Gaurav Aroraa19-Jul-08 10:30
professionalGaurav Aroraa19-Jul-08 10:30 
Hi all! Laugh | :laugh:

I am facing problems while writting an Asp.net application in VS2003. Actually I have four text boxes on a web page everyone has its own requiredfiled validator and having two buttons on the same web form. Now, Whenever, I will hit either button the both validators will validate and the IsValid returns false.

I want to validate only two validators by pressing buttons.

Example: It will work like this, when I will press Button1 then only first two text boxes validate and other remains not validate and vis-a-versa.

The following is snippet of my web page:

<asp:TextBox ID="text1" runat="server" />
<asp:RequiredFieldValidator ID="rfv1" runat="server" ControlToValidate="text1" ErrorMessage="validate" />
<asp:TextBox ID="text2" runat="server" />
<asp:RequiredFieldValidator ID="rfv2" runat="server" ControlToValidate="text2" ErrorMessage="validate" />
<asp:TextBox ID="text3" runat="server" />
<asp:RequiredFieldValidator ID="rfv3" runat="server" ControlToValidate="text3" ErrorMessage="validate" />
<asp:Button id="button1" runat="server" OnClick="button1_Click" />
<asp:Button id="button2" runat="server" OnClick="button2_Click" />

Gaurav Arora
AnswerRe: How to bypass Required FieldValidators using VS2003? Pin
ssg3141592619-Jul-08 23:32
ssg3141592619-Jul-08 23:32 
GeneralRe: How to bypass Required FieldValidators using VS2003? Pin
Gaurav Aroraa20-Jul-08 6:27
professionalGaurav Aroraa20-Jul-08 6:27 
QuestionHow to detect when a DataGridViewCell's value has changed Pin
Jordanwb19-Jul-08 10:05
Jordanwb19-Jul-08 10:05 
AnswerRe: How to detect when a DataGridViewCell's value has changed Pin
Paul Conrad19-Jul-08 15:08
professionalPaul Conrad19-Jul-08 15:08 
GeneralRe: How to detect when a DataGridViewCell's value has changed Pin
Jordanwb20-Jul-08 3:24
Jordanwb20-Jul-08 3:24 
AnswerRe: How to detect when a DataGridViewCell's value has changed Pin
Luc Pattyn19-Jul-08 15:17
sitebuilderLuc Pattyn19-Jul-08 15:17 
GeneralRe: How to detect when a DataGridViewCell's value has changed Pin
Jordanwb20-Jul-08 3:23
Jordanwb20-Jul-08 3:23 
QuestionMessageBox.Show("Hello, world."); Pin
njitram19-Jul-08 8:51
njitram19-Jul-08 8:51 
AnswerRe: MessageBox.Show("Hello, world."); Pin
Luc Pattyn19-Jul-08 9:40
sitebuilderLuc Pattyn19-Jul-08 9:40 
AnswerRe: MessageBox.Show("Hello, world."); Pin
Paul Conrad19-Jul-08 11:03
professionalPaul Conrad19-Jul-08 11:03 
QuestionProblem with program that copies files to new folder Pin
jumbojs19-Jul-08 8:38
jumbojs19-Jul-08 8:38 
AnswerRe: Problem with program that copies files to new folder Pin
Luc Pattyn19-Jul-08 8:50
sitebuilderLuc Pattyn19-Jul-08 8:50 
GeneralRe: Problem with program that copies files to new folder Pin
jumbojs19-Jul-08 9:16
jumbojs19-Jul-08 9:16 
GeneralRe: Problem with program that copies files to new folder Pin
Luc Pattyn19-Jul-08 9:38
sitebuilderLuc Pattyn19-Jul-08 9:38 
GeneralRe: Problem with program that copies files to new folder Pin
jumbojs19-Jul-08 10:09
jumbojs19-Jul-08 10:09 
GeneralRe: Problem with program that copies files to new folder Pin
Luc Pattyn19-Jul-08 10:15
sitebuilderLuc Pattyn19-Jul-08 10:15 
GeneralRe: Problem with program that copies files to new folder Pin
jumbojs19-Jul-08 10:18
jumbojs19-Jul-08 10:18 

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.