Hi I am learning Design Pattern . I am new to design Pattern . Currently I am involved Report Development ..I have to generate different reports
my task is
0.I have login function to my website
1.I have to create Sqlconnection between my application to Sql
2. I have to execute my SP
3. I have to check Report Configuration before loding on grid
4. i have to fill the data in to grid
5. Also i have to export the same report in to xls,csv format
6. for this task which Design pattern is suitable ..Please Help me