Click here to Skip to main content
15,908,768 members

Comments by gtulsyan (Top 2 by date)

gtulsyan 16-Jul-12 11:50am View    
let me explain u in brief.
I have a dataset containing login name,number of sessions,total cpu time as columns.dataset is having multiple rows
This dataset i am giving as a datasource to the bar chart.
Now I am displaying login name on x-axis and numner of sessions as y-axis. I want to display Cpu time as a tool tip on graph, how to achieve it
gtulsyan 20-Jun-12 13:46pm View    
i want to know how the data communication between application and sql server would happen,whether it would happen with help of component of dotnet framework?