Click here to Skip to main content
16,006,440 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Question - IGNORE POST Pin
eyeseetee5-Jun-08 22:08
eyeseetee5-Jun-08 22:08 
QuestionQuestion Pin
nithydurai5-Jun-08 21:09
nithydurai5-Jun-08 21:09 
AnswerRe: Question - IGNORE POST Pin
eyeseetee5-Jun-08 22:08
eyeseetee5-Jun-08 22:08 
AnswerRe: Question Pin
N a v a n e e t h5-Jun-08 22:13
N a v a n e e t h5-Jun-08 22:13 
Questionhave a doubt by changing the culture of a webpage Pin
Satish - Developer5-Jun-08 21:06
Satish - Developer5-Jun-08 21:06 
QuestionConfused about 3-tier architecture Pin
Nitin19815-Jun-08 21:00
Nitin19815-Jun-08 21:00 
AnswerRe: Confused about 3-tier architecture Pin
eyeseetee5-Jun-08 22:07
eyeseetee5-Jun-08 22:07 
QuestionWeb service SOAP exception Pin
mpavas5-Jun-08 20:48
mpavas5-Jun-08 20:48 
Hello,

When ever I call the web method I get the below web method.

Message System.Web.Services.Protocols.SoapException: commandLine=OPSTMSTK Root=ProductStock EventReport=EventReport, Exception Message=SERVERNAME.Core.Connection: Read failed from remote server for header SERVERNAME:15101
at TEST.Core.ServiceHelper.WebServiceHelper.RaiseException(String webServiceNamespace, String errorMessage, String errorNumber, String errorSource, FaultCode code)
at TEST.Core.ServiceHelper.ServiceHelper.Run(String myXmlString)
at TEST.Core.ServiceHelper.ServiceHelper.RunTESTProgram(String TESTProgram)
at WSProductInfo.ProductStock.GetStatus(String ProductId, String Site)

The code is as below:

//Error code//
Applicaion.Accept.Order wsOrderAccept = new Applicaion.Accept.Order();
wsOrderAccept.getStatus()
//Error code//

If I write the below code twice (call web method 2 times), like if failed i.e throws an exception then go to catch and try again. In this case it works, strange!
Applicaion.Accept.Order wsOrderAccept = new Applicaion.Accept.Order();

try
{
wsOrderAccept.getStatus()
}
catch
{
wsOrderAccept.getStatus()
}



Any Idea....plz suggest some thing.



Regards,

Pavas

Regards,
Pavas

Questionin modalpopup javascript validation doesnot work in firefox Pin
vishal parekh5-Jun-08 20:40
vishal parekh5-Jun-08 20:40 
AnswerRe: in modalpopup javascript validation doesnot work in firefox Pin
eyeseetee5-Jun-08 22:06
eyeseetee5-Jun-08 22:06 
GeneralRe: in modalpopup javascript validation doesnot work in firefox Pin
vishal parekh6-Jun-08 4:20
vishal parekh6-Jun-08 4:20 
Question<asp:calendar> and "Arithmetic overflow error converting expression to data type datetime."</asp:calendar> Pin
epp11235-Jun-08 20:22
epp11235-Jun-08 20:22 
AnswerRe: and "Arithmetic overflow error converting expression to data type datetime." Pin
eyeseetee5-Jun-08 22:05
eyeseetee5-Jun-08 22:05 
QuestionIs it possible to Get id of a row in repeater Pin
S.Aijaz5-Jun-08 20:11
S.Aijaz5-Jun-08 20:11 
AnswerRe: Is it possible to Get id of a row in repeater Pin
Gayani Devapriya5-Jun-08 21:21
Gayani Devapriya5-Jun-08 21:21 
GeneralRe: Is it possible to Get id of a row in repeater Pin
S.Aijaz5-Jun-08 21:40
S.Aijaz5-Jun-08 21:40 
GeneralRe: Is it possible to Get id of a row in repeater Pin
S.Aijaz5-Jun-08 22:08
S.Aijaz5-Jun-08 22:08 
GeneralRe: Is it possible to Get id of a row in repeater [modified] Pin
Gayani Devapriya5-Jun-08 22:18
Gayani Devapriya5-Jun-08 22:18 
GeneralRe: Is it possible to Get id of a row in repeater Pin
S.Aijaz5-Jun-08 22:53
S.Aijaz5-Jun-08 22:53 
GeneralRe: Is it possible to Get id of a row in repeater [modified] Pin
Gayani Devapriya6-Jun-08 1:54
Gayani Devapriya6-Jun-08 1:54 
QuestionAuto Redirect from Paypal Pin
Krazy Programmer5-Jun-08 19:52
Krazy Programmer5-Jun-08 19:52 
AnswerRe: Auto Redirect from Paypal Pin
Bhumikabarot5-Jun-08 21:18
Bhumikabarot5-Jun-08 21:18 
AnswerRe: Auto Redirect from Paypal Pin
mdpavel6-Jun-08 7:02
mdpavel6-Jun-08 7:02 
QuestionFill table by XML document Pin
harunbagwan5-Jun-08 19:39
harunbagwan5-Jun-08 19:39 
QuestionFile upload control not accepting 15 MB document file Pin
Pankaj Garg5-Jun-08 19:12
Pankaj Garg5-Jun-08 19:12 

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.