Click here to Skip to main content
15,891,253 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSiteSearch does not work on server. Pin
Member 471549210-Jun-08 12:41
Member 471549210-Jun-08 12:41 
AnswerRe: SiteSearch does not work on server. Pin
Parwej Ahamad10-Jun-08 17:25
professionalParwej Ahamad10-Jun-08 17:25 
AnswerRe: SiteSearch does not work on server. Pin
eyeseetee10-Jun-08 21:31
eyeseetee10-Jun-08 21:31 
QuestionGridview Footer Totals = Subtotal - discount Pin
Sarfaraj Ahmed10-Jun-08 11:04
Sarfaraj Ahmed10-Jun-08 11:04 
AnswerRe: Gridview Footer Totals = Subtotal - discount Pin
Parwej Ahamad10-Jun-08 17:35
professionalParwej Ahamad10-Jun-08 17:35 
QuestionProblem Formatting a String inside a 3rd-party component [modified] Pin
Nostrom010-Jun-08 8:33
Nostrom010-Jun-08 8:33 
AnswerRe: Problem Formatting a String inside a 3rd-party component Pin
Parwej Ahamad10-Jun-08 17:31
professionalParwej Ahamad10-Jun-08 17:31 
QuestionAJAX: SimpleWebServices is not defined Pin
pankazmittal10-Jun-08 8:03
pankazmittal10-Jun-08 8:03 
Hi
I have a webpage and webservice on localhost in different project. In different virtual directories. I want to call webservice function as follows and alert it onComplete.

---------------------------

function Button1_onclick() {
ret = SimpleWebServices.SimpleService.SayHello(document.getElementById('Text1').value, OnComplete, OnTimeOut, OnError);
return(true);
}

function OnComplete(arg) {
alert(arg);
}


-------------

Webservice code is very simple..

namespace SimpleWebServices
{
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[System.Web.Script.Services.ScriptService()]
public class SimpleService : System.Web.Services.WebService
{
[WebMethod]
public string SayHello(String Name)
{
return "Hello : " + Name;
}
}
}

-----------------

But, i get error : "SimpleWebServices is not defined"

Not sure what I am missing. Please advise. Thanks

Pankaj
AnswerRe: AJAX: SimpleWebServices is not defined Pin
Christian Graus10-Jun-08 8:23
protectorChristian Graus10-Jun-08 8:23 
GeneralSqlDataSource and Exceptions Pin
Brady Kelly10-Jun-08 7:56
Brady Kelly10-Jun-08 7:56 
GeneralRe: SqlDataSource and Exceptions Pin
Christian Graus10-Jun-08 8:24
protectorChristian Graus10-Jun-08 8:24 
QuestioniFrame and Focus Problem Pin
Archana New to Dotnet10-Jun-08 7:56
Archana New to Dotnet10-Jun-08 7:56 
AnswerRe: iFrame and Focus Problem Pin
Parwej Ahamad10-Jun-08 17:17
professionalParwej Ahamad10-Jun-08 17:17 
Questionwhat is urlrewriting in asp.net Pin
Rinki Mukheraji10-Jun-08 6:57
Rinki Mukheraji10-Jun-08 6:57 
AnswerRe: what is urlrewriting in asp.net Pin
Christian Graus10-Jun-08 7:02
protectorChristian Graus10-Jun-08 7:02 
QuestionSelecting a gridview row and keeping the last selected row in a gridview highlighted after mouse moves over a new row. Pin
Steve Holdorf10-Jun-08 4:31
Steve Holdorf10-Jun-08 4:31 
AnswerRe: Selecting a gridview row and keeping the last selected row in a gridview highlighted after mouse moves over a new row. Pin
Steve Holdorf10-Jun-08 4:46
Steve Holdorf10-Jun-08 4:46 
GeneralRe: Selecting a gridview row and keeping the last selected row in a gridview highlighted after mouse moves over a new row. [modified] Pin
Parwej Ahamad10-Jun-08 6:02
professionalParwej Ahamad10-Jun-08 6:02 
GeneralRe: Selecting a gridview row and keeping the last selected row in a gridview highlighted after mouse moves over a new row. Pin
Steve Holdorf10-Jun-08 6:45
Steve Holdorf10-Jun-08 6:45 
GeneralRe: Selecting a gridview row and keeping the last selected row in a gridview highlighted after mouse moves over a new row. Pin
Parwej Ahamad10-Jun-08 17:13
professionalParwej Ahamad10-Jun-08 17:13 
Questionhii please if anyone can help me would be great!!! Pin
Technobizz10-Jun-08 4:08
Technobizz10-Jun-08 4:08 
AnswerRe: hii please if anyone can help me would be great!!! Pin
Christian Graus10-Jun-08 4:13
protectorChristian Graus10-Jun-08 4:13 
Questionhow to convert text.table to text.pdftable in itextsharp? Pin
Ashish Kumar Vyas10-Jun-08 3:32
Ashish Kumar Vyas10-Jun-08 3:32 
AnswerRe: how to convert text.table to text.pdftable in itextsharp? Pin
Christian Graus10-Jun-08 3:34
protectorChristian Graus10-Jun-08 3:34 
AnswerRe: how to convert text.table to text.pdftable in itextsharp? Pin
eyeseetee10-Jun-08 4:03
eyeseetee10-Jun-08 4:03 

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.