Click here to Skip to main content
15,902,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.NET/HTML/IIS Question Pin
RX Maverick1-Oct-07 10:00
RX Maverick1-Oct-07 10:00 
AnswerRe: ASP.NET/HTML/IIS Question Pin
pmarfleet1-Oct-07 10:41
pmarfleet1-Oct-07 10:41 
QuestionHow to formulate a file upload mime type for an ASPX page? Pin
LizardWiz1-Oct-07 9:22
LizardWiz1-Oct-07 9:22 
AnswerRe: How to formulate a file upload mime type for an ASPX page? Pin
pmarfleet1-Oct-07 9:57
pmarfleet1-Oct-07 9:57 
GeneralRe: How to formulate a file upload mime type for an ASPX page? Pin
LizardWiz1-Oct-07 10:05
LizardWiz1-Oct-07 10:05 
GeneralRe: How to formulate a file upload mime type for an ASPX page? Pin
pmarfleet1-Oct-07 10:37
pmarfleet1-Oct-07 10:37 
GeneralRe: How to formulate a file upload mime type for an ASPX page? Pin
LizardWiz1-Oct-07 10:59
LizardWiz1-Oct-07 10:59 
QuestionWebService method problem Pin
netJP12L1-Oct-07 7:11
netJP12L1-Oct-07 7:11 
From my webservice class method i am returning an array of Person object When i run the webservice it crashes and says Person class doesn't have paramterless constructor. Although I have serialized Person class. But if i add a default constructor with no input values then i don't get this runtime error. Does anybody no why do i need to add a paramterless constructor. Please help me thanks


<br />
 <br />
public Person[] Globe(string name)<br />
{<br />
    Person p1 = new Person("p1);<br />
    Person p2 = new Person("p2);<br />
<br />
    Person[] p= new Person[2];<br />
    p[0]=p1;<br />
    p[1]=p2;<br />
       <br />
    return p <br />
}

AnswerRe: WebService method problem Pin
ToddHileHoffer1-Oct-07 8:05
ToddHileHoffer1-Oct-07 8:05 
GeneralRe: WebService method problem Pin
netJP12L2-Oct-07 3:54
netJP12L2-Oct-07 3:54 
QuestionHow to hide the detail of database username and password from others Pin
Sandy Arora1-Oct-07 7:05
professionalSandy Arora1-Oct-07 7:05 
AnswerRe: How to hide the detail of database username and password from others Pin
Not Active1-Oct-07 7:34
mentorNot Active1-Oct-07 7:34 
QuestionMembership API password problem Pin
Xpnctoc1-Oct-07 6:01
Xpnctoc1-Oct-07 6:01 
AnswerRe: Membership API password problem Pin
kubben1-Oct-07 6:27
kubben1-Oct-07 6:27 
GeneralRe: Membership API password problem Pin
Xpnctoc1-Oct-07 7:29
Xpnctoc1-Oct-07 7:29 
Questionhtml content of a grid Pin
Sebastian T Xavier1-Oct-07 5:00
Sebastian T Xavier1-Oct-07 5:00 
AnswerRe: html content of a grid Pin
kubben1-Oct-07 5:32
kubben1-Oct-07 5:32 
GeneralRe: html content of a grid Pin
Sebastian T Xavier1-Oct-07 21:09
Sebastian T Xavier1-Oct-07 21:09 
QuestionHow to post form data into mssql2000 and retrieve data from database? Pin
Shahriat Hossain1-Oct-07 4:36
Shahriat Hossain1-Oct-07 4:36 
AnswerRe: How to post form data into mssql2000 and retrieve data from database? Pin
pmarfleet1-Oct-07 4:44
pmarfleet1-Oct-07 4:44 
QuestionLarning Pin
kjosh1-Oct-07 4:18
kjosh1-Oct-07 4:18 
AnswerRe: Larning Pin
leckey1-Oct-07 4:19
leckey1-Oct-07 4:19 
GeneralRe: Larning Pin
kjosh1-Oct-07 4:22
kjosh1-Oct-07 4:22 
GeneralRe: Larning Pin
Malcolm Smart1-Oct-07 11:26
Malcolm Smart1-Oct-07 11:26 
AnswerRe: Larning Pin
Christian Graus1-Oct-07 11:49
protectorChristian Graus1-Oct-07 11:49 

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.