Click here to Skip to main content
15,918,404 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ImageButton and border attributes Pin
minhpc_bk8-Aug-06 0:02
minhpc_bk8-Aug-06 0:02 
GeneralRe: ImageButton and border attributes Pin
matthias s.8-Aug-06 0:19
matthias s.8-Aug-06 0:19 
GeneralRe: ImageButton and border attributes Pin
minhpc_bk8-Aug-06 0:28
minhpc_bk8-Aug-06 0:28 
QuestionDataset To Label (vs2005) Pin
NiPsTeRs5-Aug-06 5:41
NiPsTeRs5-Aug-06 5:41 
Questionbind data to two datalist controls on page load event Pin
Emapeter5-Aug-06 4:32
Emapeter5-Aug-06 4:32 
AnswerRe: bind data to two datalist controls on page load event Pin
Mike Ellison5-Aug-06 4:38
Mike Ellison5-Aug-06 4:38 
QuestionPrinting Data from Grid in html report format Pin
Sunny H5-Aug-06 4:24
Sunny H5-Aug-06 4:24 
AnswerRe: Printing Data from Grid in html report format Pin
Mike Ellison5-Aug-06 5:12
Mike Ellison5-Aug-06 5:12 
Hi sunny. That's quite a bit to ask for. To a large extent, it is the browser that controls printing (though CSS is catching up some with print media properties[^]. A real header/footer will be decided by the user through the browser, and I know no way to override that from a web page. For that matter, font-sizes and margins can be decided by the user making it virtually impossible for you to calculate where a new page will begin to apply your own header.

If you literally need that amount of layout control for your data, you might consider using a .pdf-creating component. You would have a print link/button on the page and the event handler for it would generate and serve the .pdf dynamically. Here's one open source component that looks promising:
http://sourceforge.net/projects/npdf/[^]

What I'm proposing is complex. But I don't see any straight ASPNET/HTML/CSS way to accomplish what you're describing.

And take this tip: a lot of CP members would pass on this post because you put "it's urgent" on it (I almost did). You probably don't want to sound demanding to a community of volunteers.
Questionconfirm deletion in gridview Pin
sabby20065-Aug-06 1:11
sabby20065-Aug-06 1:11 
AnswerRe: confirm deletion in gridview Pin
Mike Ellison5-Aug-06 4:42
Mike Ellison5-Aug-06 4:42 
QuestionLITERAL Pin
MHASSANF4-Aug-06 21:57
MHASSANF4-Aug-06 21:57 
AnswerRe: LITERAL Pin
Guffa4-Aug-06 22:49
Guffa4-Aug-06 22:49 
GeneralRe: LITERAL Pin
Amit Agarrwal4-Aug-06 23:12
Amit Agarrwal4-Aug-06 23:12 
GeneralRe: LITERAL Pin
Guffa5-Aug-06 13:59
Guffa5-Aug-06 13:59 
Questionfile save in another machine by asp.net very urgent? Pin
Tridip Bhattacharjee4-Aug-06 21:48
professionalTridip Bhattacharjee4-Aug-06 21:48 
AnswerRe: file save in another machine by asp.net very urgent? Pin
Colin Angus Mackay5-Aug-06 4:58
Colin Angus Mackay5-Aug-06 4:58 
QuestionVery, very new to asp.net Pin
drc_no14-Aug-06 21:36
drc_no14-Aug-06 21:36 
AnswerRe: Very, very new to asp.net Pin
Mike Ellison5-Aug-06 4:55
Mike Ellison5-Aug-06 4:55 
Questionhow to Rewrite the URL Pin
Amit Agarrwal4-Aug-06 20:02
Amit Agarrwal4-Aug-06 20:02 
AnswerRe: how to Rewrite the URL Pin
Mike Ellison5-Aug-06 4:51
Mike Ellison5-Aug-06 4:51 
QuestionFind control in datalist Pin
deepaks34-Aug-06 19:31
deepaks34-Aug-06 19:31 
QuestionFind reason for CPU utilization Pin
supriya_sameer4-Aug-06 19:00
supriya_sameer4-Aug-06 19:00 
AnswerRe: Find reason for CPU utilization Pin
Mike Ellison5-Aug-06 4:58
Mike Ellison5-Aug-06 4:58 
QuestionGRAPH Pin
MHASSANF4-Aug-06 18:38
MHASSANF4-Aug-06 18:38 
AnswerRe: GRAPH Pin
Mike Ellison5-Aug-06 4:47
Mike Ellison5-Aug-06 4:47 

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.