Search Results

Showing results 1 to 40 of 50
Search took 0.01 seconds.
Search: Posts Made By: shijunair
Forum: JSP May 15th, 2009
Replies: 9
Views: 1,728
Posted By shijunair
Thanks for the reply deepalihanand,
I am very thankful to you that you have solved my query.I wont ever forget your help.
Thanks once again.
Bye take care.
Forum: JSP May 5th, 2009
Replies: 9
Views: 1,728
Posted By shijunair
when i am using the code to convert string to sql.Date
DateFormat df = new SimpleDateFormat("dd/MM/yyyy");
Date d = df.parse(leavefrom);
String dfrom=df.format(d);

java.sql.Date dd = new...
Forum: JSP May 5th, 2009
Replies: 9
Views: 1,728
Posted By shijunair
hi,
Thanks for the reply.
I do understand that SimpleDateFormat.parse(String source) returns java.util.Date

and PreparedStatement.setDate(int i, Date d) takes java.sql.Date .
but i am using...
Forum: JSP May 3rd, 2009
Replies: 9
Views: 1,728
Posted By shijunair
hi,
Thanks for your reply.
the code which i have written is given above in the previous post
i.e ps.setString(1,leavefrom[counter]);
ps.setString(2,until[counter]);
leavefrom and until are...
Forum: JSP Apr 29th, 2009
Replies: 9
Views: 1,728
Posted By shijunair
hello everyone,
I am stuck with this problem.If anyone could help me, it would be a great favour.
I am working on a leave application.
Here the leaves are been applied by employees and...
Forum: Troubleshooting Dead Machines Dec 22nd, 2008
Replies: 8
Views: 824
Posted By shijunair
hi,
Actually i have been using only ddr2 ram so i tested it out with the new single ddr2 ram on both the slots one at a time.
secondly i do not know how to get the default setting to bios.
...
Forum: Troubleshooting Dead Machines Dec 18th, 2008
Replies: 8
Views: 824
Posted By shijunair
I have tried installing one card at a time in different slots but the result is the same.
The frequency is also the same for the ddr2 ram.
Can i try with the cmos battery bcz i changed that also...
Forum: Troubleshooting Dead Machines Dec 16th, 2008
Replies: 8
Views: 824
Posted By shijunair
hello everyone
Pls find me a solution for the problem stated above.
Help is highly appreciated

