Click here to Skip to main content
15,915,702 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: datepicker Pin
test-0926-Mar-10 1:08
test-0926-Mar-10 1:08 
AnswerRe: datepicker Pin
Sandeep Mewara26-Mar-10 3:14
mveSandeep Mewara26-Mar-10 3:14 
AnswerRe: datepicker Pin
T M Gray26-Mar-10 10:59
T M Gray26-Mar-10 10:59 
QuestionDataList with LinkButton Pin
tunsten26-Mar-10 0:10
tunsten26-Mar-10 0:10 
AnswerRe: DataList with LinkButton Pin
ademsandeepreddy26-Mar-10 0:32
ademsandeepreddy26-Mar-10 0:32 
AnswerRe: DataList with LinkButton Pin
Sneha Bisht26-Mar-10 0:44
Sneha Bisht26-Mar-10 0:44 
GeneralRe: DataList with LinkButton Pin
tunsten26-Mar-10 0:59
tunsten26-Mar-10 0:59 
GeneralRe: DataList with LinkButton Pin
Sneha Bisht26-Mar-10 1:06
Sneha Bisht26-Mar-10 1:06 
GeneralRe: DataList with LinkButton Pin
Sneha Bisht26-Mar-10 1:07
Sneha Bisht26-Mar-10 1:07 
GeneralRe: DataList with LinkButton Pin
tunsten26-Mar-10 2:02
tunsten26-Mar-10 2:02 
QuestionHow javascript validate of User control using asp.net Pin
Member 402184525-Mar-10 23:42
Member 402184525-Mar-10 23:42 
AnswerRe: How javascript validate of User control using asp.net Pin
Mogamboo_Khush_Hua26-Mar-10 0:29
Mogamboo_Khush_Hua26-Mar-10 0:29 
AnswerRe: How javascript validate of User control using asp.net Pin
Brij26-Mar-10 0:32
mentorBrij26-Mar-10 0:32 
Questionajax error handling Pin
Mogamboo_Khush_Hua25-Mar-10 23:00
Mogamboo_Khush_Hua25-Mar-10 23:00 
AnswerRe: ajax error handling Pin
Sandeep Mewara26-Mar-10 3:16
mveSandeep Mewara26-Mar-10 3:16 
GeneralRe: ajax error handling Pin
Mogamboo_Khush_Hua26-Mar-10 8:26
Mogamboo_Khush_Hua26-Mar-10 8:26 
QuestionPrtining is asp.net Pin
Any_India25-Mar-10 22:52
Any_India25-Mar-10 22:52 
AnswerRe: Prtining is asp.net Pin
R. Giskard Reventlov26-Mar-10 0:02
R. Giskard Reventlov26-Mar-10 0:02 
GeneralRe: Prtining is asp.net Pin
Any_India26-Mar-10 0:45
Any_India26-Mar-10 0:45 
GeneralRe: Prtining is asp.net Pin
steam27-Mar-10 4:23
steam27-Mar-10 4:23 
Any_India wrote:
so tel me the process how to set the print size page dynamically


Print layout is a property of the browser, more specifically, the user's settings. Basic security requirements forbid you to change the browser's setting.

However, you can "guide" the browser if you want to print html. You can write a css with "media=print" and define the layout there.

Beware:
1) You may design the layout for a specific size, user may have a different paper at his printer.
2) Make sure that whatever CSS you use, is cross-browser compatible.

cheers
srikanth
AnswerRe: Prtining is asp.net Pin
tunsten26-Mar-10 0:12
tunsten26-Mar-10 0:12 
GeneralRe: Prtining is asp.net Pin
Any_India26-Mar-10 0:46
Any_India26-Mar-10 0:46 
AnswerRe: Prtining is asp.net Pin
Sneha Bisht26-Mar-10 0:54
Sneha Bisht26-Mar-10 0:54 
QuestionProblem with twitter integration in C# Pin
yadlaprasad25-Mar-10 21:11
yadlaprasad25-Mar-10 21:11 
AnswerRe: Problem with twitter integration in C# Pin
SeMartens25-Mar-10 21:47
SeMartens25-Mar-10 21: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.