Message Box
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
in vs 2005,when i display message box like this Response.Write("alert('hello world');"); some controls text and/or position changes. why is that so? Thanks in advance
-
I would guess this is happening since you are inserting your script into the middle of the response. It would be a better idea to use registerstartupscript, then it shouldn't affect your control text and position. Ben