how to check arra condition
protected void btn_submit_Click(object sender, EventArgs e)
{
string str = null;
string[] strArr = null;-
str = ddl_rectfication_type.SelectedItem.Value;
char[] splitchar = { ' ' };
strArr = str.Split(splitchar);
if(strArr[2] == "1") /// the values comes from strArr in "0|CWS|0|1"
how to solve ittttttt
Anu ViswanPosted May 9, 2019, 9:19 PM
Nandha Kumar NagarajanPosted May 10, 2019, 12:31 AM
Amit KumarPosted May 9, 2019, 12:35 PM
Rajeesh MenothPosted May 9, 2019, 8:40 AM