Click here to Skip to main content
15,891,204 members
Home / Discussions / C#
   

C#

 
AnswerRe: Multi-language?? Pin
lmoelleb16-Jul-06 21:03
lmoelleb16-Jul-06 21:03 
GeneralRe: Multi-language?? Pin
Rohit Dev16-Jul-06 21:39
Rohit Dev16-Jul-06 21:39 
GeneralRe: Multi-language?? Pin
lmoelleb17-Jul-06 2:19
lmoelleb17-Jul-06 2:19 
QuestionDataGrid Scrollbars in Asp.net Pin
Naji.A16-Jul-06 17:02
Naji.A16-Jul-06 17:02 
AnswerRe: DataGrid Scrollbars in Asp.net Pin
Wesley Samuel16-Jul-06 19:57
Wesley Samuel16-Jul-06 19:57 
GeneralRe: DataGrid Scrollbars in Asp.net Pin
Naji.A17-Jul-06 17:44
Naji.A17-Jul-06 17:44 
GeneralRe: DataGrid Scrollbars in Asp.net Pin
Wesley Samuel17-Jul-06 20:29
Wesley Samuel17-Jul-06 20:29 
GeneralRe: DataGrid Scrollbars in Asp.net [modified] Pin
Naji.A18-Jul-06 9:12
Naji.A18-Jul-06 9:12 
I have used the div tags yes. the style tags and what is with in them is in the head.I do not have a css class, but I put the cssClass name as DataGridHeader since it is within the style tags. My code looks like this:

****beg div (assume that 'div' is written before style = "left")

<style="left: 18px;="" overflow:="" auto;="" width:="" 66%;="" position:="" absolute;="" top:="" 248px;="" height:="" 100px"="">

<asp:datagrid id="DataGrid1" style="Z-INDEX: 164; LEFT: 18px; POSITION: absolute; TOP: 248px"
="" runat="server" bordercolor="Black" width="776px" height="56px">
<alternatingitemstyle font-size="Smaller" font-bold="True" backcolor="ControlDarkDark">
<itemstyle font-size="Smaller" font-bold="True" forecolor="White" backcolor="Black">
<headerstyle font-size="Smaller" font-bold="True" horizontalalign="Center" forecolor="Black"
="" backcolor="White" cssclass="DataGridFixedHeader">



** end div




.DataGridFixedHeader { POSITION: relative; ; TOP: expression(this.offsetParent.scrollTop - 2); BACKGROUND-COLOR: white }




-- modified at 15:23 Tuesday 18th July, 2006
AnswerRe: DataGrid Scrollbars in Asp.net Pin
Wesley Samuel18-Jul-06 22:24
Wesley Samuel18-Jul-06 22:24 
GeneralRe: DataGrid Scrollbars in Asp.net Pin
Naji.A19-Jul-06 11:51
Naji.A19-Jul-06 11:51 
GeneralRe: DataGrid Scrollbars in Asp.net Pin
Wesley Samuel19-Jul-06 20:03
Wesley Samuel19-Jul-06 20:03 
Questionediting datagridview Pin
toink toink16-Jul-06 16:19
toink toink16-Jul-06 16:19 
Questionprob calling MDIChild by another MDIchild [modified] Pin
paulcortez16-Jul-06 15:55
paulcortez16-Jul-06 15:55 
AnswerRe: prob calling MDIChild by another MDIchild Pin
Judah Gabriel Himango16-Jul-06 17:37
sponsorJudah Gabriel Himango16-Jul-06 17:37 
GeneralRe: prob calling MDIChild by another MDIchild Pin
paulcortez16-Jul-06 18:11
paulcortez16-Jul-06 18:11 
GeneralRe: prob calling MDIChild by another MDIchild Pin
Judah Gabriel Himango17-Jul-06 5:26
sponsorJudah Gabriel Himango17-Jul-06 5:26 
QuestionRichTextBox URL/Hyperlink "Text to be displayed" Pin
StyrofoamSUV16-Jul-06 15:42
StyrofoamSUV16-Jul-06 15:42 
AnswerRe: RichTextBox URL/Hyperlink "Text to be displayed" Pin
Judah Gabriel Himango16-Jul-06 17:16
sponsorJudah Gabriel Himango16-Jul-06 17:16 
GeneralRe: RichTextBox URL/Hyperlink &quot;Text to be displayed&quot; [modified] Pin
StyrofoamSUV16-Jul-06 17:30
StyrofoamSUV16-Jul-06 17:30 
QuestionHow to use this LZMA compress algorithm in C# [modified] Pin
visli16-Jul-06 14:50
visli16-Jul-06 14:50 
AnswerRe: How to use this LZMA compress algorithm in C# Pin
Judah Gabriel Himango16-Jul-06 17:35
sponsorJudah Gabriel Himango16-Jul-06 17:35 
QuestionHow To Pass Parameters To A Crystal Report Programmatically Pin
Fahad Ali16-Jul-06 13:16
Fahad Ali16-Jul-06 13:16 
AnswerRe: How To Pass Parameters To A Crystal Report Programmatically Pin
DrKlund16-Jul-06 22:27
DrKlund16-Jul-06 22:27 
QuestionHow to get the rows total of an OleDbDataReader Pin
xkx3216-Jul-06 12:36
xkx3216-Jul-06 12:36 
AnswerRe: How to get the rows total of an OleDbDataReader Pin
Judah Gabriel Himango16-Jul-06 17:33
sponsorJudah Gabriel Himango16-Jul-06 17:33 

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.