Click here to Skip to main content
15,909,373 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: File Creation Problem in ASP.net Pin
Mahidharb9-Aug-07 4:08
Mahidharb9-Aug-07 4:08 
AnswerRe: File Creation Problem in ASP.net Pin
koolprasad20036-Aug-07 19:32
professionalkoolprasad20036-Aug-07 19:32 
GeneralRe: File Creation Problem in ASP.net Pin
Mahidharb9-Aug-07 4:11
Mahidharb9-Aug-07 4:11 
Questionrecover asp.net project Pin
nicetohaveyou6-Aug-07 8:53
nicetohaveyou6-Aug-07 8:53 
AnswerRe: recover asp.net project Pin
Dave Kreskowiak6-Aug-07 10:17
mveDave Kreskowiak6-Aug-07 10:17 
QuestionServer control in content page not firing event ro changing value Pin
Alberto Bar-Noy6-Aug-07 8:46
Alberto Bar-Noy6-Aug-07 8:46 
QuestionGridview row command - how to avoid the window that get opened up when I go back on the browser. Pin
Md Arif6-Aug-07 7:43
Md Arif6-Aug-07 7:43 
QuestionShow Message using Updata panel Pin
Alberto_Mz6-Aug-07 6:51
Alberto_Mz6-Aug-07 6:51 
Hi,

I am using an ajax update panel with an image button inside, i want to show a message when i click tue button:

Protected Sub button_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles button.Click

Dim msgAlert As String = "alert('My message');"

Microsoft.Web.UI.ScriptManager.RegisterStartupScript(Page, Me.GetType(), "click", msgAlert, True)


End Sub

But when i click the button the message doesn't show, but if put the button outside the update panel the message does show.

i wonder if somebody knows how to show messages when we use an update panel.

Thanks,
Alberto Martinez
Questionstore user defined class objects Pin
deepalititi6-Aug-07 6:40
deepalititi6-Aug-07 6:40 
QuestionHow to change ObjectDatasource sorting collation Pin
kuido206-Aug-07 5:07
kuido206-Aug-07 5:07 
AnswerRe: How to change ObjectDatasource sorting collation Pin
kubben6-Aug-07 5:09
kubben6-Aug-07 5:09 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kuido206-Aug-07 5:23
kuido206-Aug-07 5:23 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kubben6-Aug-07 5:25
kubben6-Aug-07 5:25 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kuido206-Aug-07 5:29
kuido206-Aug-07 5:29 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kubben6-Aug-07 6:13
kubben6-Aug-07 6:13 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kuido206-Aug-07 6:18
kuido206-Aug-07 6:18 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kubben6-Aug-07 6:20
kubben6-Aug-07 6:20 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kuido206-Aug-07 6:26
kuido206-Aug-07 6:26 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kubben6-Aug-07 6:40
kubben6-Aug-07 6:40 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kuido206-Aug-07 7:00
kuido206-Aug-07 7:00 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kubben6-Aug-07 7:23
kubben6-Aug-07 7:23 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kuido207-Aug-07 21:34
kuido207-Aug-07 21:34 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kubben8-Aug-07 1:38
kubben8-Aug-07 1:38 
QuestionTemporary List Pin
Sam Heller6-Aug-07 5:03
Sam Heller6-Aug-07 5:03 
AnswerRe: Temporary List Pin
kubben6-Aug-07 5:11
kubben6-Aug-07 5:11 

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.