Click here to Skip to main content
15,920,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRefreshing Crystal Reports at runtime Pin
Vikrant Badhai26-Mar-06 19:09
Vikrant Badhai26-Mar-06 19:09 
AnswerRe: Refreshing Crystal Reports at runtime Pin
Dave Kreskowiak27-Mar-06 5:07
mveDave Kreskowiak27-Mar-06 5:07 
GeneralRe: Refreshing Crystal Reports at runtime Pin
Vikrant Badhai27-Mar-06 20:26
Vikrant Badhai27-Mar-06 20:26 
GeneralRe: Refreshing Crystal Reports at runtime Pin
Dave Kreskowiak28-Mar-06 2:44
mveDave Kreskowiak28-Mar-06 2:44 
GeneralRe: Refreshing Crystal Reports at runtime Pin
Vikrant Badhai2-Apr-06 23:47
Vikrant Badhai2-Apr-06 23:47 
GeneralRe: Refreshing Crystal Reports at runtime Pin
Vikrant Badhai2-Apr-06 23:51
Vikrant Badhai2-Apr-06 23:51 
Questionis this achievable? Pin
uglyeyes26-Mar-06 16:44
uglyeyes26-Mar-06 16:44 
AnswerRe: is this achievable? Pin
Dave Kreskowiak27-Mar-06 5:03
mveDave Kreskowiak27-Mar-06 5:03 
foremorecoast1 wrote:
is this achievable?


Yep.

foremorecoast1 wrote:
hope its not complex.


It's about a medium level of difficulty.

foremorecoast1 wrote:
I did post this question lots of time but i am not getting any response.


Your not getting a response because you weren't listening the first 8 times you asked the same question.

I'll say it again. Get a table containing the UNIQUE ID's in your dataset. Then get a table containing all the records using those ID's. Now, how about a little pseudo-code:
For Each ID in the table
    Create a new DataView object on that table, filtering by that ID number
    Create a new webchart control and place it where you need it in the web page
    Bind the new DataView to the WebChart control
Next

If you want more information on dynamically creating controls in ASP.NET, a little Google goes a long way. "dynamically create controls in ASP.NET"[^]


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: is this achievable? Pin
uglyeyes27-Mar-06 12:32
uglyeyes27-Mar-06 12:32 
GeneralRe: is this achievable? Pin
Dave Kreskowiak27-Mar-06 17:18
mveDave Kreskowiak27-Mar-06 17:18 
QuestionUrgent~ how to read next line from text? Pin
campbells26-Mar-06 15:02
campbells26-Mar-06 15:02 
AnswerRe: Urgent~ how to read next line from text? Pin
Christian Graus26-Mar-06 15:15
protectorChristian Graus26-Mar-06 15:15 
GeneralRe: Urgent~ how to read next line from text? Pin
campbells26-Mar-06 15:33
campbells26-Mar-06 15:33 
GeneralRe: Urgent~ how to read next line from text? Pin
Christian Graus26-Mar-06 16:12
protectorChristian Graus26-Mar-06 16:12 
GeneralRe: Urgent~ how to read next line from text? Pin
campbells26-Mar-06 16:45
campbells26-Mar-06 16:45 
GeneralRe: Urgent~ how to read next line from text? Pin
Christian Graus26-Mar-06 16:49
protectorChristian Graus26-Mar-06 16:49 
GeneralRe: Urgent~ how to read next line from text? Pin
campbells27-Mar-06 2:29
campbells27-Mar-06 2:29 
AnswerRe: Urgent~ how to read next line from text? Pin
FeRtoll27-Mar-06 1:12
FeRtoll27-Mar-06 1:12 
GeneralRe: Urgent~ how to read next line from text? Pin
FeRtoll27-Mar-06 2:15
FeRtoll27-Mar-06 2:15 
GeneralRe: Urgent~ how to read next line from text? Pin
campbells27-Mar-06 3:42
campbells27-Mar-06 3:42 
GeneralRe: Urgent~ how to read next line from text? Pin
Dave Kreskowiak27-Mar-06 4:52
mveDave Kreskowiak27-Mar-06 4:52 
GeneralRe: Urgent~ how to read next line from text? Pin
campbells27-Mar-06 5:08
campbells27-Mar-06 5:08 
GeneralRe: Urgent~ how to read next line from text? Pin
Dave Kreskowiak27-Mar-06 10:21
mveDave Kreskowiak27-Mar-06 10:21 
GeneralRe: Urgent~ how to read next line from text? Pin
campbells27-Mar-06 13:23
campbells27-Mar-06 13:23 
GeneralRe: Urgent~ how to read next line from text? Pin
Dave Kreskowiak27-Mar-06 17:05
mveDave Kreskowiak27-Mar-06 17:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.