Hi Good Morning,
Plz solve this, iam binding dropdownlist with Employenames,
when will i select employee name that particular employee details, i need to display in reportviewer , But i don't konw how to pass parameter plz give me code....
iam using asp.net , C#.net, My Sql
|
| Author: saisrikanthreddy 16 Oct 2008 | Member Level: Gold | Rating: Points: 2 |
write the code in the code behind as formula field. like oRpt.DataDefinition.FormulaFields.Item("EmployeeName").Text = """" & ddlEmployee.SelectedItem.Text & """" I hope this will work. All the best
Regards, saisrikanthreddy.
|