Click here to Skip to main content
15,890,982 members
Home / Discussions / C#
   

C#

 
QuestionImage from custom control? Pin
lameDuck3-Nov-05 4:39
lameDuck3-Nov-05 4:39 
QuestionExport to Excel Pin
zaboboa3-Nov-05 3:41
zaboboa3-Nov-05 3:41 
AnswerRe: Export to Excel Pin
J4amieC3-Nov-05 4:00
J4amieC3-Nov-05 4:00 
GeneralRe: Export to Excel Pin
zaboboa3-Nov-05 4:15
zaboboa3-Nov-05 4:15 
QuestionCant do "Process.Start(..." Pin
Anthony Mushrow3-Nov-05 3:16
professionalAnthony Mushrow3-Nov-05 3:16 
AnswerRe: Cant do "Process.Start(..." Pin
leppie3-Nov-05 3:39
leppie3-Nov-05 3:39 
AnswerRe: Cant do "Process.Start(..." Pin
S. Senthil Kumar3-Nov-05 4:32
S. Senthil Kumar3-Nov-05 4:32 
Questiondot.net 2 Pin
wpcolleen3-Nov-05 1:34
wpcolleen3-Nov-05 1:34 
I've got the following which compiles ok in dot.net 1.0, but when I compile it in dot.net 2 it won't compile.

public static void SetFocus(System.Web.UI.Page pg, string ControlName)
{
System.Text.StringBuilder jScript = new System.Text.StringBuilder();

jScript.Append("");
jScript.Append("document.getElementById('" + ControlName + "').focus();");
jScript.Append("");

pg.RegisterStartupScript("setFocus", jScript.ToString());
}
The error it produces is:-
Can not switch: This end tag does not match up with a start tag.

I've no idea why - has anyone any clues.
AnswerRe: dot.net 2 Pin
J4amieC3-Nov-05 1:53
J4amieC3-Nov-05 1:53 
GeneralRe: dot.net 2 Pin
S. Senthil Kumar3-Nov-05 4:38
S. Senthil Kumar3-Nov-05 4:38 
GeneralRe: dot.net 2 Pin
J4amieC3-Nov-05 5:57
J4amieC3-Nov-05 5:57 
GeneralRe: dot.net 2 Pin
S. Senthil Kumar3-Nov-05 18:42
S. Senthil Kumar3-Nov-05 18:42 
AnswerRe: dot.net 2 Pin
leppie3-Nov-05 3:43
leppie3-Nov-05 3:43 
QuestionProgrammatically lock a control in design time Pin
monteiz3-Nov-05 1:30
monteiz3-Nov-05 1:30 
AnswerRe: Programmatically lock a control in design time Pin
J4amieC3-Nov-05 1:56
J4amieC3-Nov-05 1:56 
QuestionReading chunked SOAP XML Response Pin
SimonPust3-Nov-05 0:28
SimonPust3-Nov-05 0:28 
QuestionHow to use the delphi compiled dll in .net Pin
varmag3-Nov-05 0:22
varmag3-Nov-05 0:22 
AnswerRe: How to use the delphi compiled dll in .net Pin
User 66583-Nov-05 0:43
User 66583-Nov-05 0:43 
GeneralRe: How to use the delphi compiled dll in .net Pin
varmag3-Nov-05 1:04
varmag3-Nov-05 1:04 
GeneralRe: How to use the delphi compiled dll in .net Pin
varmag3-Nov-05 21:27
varmag3-Nov-05 21:27 
QuestionAlternative PDF Viewer ? Pin
fracalifa2-Nov-05 23:45
fracalifa2-Nov-05 23:45 
AnswerRe: Alternative PDF Viewer ? Pin
User 66583-Nov-05 2:06
User 66583-Nov-05 2:06 
GeneralRe: Alternative PDF Viewer ? Pin
fracalifa3-Nov-05 22:49
fracalifa3-Nov-05 22:49 
AnswerRe: Alternative PDF Viewer ? Pin
Joel Lucsy4-Nov-05 9:23
Joel Lucsy4-Nov-05 9:23 
QuestionCopiler that does webservices / apps - where? Pin
Anthony Mushrow2-Nov-05 23:31
professionalAnthony Mushrow2-Nov-05 23:31 

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.