Click here to Skip to main content
15,895,606 members

Comments by Hamza Javed (Top 18 by date)

Hamza Javed 3-Feb-15 9:41am View    
Deleted
i have done like this:
param[0] = new ReportParameter("ProductCategoryID", "35");
Hamza Javed 3-Feb-15 9:36am View    
Thanx.......
Now i,m not getting any exception but report is keep on loading in browser and not showing any result except showing loading image of report
Hamza Javed 3-Feb-15 9:27am View    
ok please wait i try
Hamza Javed 3-Feb-15 9:24am View    
hmmmmmm
ID is actually number but i tried to Convert "ProductCategoryID" into Int but cant do.it accepts only string parameters. can you please tell me how to convert? Actually it gives me exception at: ReportViewer1.ServerReport.SetParameters(param);
Hamza Javed 7-Jan-15 11:02am View    
Can you please elaborate because there is no any property showing of ApplyChanges in my case. i tried following:
db.web_user.ApplyChanges(UserDetails);
and
db.ApplyChanges(UserDetails);
both are not working :(