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

.NET (Core and Framework)

 
AnswerRe: Visual Studio 2005 Just-in-Time Debugger Exception ??? Pin
RaviBattula7-Nov-06 0:23
professionalRaviBattula7-Nov-06 0:23 
QuestionVery Urgent: How Can I make a compelete Instalation file Pin
alhassan013-Nov-06 18:54
alhassan013-Nov-06 18:54 
AnswerRe: Very Urgent: How Can I make a compelete Instalation file Pin
Paul Conrad28-Nov-06 14:57
professionalPaul Conrad28-Nov-06 14:57 
Question2.0 Framework Zip Class Pin
Jason Weibel3-Nov-06 11:44
Jason Weibel3-Nov-06 11:44 
AnswerRe: 2.0 Framework Zip Class Pin
George L. Jackson3-Nov-06 13:57
George L. Jackson3-Nov-06 13:57 
QuestionInvalidCastException: System.__ComObject Pin
fin13-Nov-06 5:17
fin13-Nov-06 5:17 
QuestionHow to print header in each page Pin
Renukapadhamanaban2-Nov-06 15:10
Renukapadhamanaban2-Nov-06 15:10 
GeneralRe: How to print header in each page Pin
George L. Jackson3-Nov-06 13:41
George L. Jackson3-Nov-06 13:41 
I haven't tried this myself so I am using the general message type. Anyway, in CSS2 there is an At-Rule called &media. &media screen { .... } applies to the browser's display, and &media print { ... } applies to printed out. If you create a "header row" first initially, after each of the page breaks and have this "header row" hidden to the browser:

<br />
&media screen { .hidden {display: none;} }<br />


You have to apply this hidden class attribute to the header "row" of the DataGrid. You may have to apply this class style to the children controls too. Also, I don't guarantee this will work.

George
QuestionCrazy debugger Question... Pin
Lior S2-Nov-06 7:15
Lior S2-Nov-06 7:15 
AnswerRe: Crazy debugger Question... Pin
Christian Graus2-Nov-06 13:17
protectorChristian Graus2-Nov-06 13:17 
QuestionWhat's the best way to do string based lookup in .NET? Pin
nicknotyet2-Nov-06 3:40
nicknotyet2-Nov-06 3:40 
AnswerRe: What's the best way to do string based lookup in .NET? Pin
Robert Rohde2-Nov-06 4:33
Robert Rohde2-Nov-06 4:33 
QuestionHow to list all the registered assemblies on a system Pin
kamal k s chauhan2-Nov-06 0:58
kamal k s chauhan2-Nov-06 0:58 
QuestionMultilingual applications using C#.net Pin
abyclassic1-Nov-06 23:03
abyclassic1-Nov-06 23:03 
GeneralRe: Multilingual applications using C#.net Pin
Akhilesh Yadav2-Nov-06 23:52
Akhilesh Yadav2-Nov-06 23:52 
Questionrunning .net app Pin
ramana mohan1-Nov-06 17:09
ramana mohan1-Nov-06 17:09 
AnswerRe: running .net app Pin
PavanPareta1-Nov-06 17:55
PavanPareta1-Nov-06 17:55 
AnswerRe: running .net app Pin
Christian Graus2-Nov-06 13:18
protectorChristian Graus2-Nov-06 13:18 
QuestionDisable desktop short cuts Pin
aseef1-Nov-06 6:05
aseef1-Nov-06 6:05 
AnswerRe: Disable desktop short cuts Pin
Monkeyget26-Nov-06 5:21
Monkeyget26-Nov-06 5:21 
QuestionCannot perform '<=' operation on System.DateTime and System.String Pin
guygo1-Nov-06 2:02
guygo1-Nov-06 2:02 
AnswerRe: Cannot perform '<=' operation on System.DateTime and System.String Pin
Christian Graus2-Nov-06 13:18
protectorChristian Graus2-Nov-06 13:18 
QuestionMemoryStream Remoting problem Pin
sandu200431-Oct-06 22:09
sandu200431-Oct-06 22:09 
QuestionWindows service and message queue Pin
MinaFawzi31-Oct-06 21:59
MinaFawzi31-Oct-06 21:59 
QuestionCOM+ Proxy VS Remoting Pin
Nirmald31-Oct-06 19:48
Nirmald31-Oct-06 19:48 

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.