Click here to Skip to main content
16,006,766 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCustomized setup icon. Pin
Dotnetkanna11-Jun-08 21:37
Dotnetkanna11-Jun-08 21:37 
AnswerRe: Customized setup icon. Pin
eyeseetee11-Jun-08 22:42
eyeseetee11-Jun-08 22:42 
GeneralRe: Customized setup icon. Pin
Dotnetkanna11-Jun-08 22:59
Dotnetkanna11-Jun-08 22:59 
GeneralRe: Customized setup icon. Pin
eyeseetee11-Jun-08 23:05
eyeseetee11-Jun-08 23:05 
GeneralRe: Customized setup icon. Pin
Dotnetkanna11-Jun-08 23:14
Dotnetkanna11-Jun-08 23:14 
GeneralRe: Customized setup icon. Pin
eyeseetee11-Jun-08 23:27
eyeseetee11-Jun-08 23:27 
Questionupdate panel Javascript probs Pin
Member 387988111-Jun-08 20:39
Member 387988111-Jun-08 20:39 
AnswerRe: update panel Javascript probs Pin
Venkatesh Mookkan11-Jun-08 22:43
Venkatesh Mookkan11-Jun-08 22:43 
Once you start using UpdatePanel, the page postback event is completely handled my Microsoft Ajax. So usually your page will not postback and onload event page will not work. To make it work, use Ajax ClientSide Scripting.

For Example, add the below code after the ScriptManager tag in the HTML source.

<script>

Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(funcPageLoaded);


function funcPageLoaded(){
    alert("Page Loaded");
}

</script>



[Venkatesh Mookkan]
My: Website | Yahoo Group | Blog Spot

Questionhow to persist grid values while post back ???? Pin
koolprasad200311-Jun-08 19:52
professionalkoolprasad200311-Jun-08 19:52 
AnswerRe: how to persist grid values while post back ???? Pin
N a v a n e e t h11-Jun-08 20:46
N a v a n e e t h11-Jun-08 20:46 
QuestionHow to migrate CFM to Asp.net Pin
please help11-Jun-08 19:47
please help11-Jun-08 19:47 
AnswerRe: How to migrate CFM to Asp.net Pin
Vasudevan Deepak Kumar11-Jun-08 20:53
Vasudevan Deepak Kumar11-Jun-08 20:53 
Questionhow to include a project from vss?? Pin
sanjubaba11-Jun-08 19:44
sanjubaba11-Jun-08 19:44 
QuestionHow we can redirect an aspx file from a .cs file Pin
AnilBharatharajan11-Jun-08 19:35
AnilBharatharajan11-Jun-08 19:35 
AnswerRe: How we can redirect an aspx file from a .cs file Pin
koolprasad200311-Jun-08 19:42
professionalkoolprasad200311-Jun-08 19:42 
AnswerRe: How we can redirect an aspx file from a .cs file Pin
Christian Graus11-Jun-08 19:46
protectorChristian Graus11-Jun-08 19:46 
Questionhelp me Pin
naveen4u11-Jun-08 19:13
naveen4u11-Jun-08 19:13 
QuestionPage Refresh Pin
Member 329688311-Jun-08 18:31
Member 329688311-Jun-08 18:31 
AnswerRe: Page Refresh Pin
Parwej Ahamad11-Jun-08 18:52
professionalParwej Ahamad11-Jun-08 18:52 
GeneralRe: Page Refresh Pin
Member 329688311-Jun-08 19:07
Member 329688311-Jun-08 19:07 
GeneralRe: Page Refresh Pin
Parwej Ahamad11-Jun-08 19:25
professionalParwej Ahamad11-Jun-08 19:25 
GeneralRe: Page Refresh - Repeat Post Pin
eyeseetee11-Jun-08 21:30
eyeseetee11-Jun-08 21:30 
QuestionHow to specify LoginPage in web.config Pin
jason_mf11-Jun-08 17:28
jason_mf11-Jun-08 17:28 
QuestionConvert image to binary and back to image Pin
J Liang11-Jun-08 15:44
J Liang11-Jun-08 15:44 
AnswerRe: Convert image to binary and back to image Pin
N a v a n e e t h11-Jun-08 16:36
N a v a n e e t h11-Jun-08 16:36 

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.