Click here to Skip to main content
15,902,112 members
Home / Discussions / C#
   

C#

 
GeneralRe: Big html string. How to store them? Pin
Ravi Bhavnani22-Feb-07 7:32
professionalRavi Bhavnani22-Feb-07 7:32 
GeneralRe: Big html string. How to store them? Pin
Luc Pattyn22-Feb-07 7:33
sitebuilderLuc Pattyn22-Feb-07 7:33 
GeneralRe: Big html string. How to store them? Pin
Scripter4722-Feb-07 7:45
Scripter4722-Feb-07 7:45 
QuestionHow to change border (frame) color on a Form? Pin
ClarreW22-Feb-07 5:08
ClarreW22-Feb-07 5:08 
AnswerRe: How to change border (frame) color on a Form? Pin
Dave Kreskowiak22-Feb-07 8:51
mveDave Kreskowiak22-Feb-07 8:51 
GeneralRe: How to change border (frame) color on a Form? Pin
ClarreW22-Feb-07 20:16
ClarreW22-Feb-07 20:16 
QuestionEventHandler not Fire Pin
mfcuser22-Feb-07 5:07
mfcuser22-Feb-07 5:07 
AnswerRe: EventHandler not Fire Pin
Colin Angus Mackay22-Feb-07 5:21
Colin Angus Mackay22-Feb-07 5:21 
GeneralRe: EventHandler not Fire Pin
mfcuser22-Feb-07 5:31
mfcuser22-Feb-07 5:31 
AnswerRe: EventHandler not Fire Pin
Ravi Bhavnani22-Feb-07 6:37
professionalRavi Bhavnani22-Feb-07 6:37 
GeneralRe: EventHandler not Fire Pin
mfcuser22-Feb-07 7:12
mfcuser22-Feb-07 7:12 
QuestionError Message in CD Burning program Pin
shahzeb8522-Feb-07 4:56
shahzeb8522-Feb-07 4:56 
AnswerRe: Error Message in CD Burning program Pin
Judah Gabriel Himango22-Feb-07 4:59
sponsorJudah Gabriel Himango22-Feb-07 4:59 
GeneralRe: Error Message in CD Burning program Pin
shahzeb8522-Feb-07 5:19
shahzeb8522-Feb-07 5:19 
GeneralRe: Error Message in CD Burning program Pin
Ravi Bhavnani22-Feb-07 6:42
professionalRavi Bhavnani22-Feb-07 6:42 
QuestionHow to access XSL Variable or Param in c#? Pin
Abubakarsb22-Feb-07 4:16
Abubakarsb22-Feb-07 4:16 
AnswerRe: How to access XSL Variable or Param in c#? Pin
Pete O'Hanlon22-Feb-07 4:27
mvePete O'Hanlon22-Feb-07 4:27 
AnswerRe: How to access XSL Variable or Param in c#? Pin
Stefan Troschuetz22-Feb-07 4:29
Stefan Troschuetz22-Feb-07 4:29 
QuestionCall Method From External Process Pin
avictus22-Feb-07 4:15
avictus22-Feb-07 4:15 
AnswerRe: Call Method From External Process Pin
Judah Gabriel Himango22-Feb-07 4:50
sponsorJudah Gabriel Himango22-Feb-07 4:50 
AnswerRe: Call Method From External Process Pin
led mike22-Feb-07 4:50
led mike22-Feb-07 4:50 
QuestionHow to access XSL Vaiable in c#? Pin
Abubakarsb22-Feb-07 4:03
Abubakarsb22-Feb-07 4:03 
AnswerRe: How to access XSL Vaiable in c#? Pin
Pete O'Hanlon22-Feb-07 4:34
mvePete O'Hanlon22-Feb-07 4:34 
GeneralRe: How to access XSL Vaiable in c#? Pin
Abubakarsb22-Feb-07 4:51
Abubakarsb22-Feb-07 4:51 
HI,

Thanks for so quick reply. You didn't get my problem. The code which you sent me I already used that code. it is passing values from c# to XSL by using this but not from XSL to C# which I need;

XsltArgumentList args = new XsltArgumentList();
args.AddParam("MyName", string.Empty, "John Doe");

I explain it you in more details and comprehensively; I have a variable in xsl with name 'size' and it has value 35.I just want to use this value in .cs file by using following statement;

Response.Write(size);

output should be;
35

Waiting for your reply,
Regards,
Abubakar
GeneralRe: How to access XSL Vaiable in c#? Pin
Pete O'Hanlon22-Feb-07 5:05
mvePete O'Hanlon22-Feb-07 5:05 

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.