ASP.NET Page Methods with Parameters(www.dotnetjalps.com)
submitted by
jalpesh(1337) 4 months, 17 days ago
In earlier post I have written how we can use page methods to call server-side from the java script. In this post I am going to explain How we can pass parameters to page methods with java script.
So let’s take a simple example to see how we can pass parameters to the page methods. I am going to create a page method Hello World which takes name as parameter and return a string to greet user from that page method below is code for that.using System;
using System.Web.Services;
namespace PageMethods
{...
|category: ASP.NET
|Views: 1
tags:
ASP.NET another
Everyones tags:
Your Tags: