Click here to Skip to main content
15,890,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: trying to display grid cell value in grid textbox......... Pin
kubben5-Jul-07 5:27
kubben5-Jul-07 5:27 
GeneralRe: trying to display grid cell value in grid textbox......... Pin
Fred_Smith5-Jul-07 6:41
Fred_Smith5-Jul-07 6:41 
GeneralRe: trying to display grid cell value in grid textbox......... Pin
kubben5-Jul-07 6:43
kubben5-Jul-07 6:43 
GeneralRe: trying to display grid cell value in grid textbox......... Pin
Fred_Smith5-Jul-07 6:48
Fred_Smith5-Jul-07 6:48 
GeneralRe: trying to display grid cell value in grid textbox......... Pin
kubben5-Jul-07 6:49
kubben5-Jul-07 6:49 
GeneralRe: trying to display grid cell value in grid textbox......... Pin
Fred_Smith5-Jul-07 6:54
Fred_Smith5-Jul-07 6:54 
AnswerRe: trying to display grid cell value in grid textbox......... Pin
Fred_Smith5-Jul-07 6:45
Fred_Smith5-Jul-07 6:45 
Questionjavascript+gridview+asp.net Pin
Bajrang Singh5-Jul-07 4:58
Bajrang Singh5-Jul-07 4:58 
Hi all
I want to know How can we define no of rows in a window.
but this script writes all rows of that gridView.
So How can we control no of rows so we can print as many no of record as we want. Is there any other function Please let me know.
Your help is highly appreciated, Thanks

function CallPrint(strid)
{
var prtContent = document.getElementById(strid);
var strOldOne=prtContent.innerHTML;
var WinPrint = Window.open('','','letf=100,top=100,width=1000,height=1000,toolbar=0,scrollbars=1,status=0,resizable=1');
WinPrint.document.write(prtContent.outerHTML);
WinPrint.document.close();
WinPrint.focus();
WinPrint.print();
WinPrint.close();
}



Bajrang Singh
Using .net 2.0 (VS2005)

QuestionDataSource vs Data Access code Pin
DanB19835-Jul-07 4:53
DanB19835-Jul-07 4:53 
QuestionDeny Access of Folder Pin
ezazazel5-Jul-07 4:48
ezazazel5-Jul-07 4:48 
AnswerRe: Deny Access of Folder Pin
Fred_Smith5-Jul-07 5:12
Fred_Smith5-Jul-07 5:12 
QuestionHow to show a music from Playlist Pin
Kurian_Kurian5-Jul-07 4:26
Kurian_Kurian5-Jul-07 4:26 
AnswerRe: How to show a music from Playlist Pin
Christian Graus5-Jul-07 5:17
protectorChristian Graus5-Jul-07 5:17 
QuestionJavascript Error Pin
Blumen5-Jul-07 3:45
Blumen5-Jul-07 3:45 
AnswerRe: Javascript Error Pin
kubben5-Jul-07 4:02
kubben5-Jul-07 4:02 
GeneralRe: Javascript Error Pin
Blumen5-Jul-07 18:44
Blumen5-Jul-07 18:44 
Questionauthentication + SSL Pin
24891285-Jul-07 2:59
24891285-Jul-07 2:59 
QuestionDynamic Control Creatation Pin
erdemciga5-Jul-07 2:54
erdemciga5-Jul-07 2:54 
AnswerRe: Dynamic Control Creatation Pin
Christian Graus5-Jul-07 3:10
protectorChristian Graus5-Jul-07 3:10 
GeneralRe: Dynamic Control Creatation Pin
erdemciga5-Jul-07 10:25
erdemciga5-Jul-07 10:25 
Questioncreate header row for gridview in code-behind before binding Pin
playout5-Jul-07 2:49
playout5-Jul-07 2:49 
Questionhaving problem in retrieving primary key from parent table Pin
$h@ma!|@5-Jul-07 2:31
$h@ma!|@5-Jul-07 2:31 
AnswerRe: having problem in retrieving primary key from parent table Pin
Christian Graus5-Jul-07 2:38
protectorChristian Graus5-Jul-07 2:38 
QuestionRe: having problem in retrieving primary key from parent table Pin
$h@ma!|@5-Jul-07 19:06
$h@ma!|@5-Jul-07 19:06 
QuestionReports in asp.net 2005 Pin
zareee5-Jul-07 2:13
zareee5-Jul-07 2:13 

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.