Click here to Skip to main content
15,888,521 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to enable textboxes on radio button click using javascript Pin
r aa j16-Jun-08 21:27
r aa j16-Jun-08 21:27 
AnswerRe: how to enable textboxes on radio button click using javascript Pin
Imran Khan Pathan16-Jun-08 21:25
Imran Khan Pathan16-Jun-08 21:25 
Questionhow to create dynamic hyperlinkfield in gridview Pin
sanjeev_150116-Jun-08 20:29
sanjeev_150116-Jun-08 20:29 
AnswerRe: how to create dynamic hyperlinkfield in gridview Pin
Imran Khan Pathan16-Jun-08 21:43
Imran Khan Pathan16-Jun-08 21:43 
Questionadd crystal mearge module in installshield x express Pin
Rinki Mukheraji16-Jun-08 19:36
Rinki Mukheraji16-Jun-08 19:36 
QuestionHiding Query string Pin
venkat86_ece16-Jun-08 17:53
venkat86_ece16-Jun-08 17:53 
AnswerRe: Hiding Query string Pin
Gayani Devapriya16-Jun-08 18:44
Gayani Devapriya16-Jun-08 18:44 
Questionplease solve this webservice problem Pin
Shaik Haneef16-Jun-08 17:09
Shaik Haneef16-Jun-08 17:09 
hi to all

i write some simple webservice in below and put into http://bundi.com/webser.asmx

i take a web refence and created object and it is working fine, plase follow the code and finally please answer my questions



webser.asmx file conetent in which i have in http://bundi.com/webser.asmx
***************



]]>
Imports System.Web
Imports System.Web.Services
Imports System.Web.Services.Protocols
Namespace mysimpleWebService


<webservice(namespace:> _
<webservicebinding(conformsto:> _
<global.microsoft.visualbasic.compilerservices.designergenerated()> _
Public Class webser
Inherits System.Web.Services.WebService

<webmethod()> _
Public Function sum(ByVal a As Double, ByVal b As Double) As Double
Return a + b
End Function

End Class


End Namespace




default.aspx page content
*************


Partial Class _Default
Inherits System.Web.UI.Page

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

Dim objweb As New summethod.webser
objweb.sum(19.1, 30.9)
Response.Write("sum result is " & objweb.sum(19.1, 30.9))

End Sub
End Class



here my problem are
**********************

1) this webservice accessign directly how i protect this with password the perticular webservice
2) is anything more need to learn about webservice,what other uses , can u explain any thing more to learn web service

This is haneef.............................................................

QuestionGridView to DetailsView (on a different page), passing of variable Pin
Desmond Lim16-Jun-08 16:28
Desmond Lim16-Jun-08 16:28 
AnswerRe: GridView to DetailsView (on a different page), passing of variable Pin
Venkatesh Mookkan16-Jun-08 17:49
Venkatesh Mookkan16-Jun-08 17:49 
GeneralRe: GridView to DetailsView (on a different page), passing of variable Pin
Desmond Lim16-Jun-08 19:51
Desmond Lim16-Jun-08 19:51 
QuestionControl to show Visual Difference between 2 blocks of Text like Word Compare Pin
Member 77672016-Jun-08 11:05
Member 77672016-Jun-08 11:05 
AnswerRe: Control to show Visual Difference between 2 blocks of Text like Word Compare Pin
Christian Graus16-Jun-08 11:36
protectorChristian Graus16-Jun-08 11:36 
QuestionAuto website backup Pin
dptalt16-Jun-08 9:23
dptalt16-Jun-08 9:23 
AnswerRe: Auto website backup Pin
Christian Graus16-Jun-08 11:37
protectorChristian Graus16-Jun-08 11:37 
AnswerRe: Auto website backup Pin
N a v a n e e t h16-Jun-08 21:31
N a v a n e e t h16-Jun-08 21:31 
QuestionCount Membership Pin
keith12316-Jun-08 8:49
keith12316-Jun-08 8:49 
AnswerRe: Count Membership Pin
Christian Graus16-Jun-08 11:39
protectorChristian Graus16-Jun-08 11:39 
GeneralRe: Count Membership Pin
keith12316-Jun-08 12:05
keith12316-Jun-08 12:05 
QuestionFillschema - Problem Pin
FerJones16-Jun-08 8:47
FerJones16-Jun-08 8:47 
Questionaccordion header style missing in IE6 Pin
For_IT16-Jun-08 6:55
For_IT16-Jun-08 6:55 
Questionscript function Pin
trilokharry16-Jun-08 4:42
trilokharry16-Jun-08 4:42 
AnswerRe: script function Pin
Parwej Ahamad16-Jun-08 5:38
professionalParwej Ahamad16-Jun-08 5:38 
AnswerRe: script function Pin
Jay Royall16-Jun-08 5:39
Jay Royall16-Jun-08 5:39 
QuestionGridview blanks cell returns &nbsp !!! Pin
kindman_nb16-Jun-08 4:25
kindman_nb16-Jun-08 4:25 

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.