Click here to Skip to main content
15,895,142 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Get DateTime according to country. Pin
Avinash_Mane24-Apr-10 0:31
Avinash_Mane24-Apr-10 0:31 
AnswerRe: Get DateTime according to country. Pin
sashidhar24-Apr-10 1:12
sashidhar24-Apr-10 1:12 
QuestionASP.Net Experts Pin
CrazyCoder2623-Apr-10 22:58
CrazyCoder2623-Apr-10 22:58 
QuestionDatabase connection in a Webservice Pin
_vijay23-Apr-10 21:40
_vijay23-Apr-10 21:40 
QuestionCrystal Report Printing From ASP.net web page. Pin
VikashGohil23-Apr-10 20:04
VikashGohil23-Apr-10 20:04 
AnswerRe: Crystal Report Printing From ASP.net web page. Pin
Abhijit Jana23-Apr-10 20:40
professionalAbhijit Jana23-Apr-10 20:40 
GeneralRe: Crystal Report Printing From ASP.net web page. Pin
VikashGohil25-Apr-10 20:16
VikashGohil25-Apr-10 20:16 
QuestionVertical gridveiw header text make header column width changed Pin
Andraw11123-Apr-10 9:54
Andraw11123-Apr-10 9:54 
Hi, all,

I have a grid data table that will list all the modules(at most 14, if use it, put 'X' in the column) each project used, the project name and used modules in one row.
My problem is that since the module name that is put at header is long, so I want to make module name vertical in header as the following in RowDataBound() method:
if (e.Row.RowType == DataControlRowType.Header) {
////loop all columns
e.Row.Cells[j + 2].Attributes.Add("style", "FILTER: flipv fliph;WRITING-MODE: tb-rl;");
}

But after flip the text, it looks very ugly, if I original have red color as background color for header, after vertical text, each column has two color: red, white; the text column doesn't fit the gridview column.

I try to set gridview column width, and set the same width in the above style setting, still doesn't work, can anybody help me??

Thank you very much.
AnswerRe: Vertical gridveiw header text make header column width changed Pin
T M Gray23-Apr-10 12:00
T M Gray23-Apr-10 12:00 
AnswerRe: Vertical gridveiw header text make header column width changed Pin
Abhijit Jana23-Apr-10 20:45
professionalAbhijit Jana23-Apr-10 20:45 
AnswerRe: Vertical gridveiw header text make header column width changed Pin
sashidhar24-Apr-10 1:15
sashidhar24-Apr-10 1:15 
Questionbinding a constant value to a asp.net hiddenfield Pin
Pratik Vasant Shah23-Apr-10 1:53
Pratik Vasant Shah23-Apr-10 1:53 
AnswerRe: binding a constant value to a asp.net hiddenfield Pin
Not Active23-Apr-10 2:15
mentorNot Active23-Apr-10 2:15 
AnswerRe: binding a constant value to a asp.net hiddenfield Pin
Shahriar Iqbal Chowdhury/Galib23-Apr-10 10:00
professionalShahriar Iqbal Chowdhury/Galib23-Apr-10 10:00 
GeneralRe: binding a constant value to a asp.net hiddenfield Pin
Pratik Vasant Shah25-Apr-10 21:22
Pratik Vasant Shah25-Apr-10 21:22 
Questionhelp on popup window Pin
S.Aijaz23-Apr-10 0:43
S.Aijaz23-Apr-10 0:43 
GeneralRe: help on popup window Pin
Arun Jacob23-Apr-10 1:07
Arun Jacob23-Apr-10 1:07 
GeneralRe: help on popup window Pin
S.Aijaz23-Apr-10 1:39
S.Aijaz23-Apr-10 1:39 
AnswerRe: help on popup window Pin
Brij23-Apr-10 1:14
mentorBrij23-Apr-10 1:14 
GeneralRe: help on popup window Pin
S.Aijaz23-Apr-10 1:50
S.Aijaz23-Apr-10 1:50 
GeneralRe: help on popup window Pin
Brij23-Apr-10 2:33
mentorBrij23-Apr-10 2:33 
AnswerRe: help on popup window Pin
Sandesh M Patil23-Apr-10 1:15
Sandesh M Patil23-Apr-10 1:15 
AnswerRe: help on popup window Pin
T M Gray23-Apr-10 10:18
T M Gray23-Apr-10 10:18 
QuestionSql LIMIT Pin
Morgs Morgan23-Apr-10 0:02
Morgs Morgan23-Apr-10 0:02 
AnswerRe: Sql LIMIT Pin
Viral Upadhyay23-Apr-10 1:19
Viral Upadhyay23-Apr-10 1:19 

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.