Click here to Skip to main content
15,902,002 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: WPF Application Pin
Christian Graus30-Dec-08 18:44
protectorChristian Graus30-Dec-08 18:44 
GeneralRe: WPF Application Pin
N a v a n e e t h30-Dec-08 20:57
N a v a n e e t h30-Dec-08 20:57 
Questiondon't allow duplicates in sql server 2005 Pin
madhu Rao30-Dec-08 17:57
madhu Rao30-Dec-08 17:57 
AnswerRe: don't allow duplicates in sql server 2005 Pin
Christian Graus30-Dec-08 17:59
protectorChristian Graus30-Dec-08 17:59 
QuestionJavascript Function Related Question. Pin
mr_muskurahat30-Dec-08 17:54
mr_muskurahat30-Dec-08 17:54 
AnswerRe: Javascript Function Related Question. Pin
Christian Graus30-Dec-08 17:57
protectorChristian Graus30-Dec-08 17:57 
AnswerRe: Javascript Function Related Question. Pin
Abhijit Jana30-Dec-08 18:45
professionalAbhijit Jana30-Dec-08 18:45 
AnswerRe: Javascript Function Related Question. Pin
Brij30-Dec-08 18:49
mentorBrij30-Dec-08 18:49 
I think,You don't have good idea about server side and client side.

but I think you reaquirement is to execute one javascript on the page render after the button click event.You can do it by registering javascript function in the codebehind.

Register the function as

Page.ClientScript.RegisterStartupScript(this.GetType(), this.ClientID, "JSfun();", true);

Here JSfun() is a javascript function which is defined on aspax and will be executed when page will render.

Cheers!!
Brij

GeneralRe: Javascript Function Related Question. Pin
mr_muskurahat30-Dec-08 19:24
mr_muskurahat30-Dec-08 19:24 
GeneralRe: Javascript Function Related Question. Pin
Brij30-Dec-08 22:16
mentorBrij30-Dec-08 22:16 
QuestionAllow ASP.NET 1.1 and ASP.NET to share Session Variables Pin
oktobershawn30-Dec-08 17:27
oktobershawn30-Dec-08 17:27 
AnswerRe: Allow ASP.NET 1.1 and ASP.NET to share Session Variables Pin
Christian Graus30-Dec-08 17:58
protectorChristian Graus30-Dec-08 17:58 
GeneralRe: Allow ASP.NET 1.1 and ASP.NET to share Session Variables Pin
oktobershawn5-Jan-09 11:36
oktobershawn5-Jan-09 11:36 
AnswerRe: Allow ASP.NET 1.1 and ASP.NET to share Session Variables Pin
Not Active30-Dec-08 18:17
mentorNot Active30-Dec-08 18:17 
GeneralRe: Allow ASP.NET 1.1 and ASP.NET to share Session Variables Pin
oktobershawn13-Jan-09 6:26
oktobershawn13-Jan-09 6:26 
GeneralRe: Allow ASP.NET 1.1 and ASP.NET to share Session Variables Pin
Not Active13-Jan-09 7:04
mentorNot Active13-Jan-09 7:04 
QuestionHTTP status 403: Forbidden exception using certificate to authenticate access to ASP.NET web service Pin
mykukup30-Dec-08 15:00
mykukup30-Dec-08 15:00 
QuestionAdding apps to profiles Pin
richard11230-Dec-08 12:18
richard11230-Dec-08 12:18 
QuestionProfile Avatar Pin
richard11230-Dec-08 12:03
richard11230-Dec-08 12:03 
QuestionMapping images under sql table to asp.net matrix view Pin
Member 318637930-Dec-08 8:47
Member 318637930-Dec-08 8:47 
AnswerRe: Mapping images under sql table to asp.net matrix view Pin
Brij30-Dec-08 17:24
mentorBrij30-Dec-08 17:24 
Questionhow i can inherit gridview with predefined columns Pin
Member 202259230-Dec-08 7:57
Member 202259230-Dec-08 7:57 
QuestionDownloading a file from a secured website and dumping it into a loca folder Pin
Tina P30-Dec-08 7:11
Tina P30-Dec-08 7:11 
GeneralRage Refresh (Round 2) [Resolved] [modified] Pin
Tom Delany30-Dec-08 7:05
Tom Delany30-Dec-08 7:05 
GeneralRe: Rage Refresh (Round 2) Pin
Christian Graus30-Dec-08 7:07
protectorChristian Graus30-Dec-08 7:07 

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.