Click here to Skip to main content
15,894,955 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: column name error Pin
Robert Rohde5-Feb-05 20:46
Robert Rohde5-Feb-05 20:46 
GeneralRe: column name error Pin
Rekha Patel6-Feb-05 6:07
Rekha Patel6-Feb-05 6:07 
GeneralAbout .NET framework history Pin
Andres Coder5-Feb-05 6:07
Andres Coder5-Feb-05 6:07 
GeneralRe: About .NET framework history Pin
Michael P Butler5-Feb-05 6:49
Michael P Butler5-Feb-05 6:49 
GeneralRe: About .NET framework history Pin
Andres Coder5-Feb-05 11:23
Andres Coder5-Feb-05 11:23 
Generalchecking values in datagrid rows Pin
Rekha Patel4-Feb-05 14:03
Rekha Patel4-Feb-05 14:03 
GeneralRe: checking values in datagrid rows Pin
Bhoot Girish D4-Feb-05 18:30
sussBhoot Girish D4-Feb-05 18:30 
GeneralRe: checking values in datagrid rows Pin
Thang T.4-Feb-05 22:54
Thang T.4-Feb-05 22:54 
Dear,

You can try in this way. You can use the method FindControl of the datagrid item to find the control in your datagrid

<br />
Dim x as new control<br />
for each x in datagrid.controls<br />
    ...<br />
next<br />


You use this code to show all the control in the datagrid, then you can try deeper into the datagrid item to find your combobox... then you can use the method findcontrol in the datagrid item to get value and set value for your control.

PS: I'm not sure if the code is correctly right or not. But that's the idea. I did well in ASP .NET

Ich liebe .NET Smile | :)
Generaldeploying .net apps with nsis Pin
fire.fox3-Feb-05 19:44
fire.fox3-Feb-05 19:44 
GeneralRe: deploying .net apps with nsis Pin
Charlie Williams4-Feb-05 6:20
Charlie Williams4-Feb-05 6:20 
GeneralRe: deploying .net apps with nsis Pin
Steve Maier4-Feb-05 10:09
professionalSteve Maier4-Feb-05 10:09 
GeneralRe: deploying .net apps with nsis Pin
fire.fox4-Feb-05 22:09
fire.fox4-Feb-05 22:09 
Generalbuild problem Pin
Ajek3-Feb-05 0:15
Ajek3-Feb-05 0:15 
GeneralDeploying Assemblys to the GAC Pin
JohnARyan2-Feb-05 6:46
JohnARyan2-Feb-05 6:46 
GeneralRe: Deploying Assemblys to the GAC Pin
Charlie Williams3-Feb-05 12:40
Charlie Williams3-Feb-05 12:40 
GeneralEncryption keys Pin
Ray Cassick1-Feb-05 18:41
Ray Cassick1-Feb-05 18:41 
GeneralRe: Encryption keys Pin
Robert Rohde1-Feb-05 21:42
Robert Rohde1-Feb-05 21:42 
GeneralRe: Encryption keys Pin
S. Senthil Kumar8-Feb-05 10:23
S. Senthil Kumar8-Feb-05 10:23 
Questionwhere did InstMsiW.Exe and InstMsiA.Exe go? Pin
Galen_21-Feb-05 12:22
Galen_21-Feb-05 12:22 
AnswerRe: where did InstMsiW.Exe and InstMsiA.Exe go? Pin
rwestgraham1-Feb-05 20:27
rwestgraham1-Feb-05 20:27 
Generalsubject : programming with .NET Framework to browsing my bank account, buy and sell stock shares Pin
Close Network1-Feb-05 5:47
Close Network1-Feb-05 5:47 
GeneralRemoting channels Pin
neeru26197631-Jan-05 22:33
neeru26197631-Jan-05 22:33 
GeneralRe: Remoting channels Pin
Charlie Williams1-Feb-05 4:51
Charlie Williams1-Feb-05 4:51 
GeneralInstaller woes Pin
Arun Bhalla31-Jan-05 19:29
Arun Bhalla31-Jan-05 19:29 
GeneralRe: Installer woes Pin
rwestgraham1-Feb-05 15:27
rwestgraham1-Feb-05 15:27 

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.