Hi All. Please excuse my lack of knowledge but I am a newbie with web development and I am a little lost :)
I am working on a charting app using Visual Studio and aspx with vb.net and I have developed a working model of a dashboard that gets it's data from a SQL server database. All is great so far...
However, I am looking to add event listeners and handle events in order to drill down to data, update real time charts, present data to the user, etc. however, I have no clue how to achieve this using vb and aspx. All of my data handling is in the back end vb code and I am not using JavaScript to create the charts but all examples I see online show the event listener in JavaScript.
Bobby Hook
Hi All. Please excuse my lack of knowledge but I am a newbie with web development and I am a little lost :)
I am working on a charting app using Visual Studio and aspx with vb.net and I have developed a working model of a dashboard that gets it's data from a SQL server database. All is great so far...
However, I am looking to add event listeners and handle events in order to drill down to data, update real time charts, present data to the user, etc. however, I have no clue how to achieve this using vb and aspx. All of my data handling is in the back end vb code and I am not using JavaScript to create the charts but all examples I see online show the event listener in JavaScript.
Any help would be appreciated :)