Click here to Skip to main content
15,867,686 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sql Severs on the network Pin
Christian Graus29-Apr-08 19:51
protectorChristian Graus29-Apr-08 19:51 
GeneralRe: Sql Severs on the network Pin
J4amieC29-Apr-08 22:12
J4amieC29-Apr-08 22:12 
GeneralRe: Sql Severs on the network Pin
leppie29-Apr-08 23:17
leppie29-Apr-08 23:17 
AnswerRe: Sql Severs on the network Pin
Hesham Amin29-Apr-08 20:13
Hesham Amin29-Apr-08 20:13 
AnswerRe: Sql Severs on the network Pin
Nissim Salomon30-Apr-08 2:23
Nissim Salomon30-Apr-08 2:23 
QuestionHow to Dynamically add a property item to Property Grid Pin
Varad_Rajan29-Apr-08 19:19
Varad_Rajan29-Apr-08 19:19 
QuestionRemove default style border-collapse:collapse from datagrid? Pin
.NetRams29-Apr-08 18:50
.NetRams29-Apr-08 18:50 
AnswerRe: Remove default style border-collapse:collapse from datagrid? Pin
toranj_14554-Dec-09 6:09
toranj_14554-Dec-09 6:09 
hi
create a css file and set this:

.TableStyle {border-collapse:separate !important;}

or in your head tag insert:

<style>
.TableStyle {border-collapse:separate !important;}
</style>

then in your datagrid set: cssClass="TableStyle"


have a nice time Wink | ;)
Alireza
www.toranjnet.com
AnswerRe: Remove default style border-collapse:collapse from datagrid? Pin
toranj_14554-Dec-09 6:09
toranj_14554-Dec-09 6:09 
QuestionGesture Recognition for C# Pin
][Alpha][29-Apr-08 14:50
][Alpha][29-Apr-08 14:50 
AnswerI haven't dowloaded your code Pin
Ennis Ray Lynch, Jr.29-Apr-08 18:43
Ennis Ray Lynch, Jr.29-Apr-08 18:43 
AnswerRe: Gesture Recognition for C# Pin
Vikram A Punathambekar29-Apr-08 21:34
Vikram A Punathambekar29-Apr-08 21:34 
GeneralRe: Gesture Recognition for C# Pin
][Alpha][30-Apr-08 2:45
][Alpha][30-Apr-08 2:45 
GeneralRe: Gesture Recognition for C# Pin
Vikram A Punathambekar30-Apr-08 6:33
Vikram A Punathambekar30-Apr-08 6:33 
QuestionThanks carbon_golem Pin
Member 365210629-Apr-08 10:46
Member 365210629-Apr-08 10:46 
QuestionWinAPI interaction Pin
Knowledgestudent29-Apr-08 9:39
Knowledgestudent29-Apr-08 9:39 
AnswerRe: WinAPI interaction Pin
Giorgi Dalakishvili29-Apr-08 9:49
mentorGiorgi Dalakishvili29-Apr-08 9:49 
AnswerRe: WinAPI interaction Pin
Spacix One29-Apr-08 13:13
Spacix One29-Apr-08 13:13 
GeneralRe: WinAPI interaction Pin
Knowledgestudent29-Apr-08 21:57
Knowledgestudent29-Apr-08 21:57 
GeneralRe: WinAPI interaction Pin
Giorgi Dalakishvili29-Apr-08 22:15
mentorGiorgi Dalakishvili29-Apr-08 22:15 
GeneralRe: WinAPI interaction Pin
Spacix One30-Apr-08 2:28
Spacix One30-Apr-08 2:28 
QuestionHow to find if a particular file is loaded by processes Pin
Mushtaque Nizamani29-Apr-08 8:54
Mushtaque Nizamani29-Apr-08 8:54 
GeneralRe: How to find if a particular file is loaded by processes Pin
Giorgi Dalakishvili29-Apr-08 9:19
mentorGiorgi Dalakishvili29-Apr-08 9:19 
AnswerRe: How to find if a particular file is loaded by processes Pin
PIEBALDconsult29-Apr-08 13:47
mvePIEBALDconsult29-Apr-08 13:47 
GeneralRe: How to find if a particular file is loaded by processes Pin
Mushtaque Nizamani29-Apr-08 13:56
Mushtaque Nizamani29-Apr-08 13:56 

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.