Click here to Skip to main content
15,921,454 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: add/save a row to a db C# Pin
enjoycrack28-Nov-05 12:50
enjoycrack28-Nov-05 12:50 
GeneralRe: add/save a row to a db C# Pin
bhumber29-Nov-05 1:15
bhumber29-Nov-05 1:15 
GeneralRe: add/save a row to a db C# Pin
enjoycrack29-Nov-05 6:33
enjoycrack29-Nov-05 6:33 
QuestionHelp on multiple Web Services with same Interfaces Pin
rnvrnv28-Nov-05 4:21
rnvrnv28-Nov-05 4:21 
QuestionIndex was outside the bounds of the array Pin
Cammie Watson28-Nov-05 0:13
Cammie Watson28-Nov-05 0:13 
AnswerRe: Index was outside the bounds of the array Pin
Guffa28-Nov-05 0:50
Guffa28-Nov-05 0:50 
GeneralRe: Index was outside the bounds of the array Pin
Cammie Watson28-Nov-05 4:45
Cammie Watson28-Nov-05 4:45 
Questiongetting errror at valueOf Pin
dtksumanth27-Nov-05 21:08
dtksumanth27-Nov-05 21:08 
This question is related to java program if any budy knows it please give me answer bcz i am new to the java technology sir. The problem is

i am using 3 methos
<br />
public void setDay(String s)<br />
    {<br />
        day = s;<br />
    }<br />
<br />
    public String getDay()<br />
    {<br />
        return day;<br />
    }<br />
<br />
    public void setMonth(String s)<br />
    {<br />
        month = s;<br />
    }<br />
<br />
    public String getMonth()<br />
    {<br />
        return month;<br />
    }<br />
<br />
    public void setYear(String s)<br />
    {<br />
        year = s;<br />
    }<br />
<br />
    public String getYear()<br />
    {<br />
        return year;<br />
    }<br />
<br />
    public Date getCust_dob()<br />
    {<br />
        cust_dob = valueOf(year + "-" + month + "-" + day);<br />
        return cust_dob;<br />
    }<br />

when i was trying to compile the program i am getting an error:
cannot find symbol valueOf(String)

if any budy knows about this kindly response me..
AnswerRe: getting errror at valueOf Pin
Guffa27-Nov-05 23:02
Guffa27-Nov-05 23:02 
Questionradio button list Pin
PrasannaNalkur27-Nov-05 18:10
PrasannaNalkur27-Nov-05 18:10 
Questionwinhttp.h and winhttp5.lib is needed Pin
Vladimir D27-Nov-05 12:19
Vladimir D27-Nov-05 12:19 
QuestionDialog Box in ASP.Net Pin
K.P.Kannan26-Nov-05 20:11
K.P.Kannan26-Nov-05 20:11 
AnswerRe: Dialog Box in ASP.Net Pin
Guffa27-Nov-05 0:52
Guffa27-Nov-05 0:52 
QuestionHelp to test the speed of my website Pin
microsea26-Nov-05 5:32
microsea26-Nov-05 5:32 
AnswerRe: Help to test the speed of my website Pin
Guffa27-Nov-05 0:59
Guffa27-Nov-05 0:59 
GeneralRe: Help to test the speed of my website Pin
microsea27-Nov-05 14:25
microsea27-Nov-05 14:25 
Questionserver.create object and mshtml Pin
karanba26-Nov-05 1:57
karanba26-Nov-05 1:57 
Question.net web service specialization/customization Pin
mack scynox26-Nov-05 1:28
mack scynox26-Nov-05 1:28 
QuestionWeb LOg Parsing Pin
esesem24-Nov-05 21:03
esesem24-Nov-05 21:03 
AnswerRe: Web LOg Parsing Pin
Curtis Schlak.25-Nov-05 5:37
Curtis Schlak.25-Nov-05 5:37 
Questionweb.config Pin
m_amin8324-Nov-05 19:16
m_amin8324-Nov-05 19:16 
AnswerRe: web.config Pin
enjoycrack25-Nov-05 21:49
enjoycrack25-Nov-05 21:49 
QuestionNewbie Question Pin
shedrick24-Nov-05 15:23
shedrick24-Nov-05 15:23 
AnswerRe: Newbie Question Pin
Christian Graus24-Nov-05 17:03
protectorChristian Graus24-Nov-05 17:03 
GeneralRe: Newbie Question Pin
shedrick25-Nov-05 7:08
shedrick25-Nov-05 7:08 

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.