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

.NET (Core and Framework)

 
GeneralRe: Difference in data types Pin
Christian Graus9-Feb-05 11:09
protectorChristian Graus9-Feb-05 11:09 
GeneralRe: Difference in data types Pin
S. Senthil Kumar9-Feb-05 19:20
S. Senthil Kumar9-Feb-05 19:20 
QuestionEasy way to localize an app? - Managing Localization? Pin
Simon Kittle9-Feb-05 4:59
Simon Kittle9-Feb-05 4:59 
QuestionHow to get Physical Address of NIC? Pin
thainam8-Feb-05 16:54
thainam8-Feb-05 16:54 
AnswerRe: How to get Physical Address of NIC? Pin
C# Genius10-Feb-05 8:56
C# Genius10-Feb-05 8:56 
GeneralNET debuggers do not work Pin
rwestgraham8-Feb-05 9:01
rwestgraham8-Feb-05 9:01 
GeneralRe: NET debuggers do not work Pin
rwestgraham8-Feb-05 13:15
rwestgraham8-Feb-05 13:15 
GeneralStrongNameIdentityPermission issue Pin
tflagg8-Feb-05 6:37
tflagg8-Feb-05 6:37 
GeneralRe: StrongNameIdentityPermission issue Pin
tflagg8-Feb-05 10:00
tflagg8-Feb-05 10:00 
GeneralClass library load Pin
QuaKx7-Feb-05 20:53
QuaKx7-Feb-05 20:53 
GeneralRe: Class library load Pin
S. Senthil Kumar8-Feb-05 10:15
S. Senthil Kumar8-Feb-05 10:15 
QuestionOnDisconnect? Pin
Magnus277-Feb-05 5:59
Magnus277-Feb-05 5:59 
Generalworking with .NET 2.0 and .NET 1.1 Pin
TheSnakeByte6-Feb-05 22:11
TheSnakeByte6-Feb-05 22:11 
Generalcolumn name error Pin
Rekha Patel5-Feb-05 10:42
Rekha Patel5-Feb-05 10:42 
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 

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.