Click here to Skip to main content
15,907,492 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to use a partial class? Pin
J4amieC10-Dec-07 23:24
J4amieC10-Dec-07 23:24 
GeneralRe: How to use a partial class? Pin
N a v a n e e t h10-Dec-07 22:25
N a v a n e e t h10-Dec-07 22:25 
GeneralProblem in displaying a calendar control using JavaScript.. Pin
Balagurunathan S10-Dec-07 20:51
Balagurunathan S10-Dec-07 20:51 
GeneralRe: Problem in displaying a calendar control using JavaScript.. Pin
Christian Graus10-Dec-07 21:27
protectorChristian Graus10-Dec-07 21:27 
GeneralRe: Problem in displaying a calendar control using JavaScript.. Pin
YeHtut11-Dec-07 20:16
YeHtut11-Dec-07 20:16 
QuestionWeb Serviece Problem - 'Server was unable to process request. --> Object reference not set to an instance of an object. Pin
Tarun Dudhatra10-Dec-07 20:36
Tarun Dudhatra10-Dec-07 20:36 
GeneralRe: Web Serviece Problem - 'Server was unable to process request. --> Object reference not set to an instance of an object. Pin
Sam Xavier13-Dec-07 22:56
Sam Xavier13-Dec-07 22:56 
GeneralRe: Web Serviece Problem - 'Server was unable to process request. --> Object reference not set to an instance of an object. Pin
Tarun Dudhatra14-Dec-07 0:23
Tarun Dudhatra14-Dec-07 0:23 
Hi Dear,

My code is here. Just have a look it.
there is one method named GetSearchResults_soap it have 4 param

I am passing it properly and hardcoded just my changed code is


srch.AuthHeader au = new srch.AuthHeader(); // This is a class file
au.UserName = Compute("pradeepraon@hotmail.com"); // property
au.Password = Compute("srch10242"); // property

srch.Srch test = new srch.Srch(); // main class file who has that method which we I am calling.
srch.SearchResults s = new srch.SearchResults(); //searchresult class

//When I am calling this GetSearchResults_soap method at that time it is throwing an error. that server was unable to process request and object ref. not set to an instance of an object.
s = test.GetSearchResults_soap("hotels", "bangalore", 1, 500);//error line
GeneralBurn CD Pin
arslanjatt10-Dec-07 20:06
arslanjatt10-Dec-07 20:06 
GeneralRe: Burn CD Pin
Rocky#10-Dec-07 20:11
Rocky#10-Dec-07 20:11 
GeneralRe: Burn CD Pin
Christian Graus10-Dec-07 21:22
protectorChristian Graus10-Dec-07 21:22 
GeneralRe: Burn CD Pin
RichardGrimmer11-Dec-07 5:22
RichardGrimmer11-Dec-07 5:22 
GeneralEmail Headers Pin
nannapanenikamalnath10-Dec-07 19:30
nannapanenikamalnath10-Dec-07 19:30 
GeneralRe: Email Headers Pin
Unknown Ajanabi10-Dec-07 19:40
Unknown Ajanabi10-Dec-07 19:40 
GeneralHide panel control in javascript. Pin
Nagraj Naik10-Dec-07 19:16
Nagraj Naik10-Dec-07 19:16 
GeneralRe: Hide panel control in javascript. Pin
firozu10-Dec-07 19:25
firozu10-Dec-07 19:25 
GeneralRe: Hide panel control in javascript. Pin
Unknown Ajanabi10-Dec-07 19:26
Unknown Ajanabi10-Dec-07 19:26 
GeneralRe: Hide panel control in javascript. Pin
N.Surendra Prasad10-Dec-07 21:10
N.Surendra Prasad10-Dec-07 21:10 
GeneralRe: Hide panel control in javascript. Pin
Christian Graus10-Dec-07 21:28
protectorChristian Graus10-Dec-07 21:28 
GeneralWorking same project by multiple programmers simultaniously Pin
Vipin.d10-Dec-07 19:13
Vipin.d10-Dec-07 19:13 
GeneralRe: Working same project by multiple programmers simultaniously Pin
firozu10-Dec-07 19:21
firozu10-Dec-07 19:21 
GeneralRe: Working same project by multiple programmers simultaniously Pin
Sun Rays10-Dec-07 19:29
Sun Rays10-Dec-07 19:29 
GeneralRe: Working same project by multiple programmers simultaniously Pin
Michael Sync10-Dec-07 19:32
Michael Sync10-Dec-07 19:32 
GeneralRe: Working same project by multiple programmers simultaniously Pin
Vipin.d10-Dec-07 20:00
Vipin.d10-Dec-07 20:00 
GeneralRe: Working same project by multiple programmers simultaniously Pin
N.Surendra Prasad10-Dec-07 21:54
N.Surendra Prasad10-Dec-07 21:54 

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.