Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to convert to generic type method Pin
OriginalGriff22-Jun-15 21:21
mveOriginalGriff22-Jun-15 21:21 
SuggestionRe: How to convert to generic type method Pin
Richard MacCutchan22-Jun-15 21:24
mveRichard MacCutchan22-Jun-15 21:24 
QuestionC# 2010 Access 2010 Report Automation Pin
SIMNecsa22-Jun-15 20:49
SIMNecsa22-Jun-15 20:49 
QuestionHelp c# Pin
Member 1177333822-Jun-15 20:14
Member 1177333822-Jun-15 20:14 
AnswerRe: Help c# Pin
OriginalGriff22-Jun-15 20:20
mveOriginalGriff22-Jun-15 20:20 
QuestionJavascript with Visual Studio 2013 Pin
Dolly Nimavat22-Jun-15 17:54
Dolly Nimavat22-Jun-15 17:54 
AnswerRe: Javascript with Visual Studio 2013 Pin
Pete O'Hanlon22-Jun-15 18:59
mvePete O'Hanlon22-Jun-15 18:59 
AnswerRe: Javascript with Visual Studio 2013 Pin
F-ES Sitecore22-Jun-15 23:51
professionalF-ES Sitecore22-Jun-15 23:51 
Your problem is that you're not appreciating that javascript runs on the client using the rendered html, and what you see in visual studio aspx files is not what is rendered to the client. .net will change your control IDs so if you refer to IDs in your js you need to use the ClientID property of the control to get the proper ID, or use static ids if that is suitable (it won't always be);

ASP.NET 4.0 Client ID Feature[^]

Other things you need to bear in mind are code paths and how you refer to your js files in relation to your other files.

There is no single trick to this, it mainly involves having a good understanding of the framework and using best practises in your coding, and tackling individual problems as you encounter them.
GeneralDeveloping a Article Spinner… Pin
N8tiv22-Jun-15 17:13
N8tiv22-Jun-15 17:13 
QuestionConvert a function to C# Pin
Member 416962822-Jun-15 5:46
Member 416962822-Jun-15 5:46 
AnswerRe: Convert a function to C# Pin
PIEBALDconsult22-Jun-15 5:51
mvePIEBALDconsult22-Jun-15 5:51 
AnswerRe: Convert a function to C# Pin
Richard Deeming22-Jun-15 5:52
mveRichard Deeming22-Jun-15 5:52 
Questionhow do i change my startupform in vb Pin
Member 1178293322-Jun-15 4:46
Member 1178293322-Jun-15 4:46 
GeneralRe: how do i change my startupform in vb Pin
Sascha Lefèvre22-Jun-15 4:48
professionalSascha Lefèvre22-Jun-15 4:48 
AnswerRe: how do i change my startupform in vb Pin
Dave Kreskowiak22-Jun-15 5:11
mveDave Kreskowiak22-Jun-15 5:11 
GeneralRe: how do i change my startupform in vb Pin
Eddy Vluggen22-Jun-15 5:24
professionalEddy Vluggen22-Jun-15 5:24 
GeneralRe: how do i change my startupform in vb Pin
Dave Kreskowiak22-Jun-15 11:25
mveDave Kreskowiak22-Jun-15 11:25 
JokeRe: how do i change my startupform in vb Pin
Eddy Vluggen22-Jun-15 11:43
professionalEddy Vluggen22-Jun-15 11:43 
QuestionVS 2015 RC Pin
RugbyLeague22-Jun-15 1:58
RugbyLeague22-Jun-15 1:58 
AnswerRe: VS 2015 RC Pin
OriginalGriff22-Jun-15 2:27
mveOriginalGriff22-Jun-15 2:27 
GeneralRe: VS 2015 RC Pin
RugbyLeague22-Jun-15 2:29
RugbyLeague22-Jun-15 2:29 
GeneralRe: VS 2015 RC Pin
Dave Kreskowiak22-Jun-15 3:33
mveDave Kreskowiak22-Jun-15 3:33 
GeneralRe: VS 2015 RC Pin
RugbyLeague22-Jun-15 3:34
RugbyLeague22-Jun-15 3:34 
GeneralRe: VS 2015 RC Pin
Dave Kreskowiak22-Jun-15 3:41
mveDave Kreskowiak22-Jun-15 3:41 
QuestionHow can I debug my GeckoFX webpage? Pin
Member 1161266221-Jun-15 21:13
Member 1161266221-Jun-15 21: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.