Click here to Skip to main content
16,005,038 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: System Performance Pin
No-e24-Jan-07 3:38
No-e24-Jan-07 3:38 
GeneralRe: System Performance Pin
nlarson1124-Jan-07 3:50
nlarson1124-Jan-07 3:50 
GeneralRe: System Performance Pin
No-e24-Jan-07 3:58
No-e24-Jan-07 3:58 
GeneralRe: System Performance Pin
nlarson1124-Jan-07 4:10
nlarson1124-Jan-07 4:10 
AnswerRe: System Performance Pin
TwoFaced24-Jan-07 6:41
TwoFaced24-Jan-07 6:41 
GeneralRe: System Performance Pin
TwoFaced24-Jan-07 6:51
TwoFaced24-Jan-07 6:51 
GeneralRe: System Performance Pin
No-e24-Jan-07 7:24
No-e24-Jan-07 7:24 
QuestionObjectDataSource Pin
BobsAfro24-Jan-07 1:24
BobsAfro24-Jan-07 1:24 
I am trying to build GrirdViews and ObjectDatsources dynamically as it could be any number.
I have built the grid no problems but i cannot work how to build the objectdataource dynamically.

Grid = New ReportingGrid
DataSource = New ObjectDataSource
DataSource.ID = "ODS" & Counter
DataSource.SelectMethod = "ReturnDataTable"
DataSource.TypeName = "Eurofins.EOLDotNET.SummaryReport"
DataSource.Select()
Grid.DataSource = DataSource.ID.ToString
Grid.DataBind()

This however creates a new version of the SummaryReport class so there is no data to retrieve.

Basically I have the data in a dataset that is global to the class and I wan to create a ObjectDataSource and assign it to this dataset.

Any ideas would be very welcome.
Sorry bout this post but I'm quite new to these sort of things.
Questionlibrary or application name Pin
Marc Soleda24-Jan-07 0:57
Marc Soleda24-Jan-07 0:57 
AnswerRe: library or application name Pin
Dave Sexton24-Jan-07 3:01
Dave Sexton24-Jan-07 3:01 
GeneralRe: library or application name Pin
Marc Soleda24-Jan-07 3:51
Marc Soleda24-Jan-07 3:51 
AnswerRe: library or application name Pin
Ray Cassick24-Jan-07 7:08
Ray Cassick24-Jan-07 7:08 
GeneralRe: library or application name Pin
Marc Soleda24-Jan-07 21:43
Marc Soleda24-Jan-07 21:43 
QuestionBinding A Form with MDI form Pin
Zashir24-Jan-07 0:31
Zashir24-Jan-07 0:31 
QuestionForm within a balloon or similar Pin
Dave McCool24-Jan-07 0:27
Dave McCool24-Jan-07 0:27 
QuestionDatagridView Pin
Socheat.Net24-Jan-07 0:13
Socheat.Net24-Jan-07 0:13 
AnswerRe: DatagridView Pin
Ahmed El-Badry24-Jan-07 1:06
Ahmed El-Badry24-Jan-07 1:06 
QuestionPlz help me Pin
Ahmed El-Badry24-Jan-07 0:07
Ahmed El-Badry24-Jan-07 0:07 
Questionhow to add comboBox as a column in DatagridView? Pin
priya_p23324-Jan-07 0:01
priya_p23324-Jan-07 0:01 
AnswerRe: how to add comboBox as a column in DatagridView? Pin
tonymathewt24-Jan-07 1:44
professionaltonymathewt24-Jan-07 1:44 
GeneralRe: how to add comboBox as a column in DatagridView? Pin
priya_p23324-Jan-07 18:15
priya_p23324-Jan-07 18:15 
AnswerRe: how to add comboBox as a column in DatagridView? [modified] Pin
atulks.in24-Jan-07 20:18
atulks.in24-Jan-07 20:18 
AnswerRe: how to add comboBox as a column in DatagridView? Pin
tonymathewt24-Jan-07 22:43
professionaltonymathewt24-Jan-07 22:43 
QuestionDatabase error Pin
lanache23-Jan-07 23:58
lanache23-Jan-07 23:58 
AnswerRe: Database error Pin
atulks.in24-Jan-07 19:49
atulks.in24-Jan-07 19:49 

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.