Click here to Skip to main content
15,867,330 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: dll issue Pin
Abhijit Jana18-Jan-09 1:30
professionalAbhijit Jana18-Jan-09 1:30 
GeneralRe: dll issue Pin
snehasish18-Jan-09 21:41
snehasish18-Jan-09 21:41 
Questiongridview Pin
billcodes17-Jan-09 21:44
billcodes17-Jan-09 21:44 
AnswerRe: gridview Pin
Abhijit Jana17-Jan-09 22:16
professionalAbhijit Jana17-Jan-09 22:16 
GeneralRe: gridview Pin
billcodes17-Jan-09 23:00
billcodes17-Jan-09 23:00 
GeneralRe: gridview Pin
Abhijit Jana17-Jan-09 23:25
professionalAbhijit Jana17-Jan-09 23:25 
GeneralRe: gridview Pin
scotchy2hotty2k218-Jan-09 17:54
scotchy2hotty2k218-Jan-09 17:54 
Questionwhat is the error in this code ? Pin
ahmed eldeghedy17-Jan-09 19:51
professionalahmed eldeghedy17-Jan-09 19:51 
<body onunload="CallMyEnd()">
<script type="text/javascript" language="javascript">
function CallMyEnd()
{
// call server side method
alert(PageMethods.GetName());
}
</script>

<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true"/>
-------------------------
and my methods CS.
[WebMethod]
public static string GetName()
{
return "1111111";
}

the explorer return alert undefined

what is the error in this code ?
i try the script on head and now in body the same error ?

ahmed eldeghedy

AnswerRe: what is the error in this code ? Pin
Guffa18-Jan-09 1:49
Guffa18-Jan-09 1:49 
QuestionHow Events can make fire for dynamically generated controls Pin
meeram39517-Jan-09 17:46
meeram39517-Jan-09 17:46 
AnswerRe: How Events can make fire for dynamically generated controls Pin
Christian Graus18-Jan-09 2:02
protectorChristian Graus18-Jan-09 2:02 
QuestionUpdate Panel and WebPart Pin
Not Active17-Jan-09 15:09
mentorNot Active17-Jan-09 15:09 
AnswerRe: Update Panel and WebPart Pin
Rutvik Dave17-Jan-09 19:41
professionalRutvik Dave17-Jan-09 19:41 
GeneralRe: Update Panel and WebPart Pin
Not Active17-Jan-09 20:14
mentorNot Active17-Jan-09 20:14 
GeneralRe: Update Panel and WebPart Pin
Rutvik Dave18-Jan-09 8:23
professionalRutvik Dave18-Jan-09 8:23 
QuestionVery Complex SQL/ASP/Sharepoint issue with Sharepoint trying to get users from a custom "user-provider-Database" Pin
3ukman17-Jan-09 14:47
3ukman17-Jan-09 14:47 
QuestionFilepaths for Windows Media Player in Visual Basic ASP.NET Pin
AndyASPVB17-Jan-09 7:18
AndyASPVB17-Jan-09 7:18 
AnswerRe: Filepaths for Windows Media Player in Visual Basic ASP.NET Pin
Christian Graus17-Jan-09 11:04
protectorChristian Graus17-Jan-09 11:04 
GeneralRe: Filepaths for Windows Media Player in Visual Basic ASP.NET Pin
AndyASPVB18-Jan-09 0:45
AndyASPVB18-Jan-09 0:45 
GeneralRe: Filepaths for Windows Media Player in Visual Basic ASP.NET Pin
Christian Graus18-Jan-09 2:10
protectorChristian Graus18-Jan-09 2:10 
GeneralRe: Filepaths for Windows Media Player in Visual Basic ASP.NET Pin
AndyASPVB18-Jan-09 4:10
AndyASPVB18-Jan-09 4:10 
GeneralRe: Filepaths for Windows Media Player in Visual Basic ASP.NET Pin
Christian Graus18-Jan-09 12:00
protectorChristian Graus18-Jan-09 12:00 
GeneralRe: Filepaths for Windows Media Player in Visual Basic ASP.NET Pin
AndyASPVB18-Jan-09 12:18
AndyASPVB18-Jan-09 12:18 
GeneralRe: Filepaths for Windows Media Player in Visual Basic ASP.NET Pin
Christian Graus18-Jan-09 12:25
protectorChristian Graus18-Jan-09 12:25 
GeneralRe: Filepaths for Windows Media Player in Visual Basic ASP.NET Pin
AndyASPVB19-Jan-09 10:30
AndyASPVB19-Jan-09 10:30 

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.