Dropdownlist
-
Hi i have one dropdownlist and one button...if i selected the dropdownlist value and then clicked the button, the datas in the table have to be filtered using dataview... I got the error in dv=ds.Tables["selectemp"].Defaultview; selectemp is the stored procedure...please do need full
With Regards, Samson
-
Hi i have one dropdownlist and one button...if i selected the dropdownlist value and then clicked the button, the datas in the table have to be filtered using dataview... I got the error in dv=ds.Tables["selectemp"].Defaultview; selectemp is the stored procedure...please do need full
With Regards, Samson
-
Hi i have one dropdownlist and one button...if i selected the dropdownlist value and then clicked the button, the datas in the table have to be filtered using dataview... I got the error in dv=ds.Tables["selectemp"].Defaultview; selectemp is the stored procedure...please do need full
With Regards, Samson
Exactly! You are placing a stored procedure in the place of an Index. If you want to call a stored procedure, there are other neat ways of doing it. Like using a stored procedure in a SQLDATASOURCE.
You don't have to be AFRAID!