Click here to Skip to main content
15,867,308 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to use globalization using resorce files Pin
Abhishek Sur29-Dec-09 21:26
professionalAbhishek Sur29-Dec-09 21:26 
Questiondisplaying an alert in codebehind while using updatepanel control Pin
sanjubaba29-Dec-09 19:46
sanjubaba29-Dec-09 19:46 
AnswerRe: displaying an alert in codebehind while using updatepanel control Pin
m@dhu29-Dec-09 20:06
m@dhu29-Dec-09 20:06 
AnswerRe: displaying an alert in codebehind while using updatepanel control Pin
Pranay Rana29-Dec-09 20:38
professionalPranay Rana29-Dec-09 20:38 
AnswerRe: displaying an alert in codebehind while using updatepanel control Pin
Abhishek Sur29-Dec-09 21:30
professionalAbhishek Sur29-Dec-09 21:30 
GeneralRe: displaying an alert in codebehind while using updatepanel control [modified] Pin
sanjubaba29-Dec-09 23:41
sanjubaba29-Dec-09 23:41 
QuestionASP.NET SOAP Server/Client with Complex Types Pin
captainone29-Dec-09 9:13
captainone29-Dec-09 9:13 
AnswerRe: ASP.NET SOAP Server/Client with Complex Types Pin
sri_346429-Dec-09 16:22
sri_346429-Dec-09 16:22 
The Organization present in the object info is null.
Try this

VerifyInsurance.RequestorInformation info = new VerifyInsurance.RequestorInformation();
info.Organization = new Organization();
info.Organization.Name = "Test Org";

VerifyInsurance verify = new VerifyInsurance();
verify.CoverageRequest(info);

This should work.
QuestionCustomize web deployment setup Pin
sri_346429-Dec-09 8:14
sri_346429-Dec-09 8:14 
AnswerRe: Customize web deployment setup Pin
Abhijit Jana29-Dec-09 16:33
professionalAbhijit Jana29-Dec-09 16:33 
GeneralRe: Customize web deployment setup Pin
sri_346429-Dec-09 16:55
sri_346429-Dec-09 16:55 
QuestionBest way to deploy a site to several servers at once Pin
DeepToot29-Dec-09 7:29
DeepToot29-Dec-09 7:29 
AnswerRe: Best way to deploy a site to several servers at once Pin
sri_346429-Dec-09 8:17
sri_346429-Dec-09 8:17 
GeneralRe: Best way to deploy a site to several servers at once Pin
DeepToot29-Dec-09 9:03
DeepToot29-Dec-09 9:03 
Questionchecking if email exists in facebook, twitter, linkedin, myspace... Pin
laziale29-Dec-09 6:34
laziale29-Dec-09 6:34 
QuestionVirtual Classroom project in ASP.Net Pin
sumit4729-Dec-09 6:22
sumit4729-Dec-09 6:22 
AnswerRe: Virtual Classroom project in ASP.Net Pin
yesu prakash29-Dec-09 16:56
yesu prakash29-Dec-09 16:56 
AnswerRe: Virtual Classroom project in ASP.Net Pin
mukeshyadav3728-Aug-10 8:04
mukeshyadav3728-Aug-10 8:04 
GeneralRe: Virtual Classroom project in ASP.Net Pin
sardar.nale20-Mar-11 21:18
sardar.nale20-Mar-11 21:18 
GeneralRe: Virtual Classroom project in ASP.Net Pin
sathishkumar.skn12-Aug-13 20:18
sathishkumar.skn12-Aug-13 20:18 
QuestionGridView dropdownlist issue Pin
Priya Prk29-Dec-09 5:37
Priya Prk29-Dec-09 5:37 
AnswerRe: GridView dropdownlist issue Pin
Abhijit Jana29-Dec-09 6:02
professionalAbhijit Jana29-Dec-09 6:02 
AnswerRe: GridView dropdownlist issue Pin
PunkIsNotDead29-Dec-09 6:43
PunkIsNotDead29-Dec-09 6:43 
Questionsending control to another class. Pin
lamia nabil29-Dec-09 0:03
lamia nabil29-Dec-09 0:03 
AnswerRe: sending control to another class. Pin
Abhishek Sur29-Dec-09 2:46
professionalAbhishek Sur29-Dec-09 2:46 

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.