Re: Login problem |
| Chirag Bhavsar replied to shreya verma at 12-May-08 01:08 |
HI! Shreya
check the if condition there you are comparing dropDownList object with the other. which is wrong you should be using DDLRow12.selectedText or DDLRow12.selectedIndex.Text or value for the comparision.
since both the objects are different everytime the page will be redirected to EmployeeView.aspx |
|