HI all,
I have a one problem with my drop down i.e in page load bind data to the dropdownlist,aftere selecting dropdown value click the save button that data will stored in my database and it is dispalyed in the gridview in front end,when we click the EDIT in gridview that particular column values will be bind to the particular columns my code is below
FYear_DrpDown.SelectedItem.Text = ds.Tables[0].Rows[0]["FIN_YEAR"].ToString();
Quarter_DrpDown.SelectedItem.Text = ds.Tables[0].Rows[0]["QUATER"].ToString();
i put javascript validation for all those columns for selecting if not select click save button validation fired,
BUT my problem is intial pageload the javascript validation fired correct,when it is in mode if the value selected also that validation is fired please select value how will achive thie problem.the screen shot attached below