Click here to Skip to main content
15,892,161 members
Home / Discussions / C#
   

C#

 
Questionmage button for delete in grid view Pin
tauras8121-Jun-07 17:48
tauras8121-Jun-07 17:48 
QuestionC# What is wrong with this code? Pin
mercenary0121-Jun-07 17:22
mercenary0121-Jun-07 17:22 
AnswerRe: C# What is wrong with this code? Pin
Christian Graus21-Jun-07 17:40
protectorChristian Graus21-Jun-07 17:40 
Questionget contextmenu control Pin
samreengr821-Jun-07 15:32
samreengr821-Jun-07 15:32 
AnswerRe: get contextmenu control Pin
Luc Pattyn21-Jun-07 15:39
sitebuilderLuc Pattyn21-Jun-07 15:39 
GeneralRe: get contextmenu control Pin
samreengr821-Jun-07 17:19
samreengr821-Jun-07 17:19 
GeneralRe: get contextmenu control Pin
Luc Pattyn21-Jun-07 23:38
sitebuilderLuc Pattyn21-Jun-07 23:38 
QuestionDataSet Arrays and Stored Procedures [modified] Pin
MAW3021-Jun-07 14:47
MAW3021-Jun-07 14:47 
I have setup a program with my DataSets in arrays

public static DataSet_PMI20[][][] dsPMI20 = new DataSet_PMI20[8][][];

with a table in the dataset would be

dsPMI20[8][5][20].PMIVar20

How do I setup a stored procedure to fill this dataset, do I need 40(8x5) different tables in SQL Server to feed this dataset. Have the SP loop through all of these tables to fill it. I am using Strongly Typed DataSets.

Some of the programs on this site write stored Procedures automatically, will any of these be of use, or any articles that you know of help. Is there a better way for me to do this.

Any ideas, I would appreciate any suggestions or help on setting this up.

Thanks in advance.

Michael


-- modified at 20:58 Thursday 21st June, 2007
AnswerRe: DataSet Arrays and Stored Procedures Pin
RepliCrux21-Jun-07 15:18
RepliCrux21-Jun-07 15:18 
GeneralRe: DataSet Arrays and Stored Procedures Pin
MAW3021-Jun-07 17:13
MAW3021-Jun-07 17:13 
GeneralRe: DataSet Arrays and Stored Procedures Pin
RepliCrux21-Jun-07 17:19
RepliCrux21-Jun-07 17:19 
GeneralRe: DataSet Arrays and Stored Procedures Pin
MAW3021-Jun-07 18:25
MAW3021-Jun-07 18:25 
QuestionImprove RichTextBox performance Pin
Latheesan21-Jun-07 11:14
Latheesan21-Jun-07 11:14 
AnswerRe: Improve RichTextBox performance Pin
Luc Pattyn21-Jun-07 11:27
sitebuilderLuc Pattyn21-Jun-07 11:27 
GeneralRe: Improve RichTextBox performance Pin
Latheesan21-Jun-07 13:19
Latheesan21-Jun-07 13:19 
GeneralRe: Improve RichTextBox performance Pin
Luc Pattyn21-Jun-07 13:45
sitebuilderLuc Pattyn21-Jun-07 13:45 
QuestionFind ASCII value Pin
stone_sks21-Jun-07 7:48
stone_sks21-Jun-07 7:48 
AnswerRe: Find ASCII value Pin
PIEBALDconsult21-Jun-07 7:58
mvePIEBALDconsult21-Jun-07 7:58 
GeneralRe: Find ASCII value Pin
stone_sks21-Jun-07 8:07
stone_sks21-Jun-07 8:07 
GeneralRe: Find ASCII value Pin
PIEBALDconsult21-Jun-07 8:11
mvePIEBALDconsult21-Jun-07 8:11 
GeneralRe: Find ASCII value Pin
stone_sks21-Jun-07 8:23
stone_sks21-Jun-07 8:23 
GeneralRe: Find ASCII value Pin
PIEBALDconsult21-Jun-07 8:42
mvePIEBALDconsult21-Jun-07 8:42 
GeneralRe: Find ASCII value Pin
Luc Pattyn21-Jun-07 9:30
sitebuilderLuc Pattyn21-Jun-07 9:30 
GeneralRe: Find ASCII value Pin
PIEBALDconsult21-Jun-07 10:32
mvePIEBALDconsult21-Jun-07 10:32 
GeneralRe: Find ASCII value Pin
stone_sks22-Jun-07 3:44
stone_sks22-Jun-07 3:44 

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.