Click here to Skip to main content
15,895,656 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem with ref cursor Pin
Girish48112-Jul-10 18:28
Girish48112-Jul-10 18:28 
QuestionCreate a Bitmap image in memory and show it in an ASP .Net Page Pin
FJJCENTU12-Jul-10 13:54
FJJCENTU12-Jul-10 13:54 
AnswerRe: Create a Bitmap image in memory and show it in an ASP .Net Page Pin
Not Active12-Jul-10 14:34
mentorNot Active12-Jul-10 14:34 
GeneralRe: Create a Bitmap image in memory and show it in an ASP .Net Page Pin
FJJCENTU12-Jul-10 19:59
FJJCENTU12-Jul-10 19:59 
GeneralRe: Create a Bitmap image in memory and show it in an ASP .Net Page Pin
Not Active13-Jul-10 1:17
mentorNot Active13-Jul-10 1:17 
QuestionScriptManager.RegisterClientScriptBlock pratices Pin
brunoseixas12-Jul-10 9:21
brunoseixas12-Jul-10 9:21 
AnswerRe: ScriptManager.RegisterClientScriptBlock pratices Pin
T M Gray12-Jul-10 10:50
T M Gray12-Jul-10 10:50 
AnswerRe: ScriptManager.RegisterClientScriptBlock pratices Pin
Not Active12-Jul-10 11:44
mentorNot Active12-Jul-10 11:44 
brunoseixas wrote:
a Javascript function that needs to be thrown several times in the code-behind(C#)


You can't call a JavaScript function from code-behind. You can however write the JavaScript to the output stream. The best way would be to execute the script from the client-side load event such as

<body onLoad="MyFunction">


or with JQuery

<script>
$(document).ready( function() { MyFunction(); });
</script>


I know the language. I've read a book. - _Madmatt

GeneralRe: ScriptManager.RegisterClientScriptBlock pratices Pin
brunoseixas13-Jul-10 2:30
brunoseixas13-Jul-10 2:30 
GeneralRe: ScriptManager.RegisterClientScriptBlock pratices Pin
Not Active13-Jul-10 2:50
mentorNot Active13-Jul-10 2:50 
GeneralRe: ScriptManager.RegisterClientScriptBlock pratices Pin
brunoseixas13-Jul-10 4:52
brunoseixas13-Jul-10 4:52 
QuestionStatic values keeping their instance after stopping the debugger Pin
Brendan Vogt12-Jul-10 9:00
Brendan Vogt12-Jul-10 9:00 
AnswerRe: Static values keeping their instance after stopping the debugger Pin
T M Gray12-Jul-10 10:47
T M Gray12-Jul-10 10:47 
QuestionRe: Static values keeping their instance after stopping the debugger Pin
Brendan Vogt12-Jul-10 19:44
Brendan Vogt12-Jul-10 19:44 
AnswerRe: Static values keeping their instance after stopping the debugger Pin
T M Gray13-Jul-10 4:59
T M Gray13-Jul-10 4:59 
QuestionPositioning a content page inside a Master Page Pin
FJJCENTU12-Jul-10 6:46
FJJCENTU12-Jul-10 6:46 
AnswerRe: Positioning a content page inside a Master Page Pin
Sandeep Mewara12-Jul-10 8:51
mveSandeep Mewara12-Jul-10 8:51 
GeneralRe: Positioning a content page inside a Master Page Pin
FJJCENTU12-Jul-10 13:45
FJJCENTU12-Jul-10 13:45 
QuestionManage role is this correct? Pin
amina8912-Jul-10 2:41
amina8912-Jul-10 2:41 
AnswerRe: Manage role is this correct? Pin
Not Active12-Jul-10 2:57
mentorNot Active12-Jul-10 2:57 
QuestionRe: Manage role is this correct? Pin
amina8912-Jul-10 3:23
amina8912-Jul-10 3:23 
AnswerRe: Manage role is this correct? Pin
Not Active12-Jul-10 3:33
mentorNot Active12-Jul-10 3:33 
AnswerRe: Manage role is this correct? Pin
Peace ON12-Jul-10 3:39
Peace ON12-Jul-10 3:39 
GeneralRe: Manage role is this correct? Pin
Not Active12-Jul-10 4:25
mentorNot Active12-Jul-10 4:25 
QuestionRe: Manage role is this correct? [modified] Pin
amina8912-Jul-10 5:14
amina8912-Jul-10 5:14 

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.