Click here to Skip to main content
15,895,192 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hiding Properties at Design Time Pin
Josh Smith4-May-06 10:52
Josh Smith4-May-06 10:52 
Questionpassing Form as refernce to called from dynamically Pin
abhinish4-May-06 9:39
abhinish4-May-06 9:39 
AnswerRe: passing Form as refernce to called from dynamically Pin
led mike4-May-06 9:51
led mike4-May-06 9:51 
AnswerRe: passing Form as refernce to called from dynamically Pin
Josh Smith4-May-06 9:56
Josh Smith4-May-06 9:56 
QuestionPrint Visio Document with C#.NET ????? Pin
nicolas santana4-May-06 9:17
nicolas santana4-May-06 9:17 
QuestionXML string to DataTable Pin
lsugirljte4-May-06 8:36
lsugirljte4-May-06 8:36 
QuestionComboBox... Pin
KORCARI4-May-06 7:42
KORCARI4-May-06 7:42 
Questionsub report problem Pin
shabonaa4-May-06 7:24
shabonaa4-May-06 7:24 
have a report that has 2 sub-reports each take one parameter (@srvtel)
cust_history  -------> @servtel         
      . maint    --------> @servtel         
      . pacakage --------> @servtel

i set the parameters using this code
cust_history rptcust=new cust_history();
rptcust.SetParameterValue("@servtel",t1.Text);
rptcust.SetParameterValue("@servtel",t1.Text,"maint");
rptcust.SetParameterValue("@servtel",t1.Text,"pacakage");

when i try to open the report it gives me this message: index was outside the bound of the array
this problem accoure due to the lines concerning the sub-report when i romved them and tring to open the report it shows me a window requesting this 2 parameters i gave them to it and it is opened. so how can i set the paramters for sub report
QuestionDataset and Datagrid Pin
TheJudeDude4-May-06 6:00
TheJudeDude4-May-06 6:00 
AnswerRe: Dataset and Datagrid Pin
esjq4-May-06 20:12
esjq4-May-06 20:12 
GeneralRe: Dataset and Datagrid Pin
TheJudeDude5-May-06 3:30
TheJudeDude5-May-06 3:30 
GeneralRe: Dataset and Datagrid Pin
TheJudeDude5-May-06 6:55
TheJudeDude5-May-06 6:55 
Questioncheckbox control and rowID Pin
karinb4-May-06 5:44
karinb4-May-06 5:44 
QuestionFREE C# Material Pin
dotnetguide4-May-06 5:05
dotnetguide4-May-06 5:05 
AnswerRe: FREE C# Material Pin
Paul Conrad4-May-06 5:35
professionalPaul Conrad4-May-06 5:35 
AnswerRe: FREE C# Material Pin
J4amieC4-May-06 5:38
J4amieC4-May-06 5:38 
GeneralRe: FREE C# Material Pin
Paul Conrad4-May-06 5:41
professionalPaul Conrad4-May-06 5:41 
GeneralRe: FREE C# Material Pin
J4amieC4-May-06 5:53
J4amieC4-May-06 5:53 
QuestionHigh speed/precision timer possible? Pin
Dan Neely4-May-06 4:16
Dan Neely4-May-06 4:16 
AnswerRe: High speed/precision timer possible? Pin
J4amieC4-May-06 4:36
J4amieC4-May-06 4:36 
GeneralRe: High speed/precision timer possible? Pin
Dan Neely4-May-06 4:38
Dan Neely4-May-06 4:38 
GeneralRe: High speed/precision timer possible? Pin
Rob Philpott4-May-06 4:50
Rob Philpott4-May-06 4:50 
GeneralRe: High speed/precision timer possible? Pin
Dan Neely4-May-06 5:53
Dan Neely4-May-06 5:53 
GeneralRe: High speed/precision timer possible? Pin
Dan Neely4-May-06 8:50
Dan Neely4-May-06 8:50 
GeneralRe: High speed/precision timer possible? Pin
Rob Philpott4-May-06 12:49
Rob Philpott4-May-06 12: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.