1
Answer

Web Parts in asp.net

Akshay Porwal

Akshay Porwal

8y
196
1

0down votefavorite

How do I fetch data from database in bar graph using WEB Parts asp.net (without SharePoints)? Actually i am working on a project which includes dashboard for monitoring, with multiple Web Parts, so i want to fetch data from database and to be reflect on dashboard dynamically in the form of graph or pie chart. I am using VB.NET language and visual studio tool,Please share your experience.

Answers (1)
0
Crish

Crish

NA 3.7k 76.4k 14y
Detect popup blocker.
<script type="text/JavaScript" language="JavaScript">
 var mine = window.open('','','width=1,height=1,left=0,top=0,scrollbars=no');
 if(mine)
    var popUpsBlocked = false
 else
    var popUpsBlocked = true
 mine.close()
</script>