Quantcast
Channel: help needed urgent
Viewing all articles
Browse latest Browse all 4

help needed urgent

$
0
0

I have two combobox and two textboxes and a button

i am disabling the button on the load and enables only after selections are made

i need to do  validation for these

i am able to do the validation for textboxes, in Validating event,(using single event for both)

 

i am trying to do the validation for the combobox , so that button is enabled only after the selection is made. i am doing it in Validating event(using single event for both)

 

but if i do so the event is fired on the first combobox and is not validating  the second combobox.

 

 

privatevoid cmbData_Validating(object sender, CancelEventArgs e)

{

ComboBox cmbSelect = (ComboBox)sender;

if (cmbSelect.SelectedItem == null)

{

nameError.SetError(cmbSelect,

"Please select a value");

lblError.Visible =

true;

lblError.Text =

"Please select a value";

cmbSelect.Focus();

cmbSelect.Tag =

false;

}

else

{

 

nameError.SetError(cmbSelect,

"");

lblError.Visible =

false;

cmbSelect.Tag =

true;

 

}

ValidateAll();

}

 

i would like to know how to write the validation for this.

would be kind if any one could help me in this


Viewing all articles
Browse latest Browse all 4

Latest Images

Pangarap Quotes

Pangarap Quotes

Vimeo 10.7.0 by Vimeo.com, Inc.

Vimeo 10.7.0 by Vimeo.com, Inc.

HANGAD

HANGAD

MAKAKAALAM

MAKAKAALAM

Doodle Jump 3.11.30 by Lima Sky LLC

Doodle Jump 3.11.30 by Lima Sky LLC

Trending Articles


Ang Nobela sa “From Darna to ZsaZsa Zaturnnah: Desire and Fantasy, Essays on...


Lola Bunny para colorear


Winx Club para colorear


Girasoles para colorear


Tiburon para colorear


Dibujos para colorear de perros


Dromedario para colorear


Long Distance Relationship Tagalog Love Quotes


Tagalog Long Distance Relationship Love Quotes


RE: Mutton Pies (mely)


Gwapo Quotes : Babaero Quotes


Kung Fu Panda para colorear


Libros para colorear


Mandalas de flores para colorear


Dibujos de animales para imprimir


Renos para colorear


mayabang Quotes, Torpe Quotes, tanga Quotes


Love Quotes Tagalog


Tropa Quotes


Mga Tala sa “Unang Siglo ng Nobela sa Filipinas” (2009) ni Virgilio S. Almario





Latest Images

Pangarap Quotes

Pangarap Quotes

Vimeo 10.7.0 by Vimeo.com, Inc.

Vimeo 10.7.0 by Vimeo.com, Inc.

HANGAD

HANGAD

MAKAKAALAM

MAKAKAALAM

Doodle Jump 3.11.30 by Lima Sky LLC

Doodle Jump 3.11.30 by Lima Sky LLC

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>