Forum: Java Oct 24th, 2007 |
| Replies: 1 Views: 601 hai everybody
I am beginner to J2ME, I need to know the things
that how one can run the Java class file in mobile, for example
I need to run c=a+b program that is in java class file in... |
Forum: JSP Jul 31st, 2007 |
| Replies: 4 Views: 1,541 hi,
thanks for your suggestion, but i wrote all this code in a servlet,
i.e (.java)file, sorry I forget to mention. |
Forum: JSP Jul 30th, 2007 |
| Replies: 0 Views: 1,348 hi everybody,
In my code i have to display day_of_week from Monday to Sunday.
and as well as I have to display dates of that particular weeek dynamically.here iam highlighting the code that need... |
Forum: JSP Jul 30th, 2007 |
| Replies: 4 Views: 1,541 Date dnow = new java.util.Date();
int iMonth = Integer.parseInt(DateEx.dateToStringFormat(dnow,"MM"));
int iYear =... |
Forum: JSP Jul 30th, 2007 |
| Replies: 4 Views: 1,541 hi everybody,
I have one doubt ,
In my servlet there is a code to display
day of the week,but it displaying from sunday-satday.
But for me I have to display from Mon-Sunday.
can any one suggest... |
Forum: JSP Jul 26th, 2007 |
| Replies: 7 Views: 1,060 thank you very much,
I tried like this and I got it.
thank q |
Forum: JSP Jul 25th, 2007 |
| Replies: 7 Views: 1,060 I want to display records dynamically, means without limit |
Forum: JSP Jul 25th, 2007 |
| Replies: 7 Views: 1,060 <%
int currentRow = 0;
int startingRow = ParamUtils.getIntParameter(request, "startingRow", 0);
int row_to_display = 200 ;
String errcode = null ;
try{
FPSProdMap[] oProdMap=... |
Forum: JSP Jul 25th, 2007 |
| Replies: 2 Views: 1,402 hi everybody,
I have one problem with my screen(i.e JSP),
when iam adding records it will showing
upto particular records.but when i check
in database table it will showing the newly added... |
Forum: ASP Jul 19th, 2007 |
| Replies: 1 Views: 1,435 Iam a B.tech gradute and I Just completed my B.tech.
now I want to do a Liveproject using JSP, but I don't know how
to start also,so anyone can guide me as well as
suggest me a good topic to do... |