Click here to Skip to main content
15,915,093 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: datetime value Pin
Sneha Bisht18-Feb-09 20:13
Sneha Bisht18-Feb-09 20:13 
GeneralRe: datetime value Pin
anujbanka178419-Feb-09 18:24
anujbanka178419-Feb-09 18:24 
QuestionVStudio 2008 Model View Controller Menu Item missing Pin
dwolver18-Feb-09 13:44
dwolver18-Feb-09 13:44 
Questionvs 2008 single web.config Pin
omer erakman18-Feb-09 7:05
omer erakman18-Feb-09 7:05 
AnswerRe: vs 2008 single web.config Pin
Christian Graus18-Feb-09 12:40
protectorChristian Graus18-Feb-09 12:40 
QuestionHow to create an email application for receiving emails? Pin
sandip singh18-Feb-09 6:09
sandip singh18-Feb-09 6:09 
AnswerRe: How to create an email application for receiving emails? Pin
vaghelabhavesh18-Feb-09 6:17
vaghelabhavesh18-Feb-09 6:17 
QuestionCalling a Web Service from Test Harness Pin
rkajal18-Feb-09 5:12
rkajal18-Feb-09 5:12 
Hi,

I've created a web service and to test it, I've created an ASP.NET page within the same solution.

When I run it in debug, I can browse to my page and submit some information to the web service. I can then follow the call into the web service in debug but I get an error due probably to the credentials - I'm using Sharepoint in my web service.

At that point, I think I need to set some credentials on the web service like this:

MyWebService.Service myWebService = new MyWebService.Service();
myWebService.Credentials = System.Net.CredentialCache.DefaultCredentials;


The trouble is, that there's no Credentials property on the web service for some reason. It's odd because when I create a separate test harness and reference the web service, the Credentials property is available.

Can anyone help? I think I'm missing something fundamental here Confused | :confused:
Questionplz check y there is an erro in reading data Pin
Ali_10018-Feb-09 4:46
Ali_10018-Feb-09 4:46 
AnswerRe: plz check y there is an erro in reading data Pin
ABitSmart18-Feb-09 5:08
ABitSmart18-Feb-09 5:08 
AnswerRe: plz check y there is an erro in reading data Pin
Agweet18-Feb-09 20:16
Agweet18-Feb-09 20:16 
QuestionImage Control Question Pin
Aptiva Dave18-Feb-09 4:18
Aptiva Dave18-Feb-09 4:18 
QuestionHow to bind Checkbox in <asp:listbox xmlns:asp="#unknown"> control dynamically?</asp:listbox> Pin
CM Makwana18-Feb-09 3:44
CM Makwana18-Feb-09 3:44 
QuestionError while calling Com Object Pin
Vignesh Krishnan18-Feb-09 3:19
Vignesh Krishnan18-Feb-09 3:19 
QuestionRetrive value in three textr box Pin
JAYRAJ GIRI18-Feb-09 2:37
JAYRAJ GIRI18-Feb-09 2:37 
AnswerRe: Retrive value in three textr box Pin
Christian Graus18-Feb-09 12:37
protectorChristian Graus18-Feb-09 12:37 
GeneralEmbedding the ASP.Net engine Pin
Mustafa Ismail Mustafa18-Feb-09 2:27
Mustafa Ismail Mustafa18-Feb-09 2:27 
GeneralRe: Embedding the ASP.Net engine Pin
N a v a n e e t h18-Feb-09 3:05
N a v a n e e t h18-Feb-09 3:05 
GeneralRe: Embedding the ASP.Net engine Pin
N a v a n e e t h18-Feb-09 3:07
N a v a n e e t h18-Feb-09 3:07 
GeneralRe: Embedding the ASP.Net engine Pin
Mustafa Ismail Mustafa18-Feb-09 3:54
Mustafa Ismail Mustafa18-Feb-09 3:54 
GeneralRe: Embedding the ASP.Net engine Pin
N a v a n e e t h18-Feb-09 14:37
N a v a n e e t h18-Feb-09 14:37 
Questionupdate panel dosen't work Pin
radupopescu77718-Feb-09 2:12
radupopescu77718-Feb-09 2:12 
AnswerRe: update panel dosen't work Pin
keyur satyadev18-Feb-09 2:46
keyur satyadev18-Feb-09 2:46 
GeneralRe: update panel dosen't work Pin
radupopescu77718-Feb-09 2:59
radupopescu77718-Feb-09 2:59 
GeneralRe: update panel dosen't work Pin
keyur satyadev18-Feb-09 19:29
keyur satyadev18-Feb-09 19:29 

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.