Click here to Skip to main content
15,885,696 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: ReportViewer Control Pin
Jaiprakash M Bankolli3-Apr-07 22:53
Jaiprakash M Bankolli3-Apr-07 22:53 
GeneralRe: ReportViewer Control Pin
nayan11226-Apr-07 2:57
nayan11226-Apr-07 2:57 
QuestionCompression switches Pin
GgAben2-Apr-07 22:52
GgAben2-Apr-07 22:52 
AnswerRe: Compression switches Pin
Pete O'Hanlon3-Apr-07 0:48
mvePete O'Hanlon3-Apr-07 0:48 
GeneralRe: Compression switches Pin
GgAben3-Apr-07 18:43
GgAben3-Apr-07 18:43 
AnswerRe: Compression switches Pin
Dave Kreskowiak3-Apr-07 4:47
mveDave Kreskowiak3-Apr-07 4:47 
GeneralRe: Compression switches Pin
GgAben3-Apr-07 18:39
GgAben3-Apr-07 18:39 
QuestionPrinting a code behind string using any client side scripting Pin
indian1432-Apr-07 19:57
indian1432-Apr-07 19:57 
Hi all,
I have a javascript function written in html block of aspx page. I have string vairible declared in it, when I try to print it on a paper its printing whole page, instead of printing that string variable only. Can anybody please suggest me or give me some code snippet how to do it. If possible give me the code snippet for 2-browsers Mozilla and IExplr

My code is as below :

function printdoc(text)
{
var lbl="<%=str4%>";
if (lbl == "Valid")
{
var lbl1="<%= str1 %>";
text=lbl1;
print(text);
}
else
{
alert("Bio-metrics have not been done");
}
}

Can anybody please tell me how to do it. Thank you.

Regards,
Aleem.


S/W Engineer
Akebono Soft Technologies
aleem_abdul@akebonosoft.com.

AnswerRe: Printing a code behind string using any client side scripting Pin
Pete O'Hanlon3-Apr-07 1:06
mvePete O'Hanlon3-Apr-07 1:06 
Question.NET 3.0 installation Pin
code_wiz2-Apr-07 13:37
code_wiz2-Apr-07 13:37 
AnswerRe: .NET 3.0 installation Pin
Dave Kreskowiak2-Apr-07 17:23
mveDave Kreskowiak2-Apr-07 17:23 
GeneralRe: .NET 3.0 installation Pin
DotNetInterest3-Apr-07 1:36
DotNetInterest3-Apr-07 1:36 
GeneralRe: .NET 3.0 installation Pin
Pete O'Hanlon3-Apr-07 1:37
mvePete O'Hanlon3-Apr-07 1:37 
GeneralRe: .NET 3.0 installation Pin
DotNetInterest3-Apr-07 1:42
DotNetInterest3-Apr-07 1:42 
GeneralRe: .NET 3.0 installation Pin
Pete O'Hanlon3-Apr-07 1:43
mvePete O'Hanlon3-Apr-07 1:43 
GeneralRe: .NET 3.0 installation Pin
Dave Kreskowiak3-Apr-07 4:42
mveDave Kreskowiak3-Apr-07 4:42 
QuestionTable adapters not updating when adding new fields Pin
steve_rm2-Apr-07 2:17
steve_rm2-Apr-07 2:17 
AnswerRe: Table adapters not updating when adding new fields Pin
Jaiprakash M Bankolli3-Apr-07 22:58
Jaiprakash M Bankolli3-Apr-07 22:58 
Questionline on image Pin
navyasri1-Apr-07 23:42
navyasri1-Apr-07 23:42 
AnswerRe: line on image Pin
Pete O'Hanlon2-Apr-07 1:11
mvePete O'Hanlon2-Apr-07 1:11 
AnswerRe: line on image Pin
Jaiprakash M Bankolli3-Apr-07 23:06
Jaiprakash M Bankolli3-Apr-07 23:06 
QuestionUsing SendMessage LB_GETTEXT in .NET CF 1.0 (Visual Basic 2005) Pin
powellandy1-Apr-07 12:21
powellandy1-Apr-07 12:21 
Questionis it possible to convert VS C++ project to VB.NET? Pin
honda15i1-Apr-07 4:58
honda15i1-Apr-07 4:58 
AnswerRe: is it possible to convert VS C++ project to VB.NET? Pin
Dave Kreskowiak1-Apr-07 7:14
mveDave Kreskowiak1-Apr-07 7:14 
QuestionRe: is it possible to convert VS C++ project to VB.NET? Pin
honda15i1-Apr-07 23:40
honda15i1-Apr-07 23:40 

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.