Click here to Skip to main content
15,881,757 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: the problem of using querystring Pin
Seraph_summer25-Sep-09 9:56
Seraph_summer25-Sep-09 9:56 
GeneralRe: the problem of using querystring Pin
Abhishek Sur25-Sep-09 10:02
professionalAbhishek Sur25-Sep-09 10:02 
GeneralRe: the problem of using querystring Pin
Seraph_summer25-Sep-09 10:09
Seraph_summer25-Sep-09 10:09 
GeneralRe: the problem of using querystring Pin
Abhishek Sur25-Sep-09 10:25
professionalAbhishek Sur25-Sep-09 10:25 
QuestionIs it possible to deploy a VS2005 Crystal report in a shared hosting environment like GoDaddy? Pin
David Mujica25-Sep-09 6:36
David Mujica25-Sep-09 6:36 
AnswerRe: Is it possible to deploy a VS2005 Crystal report in a shared hosting environment like GoDaddy? Pin
Abhishek Sur25-Sep-09 9:34
professionalAbhishek Sur25-Sep-09 9:34 
Questionasp.net , c# converting crystal report to pdf not working Pin
rajkumar.325-Sep-09 4:35
rajkumar.325-Sep-09 4:35 
QuestionHow to call a server-side method from client-side JavaScript Pin
pujafaldu25-Sep-09 2:52
pujafaldu25-Sep-09 2:52 
Hi...
I have done code as bello,but i can't get result of YourMethod().
Kindly help to solve this issue.

Thanks.
FALDU PUJA

<asp:scriptmanager id="ScriptManager1" enablepagemethods="true" enablepartialrendering="true" runat="server">


function buttonClick()
{
alert(PageMethods.YourMethod("John Doe"));
}
<script>

<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true" EnablePartialRendering="true">

<input type="submit" value="Get Message" onclick="buttonClick();return false;" >
<form>




<script runat="server">

[System.Web.Services.WebMethod]
public static string YourMethod(string name)
{
return "Hello " + name;
}


AnswerRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal25-Sep-09 3:07
Nisha Agrawal25-Sep-09 3:07 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
pujafaldu25-Sep-09 3:12
pujafaldu25-Sep-09 3:12 
AnswerRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal25-Sep-09 3:26
Nisha Agrawal25-Sep-09 3:26 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Not Active25-Sep-09 3:32
mentorNot Active25-Sep-09 3:32 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal25-Sep-09 3:55
Nisha Agrawal25-Sep-09 3:55 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Not Active25-Sep-09 3:28
mentorNot Active25-Sep-09 3:28 
AnswerRe: How to call a server-side method from client-side JavaScript Pin
Not Active25-Sep-09 3:30
mentorNot Active25-Sep-09 3:30 
AnswerRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal25-Sep-09 3:57
Nisha Agrawal25-Sep-09 3:57 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Not Active25-Sep-09 4:39
mentorNot Active25-Sep-09 4:39 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal28-Sep-09 23:23
Nisha Agrawal28-Sep-09 23:23 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Not Active29-Sep-09 2:03
mentorNot Active29-Sep-09 2:03 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal29-Sep-09 19:19
Nisha Agrawal29-Sep-09 19:19 
Questioncrystal report ask for login id and password Pin
vikas shukla25-Sep-09 2:22
vikas shukla25-Sep-09 2:22 
AnswerRe: crystal report ask for login id and password Pin
Greg Chelstowski25-Sep-09 3:04
Greg Chelstowski25-Sep-09 3:04 
GeneralRe: crystal report ask for login id and password Pin
sashidhar25-Sep-09 5:00
sashidhar25-Sep-09 5:00 
GeneralRe: crystal report ask for login id and password Pin
Greg Chelstowski27-Sep-09 22:58
Greg Chelstowski27-Sep-09 22:58 
AnswerRe: crystal report ask for login id and password Pin
sashidhar25-Sep-09 5:05
sashidhar25-Sep-09 5:05 

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.