Click here to Skip to main content
15,920,704 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Error: There is no source code available for the current location Pin
marky77730-May-07 4:30
marky77730-May-07 4:30 
QuestionHow can current Session can be sent with the WebRequest! Pin
Rana Muhammad Javed Khan30-May-07 2:23
Rana Muhammad Javed Khan30-May-07 2:23 
AnswerRe: How can current Session can be sent with the WebRequest! Pin
Fred_Smith30-May-07 4:47
Fred_Smith30-May-07 4:47 
GeneralRe: How can current Session can be sent with the WebRequest! Pin
Rana Muhammad Javed Khan30-May-07 6:43
Rana Muhammad Javed Khan30-May-07 6:43 
GeneralRe: How can current Session can be sent with the WebRequest! Pin
Fred_Smith30-May-07 6:59
Fred_Smith30-May-07 6:59 
GeneralRe: How can current Session can be sent with the WebRequest! Pin
Rana Muhammad Javed Khan30-May-07 9:14
Rana Muhammad Javed Khan30-May-07 9:14 
GeneralRe: How can current Session can be sent with the WebRequest! Pin
Fred_Smith30-May-07 13:42
Fred_Smith30-May-07 13:42 
QuestionPrinting problem Pin
umashankergr830-May-07 1:59
umashankergr830-May-07 1:59 
Hi All,

With this below code i am able to print the datagrid. The problem now is i am able to print only part of the data grid, that too first page as empty, second page with part of the content and third page again empty.. What might be the reason.. I am able to scroll through the datagrid .. How can i print the entire datagrid.. Please anyone help me..



here i am sending Datagrid object to strid..

<script language=javascript>
function CallPrint(strid)
{
var prtContent = document.getElementById(strid);
var WinPrint = window.open('','','letf=0,top=0,width=1,height=1,toolbar=0,scrollbars=0,status=0');
WinPrint.document.write(prtContent.innerHTML);
WinPrint.document.close();
WinPrint.focus();
WinPrint.print();
WinPrint.close();
prtContent.innerHTML=strOldOne;
}
</script>


Thanks n Regards,


Umashanker.K
AnswerRe: Printing problem Pin
kubben30-May-07 5:13
kubben30-May-07 5:13 
GeneralRe: Printing problem Pin
umashankergr830-May-07 6:52
umashankergr830-May-07 6:52 
GeneralRe: Printing problem Pin
kubben30-May-07 7:39
kubben30-May-07 7:39 
GeneralRe: Printing problem Pin
umashankergr830-May-07 8:01
umashankergr830-May-07 8:01 
GeneralRe: Printing problem Pin
kubben30-May-07 8:04
kubben30-May-07 8:04 
QuestionHow to implement remember me next time feature Pin
deepalititi30-May-07 1:53
deepalititi30-May-07 1:53 
AnswerRe: How to implement remember me next time feature Pin
nareshss30-May-07 2:02
nareshss30-May-07 2:02 
GeneralRe: How to implement remember me next time feature Pin
deepalititi30-May-07 2:31
deepalititi30-May-07 2:31 
GeneralRe: How to implement remember me next time feature Pin
Not Active30-May-07 3:25
mentorNot Active30-May-07 3:25 
GeneralRe: How to implement remember me next time feature Pin
deepalititi30-May-07 18:47
deepalititi30-May-07 18:47 
GeneralRe: How to implement remember me next time feature Pin
deepalititi31-May-07 18:59
deepalititi31-May-07 18:59 
AnswerRe: How to implement remember me next time feature Pin
Sathesh Sakthivel30-May-07 2:06
Sathesh Sakthivel30-May-07 2:06 
QuestionImage Swaping. Pin
Khan.Bangash30-May-07 1:16
Khan.Bangash30-May-07 1:16 
AnswerRe: Image Swaping. Pin
Fred_Smith30-May-07 4:38
Fred_Smith30-May-07 4:38 
GeneralRe: Image Swaping. Pin
Khan.Bangash30-May-07 5:06
Khan.Bangash30-May-07 5:06 
QuestionCan I get an alert box on my local computer when someone access my web page? Pin
salon30-May-07 1:08
salon30-May-07 1:08 
AnswerRe: Can I get an alert box on my local computer when someone access my web page? Pin
karthik_dotnet130-May-07 1:37
karthik_dotnet130-May-07 1:37 

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.