I actually don't have any clear idea about how to create a dashboard using ASP.NET. My project includes to create a dashboard view and here I have to show updated data from database. Please give me clear suggestions. Thanks in advance.
Is it possible to show a dashboard view in ASP. NET web page after creating dashboard using Dundas Dashboard tool and then connecting it with SQL Server database? Please correct me if I'm wrong. I am extremely looking for some helpful suggestions.n Thanks.
There are different ways to create a Dashboard. You could use Dundas Chart, Dundas Gauges or even Dundas Dashboard, the problem is that Dundas is expensive. If you don't want to waste any money you coul use Microsoft Chart Control, same charts from Dundas,
except that it does not have Animation, also dont have the Gauges, but it works great. The Microsoft Chart Control are made by VS 2008 but I have used them on VS 2005, with sme tweaks on the Web.config. Then for Real-Time, use AJAX Timer to create Refresh
on the Charts and extract the newest data from your Database.
Could u please help me by giving some sample code and by giving all the steps in a more convenient way. Actually, I have never used dashboard for ASP.NET previously. So, I need more help to understand all the stuffs clearly. Thanks in advance.
1. I need to upload file in server. But, problem is when I will upload file the previously uploaded file should be in server. Is it possible to retain all uploaded files alsong with their uploading time? If so, please help me by giving code. I need just
the code to retain all files along with time if it's possible. I'm using C# in ASP.NET along with SQL Server 2008.
2. I also need to change a cell color in gridview after editing the cell content. If the cell content is not edited the color should not be changed. Please help me by giving solution for this also.
There are different ways to create a Dashboard. You could use Dundas Chart, Dundas Gauges or even Dundas Dashboard, the problem is that Dundas is expensive. If you don't want to waste any money you coul use Microsoft Chart Control, same charts from Dundas,
except that it does not have Animation, also dont have the Gauges, but it works great. The Microsoft Chart Control are made by VS 2008 but I have used them on VS 2005, with sme tweaks on the Web.config. Then for Real-Time, use AJAX Timer to create Refresh
on the Charts and extract the newest data from your Database.
You can try SSRS 2008. You can set authorefresh property. Please see
a report
Alexei Cioina
Marked as answer by TATWORTH on Jul 10, 2010 10:02 PM
muhibd85
Member
5 Points
19 Posts
Dashboard
Jun 10, 2010 12:46 AM|LINK
Hi,
I want to create a dashboard view using C# in ASP.NET. Please help my by giving some sample code or, by giving some ideas.
Thanks,
DarrellNorto...
All-Star
87443 Points
9718 Posts
Moderator
MVP
Re: Dashboard
Jun 10, 2010 02:15 AM|LINK
Try this thread for some ideas:
http://forums.asp.net/t/1507894.aspx
Darrell Norton's Blog
Please click "Mark as Answer" if this helped you.
muhibd85
Member
5 Points
19 Posts
Re: Dashboard
Jun 10, 2010 04:12 PM|LINK
Hi,
I actually don't have any clear idea about how to create a dashboard using ASP.NET. My project includes to create a dashboard view and here I have to show updated data from database. Please give me clear suggestions. Thanks in advance.
muhibd85
Member
5 Points
19 Posts
Re: Dashboard
Jun 10, 2010 05:28 PM|LINK
Is it possible to show a dashboard view in ASP. NET web page after creating dashboard using Dundas Dashboard tool and then connecting it with SQL Server database? Please correct me if I'm wrong. I am extremely looking for some helpful suggestions.n Thanks.
torread
Member
20 Points
34 Posts
Re: Dashboard
Jun 10, 2010 09:05 PM|LINK
There are different ways to create a Dashboard. You could use Dundas Chart, Dundas Gauges or even Dundas Dashboard, the problem is that Dundas is expensive. If you don't want to waste any money you coul use Microsoft Chart Control, same charts from Dundas, except that it does not have Animation, also dont have the Gauges, but it works great. The Microsoft Chart Control are made by VS 2008 but I have used them on VS 2005, with sme tweaks on the Web.config. Then for Real-Time, use AJAX Timer to create Refresh on the Charts and extract the newest data from your Database.
muhibd85
Member
5 Points
19 Posts
Re: Dashboard
Jun 10, 2010 09:44 PM|LINK
Could u please help me by giving some sample code and by giving all the steps in a more convenient way. Actually, I have never used dashboard for ASP.NET previously. So, I need more help to understand all the stuffs clearly. Thanks in advance.
Bober Song -...
All-Star
34686 Points
2167 Posts
Re: Dashboard
Jun 16, 2010 08:43 AM|LINK
Hi muhibd85 ,
The following link is a full project which is a Project Status Dashboard using ASP.NET 2.0. please double check that.
http://weblogs.asp.net/dwahlin/archive/2006/10/10/Creating-a-Project-Status-Dashboard-using-ASP.NET-2.0.aspx
I hope it is helpful to you.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
muhibd85
Member
5 Points
19 Posts
Re: Dashboard
Jul 10, 2010 07:17 PM|LINK
Hi,
1. I need to upload file in server. But, problem is when I will upload file the previously uploaded file should be in server. Is it possible to retain all uploaded files alsong with their uploading time? If so, please help me by giving code. I need just the code to retain all files along with time if it's possible. I'm using C# in ASP.NET along with SQL Server 2008.
2. I also need to change a cell color in gridview after editing the cell content. If the cell content is not edited the color should not be changed. Please help me by giving solution for this also.
Thanks in advance.
cioina
Contributor
3728 Points
878 Posts
Re: Dashboard
Jul 10, 2010 08:26 PM|LINK
You can try SSRS 2008. You can set authorefresh property. Please see a report