thanks in adavance.
Forum: Troubleshooting Dead Machines Dec 15th, 2008
Replies: 8
Views: 824
Posted By shijunair
thank you for the reply
i have installed ddr2 in the slot which is the same as the previous one bcz i showed the previous RAM to the vendor and asked for the same in 1 GB.when i bought it and...
Forum: Troubleshooting Dead Machines Dec 15th, 2008
Replies: 8
Views: 824
Posted By shijunair
hi all,
i am facing a problem with my pc.few days back i changed the RAM in my pc.first it was 512MB and then i replaced it with 1GB .the replacement was because my pc was giving me the same error...
Forum: JSP Sep 30th, 2008
Replies: 11
Views: 3,213
Posted By shijunair
hi peter & stephen,
I have solved my query using iteration.
Forum: JSP Sep 29th, 2008
Replies: 11
Views: 3,213
Posted By shijunair
hi stephens,
you are mistaken .the query is not yet solved and i dont know who has marked it as solved.
the very recent coding which i pasted was the coding which i tried it out so that i could get...
Forum: JSP Sep 26th, 2008
Replies: 11
Views: 3,213
Posted By shijunair
Added.......
retrieving values using the code on another jsp page.
thanks
Forum: JSP Sep 26th, 2008
Replies: 11
Views: 3,213
Posted By shijunair
hi stephens,
what i have done now is that i have just modified my code .i have used a counter so that i get specific names for the values.
and i am retrieving it using
Enumeration parameterNames...
Forum: JSP Sep 26th, 2008
Replies: 11
Views: 3,213
Posted By shijunair
I was just trying with this code in a jsp because this text box is only to display
<input type="text" name="userid" value="<%=id%> " size="4"> instead of<input type="text" name="id" value="<%=id%>"...
Forum: JSP Sep 26th, 2008
Replies: 11
Views: 3,213
Posted By shijunair
I am facing problem while retrieving values from the jsp page.
my database structure is as follows:
-----------------------------------------------------------------------...
Forum: JSP Sep 18th, 2008
Replies: 19
Views: 5,814
Posted By shijunair
hi stephens and peter,
Actually the same code which both of you provided was very much correct but i was doing mistake from my side. i was confused with the display part into the jsp page because ...
Forum: JSP Sep 17th, 2008
Replies: 19
Views: 5,814
Posted By shijunair
hi,
I have found the solution and i have rectified the mistake that i was making.I cant even believe that it was such a small mistake.But anyways thanks to you all.
bye
Forum: JSP Sep 12th, 2008
Replies: 19
Views: 5,814
Posted By shijunair
ok stephens ,
I will do as you say, no matter it takes whatever time.Actually the moment you posted me the link i am going through that only but unfortunately i cant show you .I will go through that...
Forum: JSP Sep 12th, 2008
Replies: 19
Views: 5,814
Posted By shijunair
hi stephens,
i promise you that i would go through the jdbc tutorial entirely and get all the concepts clear but right now i have to get this done as soon as possible.if you could just tell me how...
Forum: JSP Sep 12th, 2008
Replies: 19
Views: 5,814
Posted By shijunair
Actually i am a bit confused with the problem i am facing so bcz of that it might have happened that i was not able to put the question clearly or properly in front of you'll ,so for that i am...
Forum: JSP Sep 11th, 2008
Replies: 19
Views: 5,814
Posted By shijunair
hi peter,
thanks for the reply
but through this i cant get the value individually for pl,sl,cl.
see the problem is that i have to display the total balance of leave which is remaining after the...
Forum: JSP Sep 11th, 2008
Replies: 19
Views: 5,814
Posted By shijunair
Hello peter,
I have already gone through this and my half the project is almost done,but i am stuck into this problem, so for that reason i needed help .
I hope my post is clear and...
Forum: JSP Sep 11th, 2008
Replies: 19
Views: 5,814
Posted By shijunair
Hi everyone,
I want to retrieve data from database in jsp page based on the particular m_emp_no .I am finding it very difficult so please can you all help me out with the problem.
Here is the...
Forum: Java Sep 1st, 2008
Replies: 2
Views: 411
Posted By shijunair
Hi masijade,
Thanks a lot dear.You solved my problem.I was stuck into this from hours but was not able to find solution and i didnt even realize that it is such a silly error.once again thank you.
Forum: Java Sep 1st, 2008
Replies: 2
Views: 411
Posted By shijunair
hello ,
I am facing a problem when i am trying to get the difference between two dates which is been taken from html page through datepicker.
now i am selecting two different dates with different...
Forum: JSP Aug 27th, 2008
Replies: 2
Views: 1,051
Posted By shijunair
Is there no one to help me out of this.I was expecting some help from you people.Anyways i am still waiting for the solution .if any one could help me out, it would be a great favour.
thanks
Forum: JSP Aug 26th, 2008
Replies: 2
Views: 1,051
Posted By shijunair
hello,
I just noticed a problem in my code.
hope you'll would help me.
normally we have a login page where the userid and password is validated from database .now the problem what i am facing is
...
Forum: JSP Aug 21st, 2008
Replies: 20
Views: 1,864
Posted By shijunair
thanks peter,
I tried it and it is successfully giving me the results which i need.I dont know how to thank you.You did a wonderful job.
thanks once again.
As i said i have a query with reset...
Forum: JSP Aug 21st, 2008
Replies: 20
Views: 1,864
Posted By shijunair
hi peter,
yes this is what i wanted to achieve.but could you help me out with the validation servlet bcz as i said there are two different pages for user and approver.so according to the flow if he...
Forum: JSP Aug 21st, 2008
Replies: 20
Views: 1,864
Posted By shijunair
hi peter,
i have created sessions and as you said that the previously created sessions has to be destroyed,if i do that then how can i go back to my main page i.e the page after login which is the...
Forum: JSP Aug 20th, 2008
Replies: 20
Views: 1,864
Posted By shijunair
thanks peter,
that is fine.now going ahead i have set the approver a different page and the user a different page,but when i have to apply for leave, which both user and approver has to do. they...
Forum: JSP Aug 20th, 2008
Replies: 20
Views: 1,864
Posted By shijunair
thanks for the reply,
i will try out this code and let you know about it. i do have one more query, if the current query is solved than should i write in this same post or another.
Forum: JSP Aug 20th, 2008
Replies: 20
Views: 1,864
Posted By shijunair
hi peter,
SELECT count(*) FROM employee_details WHERE emp_approver="approver" AND uid=LOGIN_EMP_ID;
As you have given me the sql statement to differentiate between users i wanted to know that what ...
Forum: JSP Aug 19th, 2008
Replies: 20
Views: 1,864
Posted By shijunair
thanks peter,
As you said if i use the simple word which is like
emp_id password emp_approver
1003 welcome approver
1004 ...
Forum: JSP Aug 19th, 2008
Replies: 20
Views: 1,864
Posted By shijunair
sorry i have not placed the table properly it is like this

emp_id password approver
1003 welcome blank
1004 welcome ...
Forum: JSP Aug 19th, 2008
Replies: 20
Views: 1,864
Posted By shijunair
hi peter,
I have introduced an extra column in my master table such as

emp id password approver
1003 welcome
1004 " " 1003
1005 " " ...
Forum: JSP Aug 19th, 2008
Replies: 20
Views: 1,864
Posted By shijunair
thanks for the reply.
But can it be done through database using his user id.And if yes then how to do it.
Forum: JSP Aug 19th, 2008
Replies: 20
Views: 1,864
Posted By shijunair
Hi everyone,
I am facing a problem in my project .I am sure you'll will find a way out.I am working on a project leave management .now i am really confused as to how to go ahead.I am working with...
Forum: JavaScript / DHTML / AJAX Aug 6th, 2008
Replies: 2
Views: 1,758
Posted By shijunair
Hello.
Is there no one who could solve my problem regarding the date validation.
I am still waiting for a reply from someone who could help me out of this.
Please give a response.
Showing results 1 to 40 of 50

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC