Click here to Skip to main content
15,889,462 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to display selected items of a listbox into a datagrid at runtime Pin
goyal manish8-May-06 23:59
goyal manish8-May-06 23:59 
GeneralRe: how to display selected items of a listbox into a datagrid at runtime Pin
nivasinfotech9-May-06 0:06
nivasinfotech9-May-06 0:06 
Questionthe exception can not be handled.... Pin
m.rastgar8-May-06 23:14
m.rastgar8-May-06 23:14 
QuestionImages in Richtextbox Pin
_mubashir8-May-06 22:59
_mubashir8-May-06 22:59 
Questionqueer error message Pin
occcy8-May-06 22:26
occcy8-May-06 22:26 
AnswerRe: queer error message Pin
delftred26-May-09 19:05
professionaldelftred26-May-09 19:05 
GeneralRe: queer error message Pin
occcy26-May-09 20:35
occcy26-May-09 20:35 
QuestionFill dataset Pin
Rmokkenstorm8-May-06 22:11
Rmokkenstorm8-May-06 22:11 
Got my CustomRowEvent working..
able to fill my textboxes in my new form.

but i think it's not the fastest or best way.

i now use this line of code :
t075_BORGTOCHTNUMMER_1TextBox.Text = Grid["t075BORGTOCHTNUMMER1DataGridViewTextBoxColumn", RowIndex].Value.ToString();<br />


this work just great.. really..
BUT...
if you got about.. 60 textboxes.. it's kinna like a lot of work..
so i was thinking..
if i change my fill command with something like this..:

<br />
this.dBANBM_T075_BORGTOCHTTableAdapter.Fill(testdb1DataSet, Grid, RowIndex);<br />


he give's me the error that Grid and RowIndex does not excist in my current contex..

however..
i use the following code

<br />
        public dborgtocht(testdb1DataSet DSet, DataGridView Grid, int RowIndex)<br />
        {<br />
            InitializeComponent();<br />
            PopulateTextBoxes(testdb1DataSet, Grid, RowIndex);<br />
}<br />


so you really should think that he should be able to find them..

hope i explained enough now.
Questionhow to define an array? Pin
susan200620068-May-06 21:56
susan200620068-May-06 21:56 
AnswerRe: how to define an array? Pin
sathish s8-May-06 22:04
sathish s8-May-06 22:04 
AnswerRe: how to define an array? Pin
Shajeel8-May-06 22:08
Shajeel8-May-06 22:08 
QuestionConverting DataTable into an array of Bytes Pin
Mohamed El Gohary8-May-06 21:53
Mohamed El Gohary8-May-06 21:53 
QuestionSQL Query String Pin
cshivaprasad8-May-06 21:29
cshivaprasad8-May-06 21:29 
AnswerRe: SQL Query String Pin
J4amieC8-May-06 21:58
J4amieC8-May-06 21:58 
GeneralRe: SQL Query String Pin
cshivaprasad9-May-06 0:36
cshivaprasad9-May-06 0:36 
QuestionReflection and Overloaded Methods Problem ! Pin
User 20930738-May-06 21:18
User 20930738-May-06 21:18 
QuestionUpdating the status Pin
Rizwan Rathore8-May-06 21:04
Rizwan Rathore8-May-06 21:04 
AnswerRe: Updating the status Pin
sathish s8-May-06 21:16
sathish s8-May-06 21:16 
GeneralRe: Updating the status Pin
Rizwan Rathore8-May-06 21:22
Rizwan Rathore8-May-06 21:22 
AnswerRe: Updating the status Pin
sathish s8-May-06 21:42
sathish s8-May-06 21:42 
GeneralRe: Updating the status Pin
Rizwan Rathore9-May-06 0:35
Rizwan Rathore9-May-06 0:35 
QuestionHow to use msiHiddenProperties property for MSI. I am using VS.NET IDE [Need Help] Pin
Kumar Shanmugam8-May-06 20:08
professionalKumar Shanmugam8-May-06 20:08 
Questionsome logical error in this.. help needeeeeeeeedddddddddddddddddddd Pin
chezhian_in058-May-06 19:03
chezhian_in058-May-06 19:03 
AnswerRe: some logical error in this.. help needeeeeeeeedddddddddddddddddddd Pin
led mike8-May-06 19:39
led mike8-May-06 19:39 
AnswerRe: some logical error in this.. help needeeeeeeeedddddddddddddddddddd Pin
J4amieC8-May-06 21:54
J4amieC8-May-06 21:54 

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.