Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: Removing "Back-Slash \" from string Pin
Richard MacCutchan29-Apr-11 0:46
mveRichard MacCutchan29-Apr-11 0:46 
AnswerRe: Removing "Back-Slash \" from string Pin
Blue_Boy28-Apr-11 23:18
Blue_Boy28-Apr-11 23:18 
AnswerRe: Removing "Back-Slash \" from string PinPopular
David198729-Apr-11 1:30
David198729-Apr-11 1:30 
AnswerRe: Removing "Back-Slash \" from string Pin
Prasanta_Prince29-Apr-11 5:49
Prasanta_Prince29-Apr-11 5:49 
AnswerRe: Removing "Back-Slash \" from string Pin
wizardzz29-Apr-11 7:23
wizardzz29-Apr-11 7:23 
QuestionBinding a Method Pin
dbongs28-Apr-11 21:52
dbongs28-Apr-11 21:52 
AnswerRe: Binding a Method Pin
Pete O'Hanlon28-Apr-11 23:03
mvePete O'Hanlon28-Apr-11 23:03 
GeneralRe: Binding a Method Pin
dbongs28-Apr-11 23:14
dbongs28-Apr-11 23:14 
else {
                   strEdit = "";
                   delet = "";
                   rtf = "<img src=\"images/rtf.png\" title=\"Download Conditions\" style=\"Border:0\"></img>";
               }
               var t = ("<tr class=\"displ\"><td id=\"brh\" style=\"display:none\">" + data[i].BRH_ID + "</td><td>" + data[i].var_deedOf + "</td><td align=\"left\">" + data[i].lib_name + "</td><td>" + data[i].lib_modifiedBy + "</td><td><a href=\"#\" id=\"download\" libid=\"" + data[i].lib_id + "\" class=\"link\">" + rtf + "</a><a id=\"uploadfile\" href=\"#\" class=\"link cl\" libid=\"" + data[i].lib_id + "\" deedsoffice=\"" + data[i].var_deedOf + "\">" + strEdit + "</a><a id=\"del\" href=\"#\" class=\"link\" libid=\"" + data[i].lib_id + "\" >" + delet + "</a></td></tr>");

               $("#Result").append(t);

so m trying to bind
id=\"uploadfile\"
to
new ajaxupload('#uploadfile'{
which is a jquery ajaxupload.. and i know Pete that this is th wrong forum for the question but i trust u guys Smile | :)
GeneralRe: Binding a Method Pin
Pete O'Hanlon29-Apr-11 2:32
mvePete O'Hanlon29-Apr-11 2:32 
QuestionFileUpload Component question. Pin
buffering8328-Apr-11 19:38
buffering8328-Apr-11 19:38 
AnswerRe: FileUpload Component question. Pin
dan!sh 28-Apr-11 20:04
professional dan!sh 28-Apr-11 20:04 
AnswerRe: FileUpload Component question. Pin
Pete O'Hanlon28-Apr-11 21:00
mvePete O'Hanlon28-Apr-11 21:00 
AnswerRe: FileUpload Component question. Pin
dbongs28-Apr-11 21:54
dbongs28-Apr-11 21:54 
QuestionHow to print a file (word doc, pdf or infopath form) from a URL using code? Pin
bin_bin128-Apr-11 19:21
bin_bin128-Apr-11 19:21 
AnswerRe: How to print a file (word doc, pdf or infopath form) from a URL using code? Pin
_Erik_29-Apr-11 3:41
_Erik_29-Apr-11 3:41 
QuestionListing information of backgroud process Pin
sarang_k28-Apr-11 19:01
sarang_k28-Apr-11 19:01 
AnswerRe: Listing information of backgroud process Pin
CodingLover28-Apr-11 19:23
CodingLover28-Apr-11 19:23 
AnswerRe: Listing information of backgroud process Pin
ambarishtv29-Apr-11 23:05
ambarishtv29-Apr-11 23:05 
QuestionMinimizing to system tray causes stack overflow Pin
Helfdane28-Apr-11 12:52
Helfdane28-Apr-11 12:52 
AnswerRe: Minimizing to system tray causes stack overflow Pin
Luc Pattyn28-Apr-11 13:01
sitebuilderLuc Pattyn28-Apr-11 13:01 
GeneralRe: Minimizing to system tray causes stack overflow Pin
Helfdane29-Apr-11 8:35
Helfdane29-Apr-11 8:35 
QuestionGradient Texture with Transparency Pin
BoneSoft28-Apr-11 3:54
BoneSoft28-Apr-11 3:54 
AnswerRe: Gradient Texture with Transparency Pin
BoneSoft28-Apr-11 9:02
BoneSoft28-Apr-11 9:02 
AnswerRe: Gradient Texture with Transparency Pin
Manfred Rudolf Bihy28-Apr-11 12:30
professionalManfred Rudolf Bihy28-Apr-11 12:30 
GeneralRe: Gradient Texture with Transparency Pin
BoneSoft28-Apr-11 16:04
BoneSoft28-Apr-11 16:04 

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.