Click here to Skip to main content
15,906,333 members
Home / Discussions / C#
   

C#

 
GeneralString Comparison Operator in ADO.NET Pin
signbit19-Aug-05 19:33
signbit19-Aug-05 19:33 
GeneralRe: String Comparison Operator in ADO.NET Pin
Guffa19-Aug-05 23:24
Guffa19-Aug-05 23:24 
GeneralRe: String Comparison Operator in ADO.NET Pin
Anonymous20-Aug-05 6:47
Anonymous20-Aug-05 6:47 
GeneralRe: String Comparison Operator in ADO.NET Pin
signbit20-Aug-05 6:58
signbit20-Aug-05 6:58 
GeneralRe: String Comparison Operator in ADO.NET Pin
Rob Graham20-Aug-05 11:25
Rob Graham20-Aug-05 11:25 
GeneralRe: String Comparison Operator in ADO.NET Pin
signbit20-Aug-05 22:06
signbit20-Aug-05 22:06 
GeneralRe: String Comparison Operator in ADO.NET Pin
signbit20-Aug-05 6:52
signbit20-Aug-05 6:52 
GeneralTab control problem Pin
deep719-Aug-05 19:25
deep719-Aug-05 19:25 
i have a usercontrol which has a datagrid . i have given textbox column styles for each column
this is the textbox column style that i'm using in the datagrid
//Name
nameColumnStyle.MappingName = "Name";
nameColumnStyle.HeaderText = "Name";
nameColumnStyle.Width = 100;
nameColumnStyle.TextBox.TabIndex = 2;

i have four columns...each of textbox column style. i have also given tabindexes for each column.
my problem is at runtime, when i press Tab key in the datagrid, it moves two places .Like if control is on first column, then if i press Tab key to go to the second column, it moves to the third column.
Also if there are buttons, it runns two places ahead...
can any one tell me why this happens, and how to get rid of it..
any help will be appreciated...
no one replied to my problem...so m sending it again..Laugh | :laugh: ..

GeneralRe: Tab control problem Pin
Christian Graus21-Aug-05 18:45
protectorChristian Graus21-Aug-05 18:45 
GeneralRe: Tab control problem Pin
deep721-Aug-05 19:57
deep721-Aug-05 19:57 
GeneralRe: Tab control problem Pin
deep722-Aug-05 23:01
deep722-Aug-05 23:01 
GeneralHelp Needed for TabletPc application Pin
deldeep19-Aug-05 19:23
deldeep19-Aug-05 19:23 
GeneralRe: Help Needed for TabletPc application Pin
leppie20-Aug-05 0:02
leppie20-Aug-05 0:02 
Generaltranslator design using c# Pin
saivenkat19-Aug-05 18:53
saivenkat19-Aug-05 18:53 
Generalhelp wit c++ codes pls Pin
neodeaths19-Aug-05 18:26
neodeaths19-Aug-05 18:26 
GeneralRe: help wit c++ codes pls Pin
leppie20-Aug-05 0:20
leppie20-Aug-05 0:20 
Generalmanaged code and unmanaged code Pin
amitmohanty19-Aug-05 16:34
amitmohanty19-Aug-05 16:34 
GeneralRe: managed code and unmanaged code Pin
Guffa19-Aug-05 22:11
Guffa19-Aug-05 22:11 
GeneralRe: managed code and unmanaged code Pin
amitmohanty21-Aug-05 6:12
amitmohanty21-Aug-05 6:12 
GeneralRe: managed code and unmanaged code Pin
Guffa23-Aug-05 21:33
Guffa23-Aug-05 21:33 
GeneralCOM+ in .NET Pin
Member 212799219-Aug-05 14:04
Member 212799219-Aug-05 14:04 
Questionperformence ? Pin
drick_6719-Aug-05 12:02
drick_6719-Aug-05 12:02 
AnswerRe: performence ? Pin
Matt Gerrans19-Aug-05 14:22
Matt Gerrans19-Aug-05 14:22 
AnswerRe: performence ? Pin
Guffa19-Aug-05 22:25
Guffa19-Aug-05 22:25 
GeneralDrawing Numbers on a WinForm: Basics Pin
...---...19-Aug-05 11:28
...---...19-Aug-05 11:28 

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.