Search Results

Showing results 1 to 28 of 28
Search took 0.01 seconds.
Search: Posts Made By: mahaboob Basha
Forum: Java Nov 29th, 2008
Replies: 5
Views: 2,773
Posted By mahaboob Basha
Iam getting the following error
Command not completed .Request returned invalid contentype:text/html

I have given like this
http://localhost:8080/amount.jsp?Sen...xt=@@FullSMS@@&conten...
Forum: Java Nov 28th, 2008
Replies: 5
Views: 2,773
Posted By mahaboob Basha
Iam getting the following error
Command not completed .Request returned invalid contentype:text/html

hi can i give the command to execute as below....

this http://localhost:8080 is tomcats...
Forum: Java Nov 28th, 2008
Replies: 5
Views: 2,773
Posted By mahaboob Basha
hi friends

i have developed an application for bank accounts. Its a web
application and my server is Tomcat 5.0. my requirement is that user
could sms (from their mobile) to my application. In...
Forum: Java Nov 27th, 2008
Replies: 7
Views: 1,785
Posted By mahaboob Basha
Iam using now sms gate way and i connected my phone as a modem... now i want send msgs through that nowsms gateway... i hope u understand this... from mobile one request will come to tomcat server...
Forum: Java Nov 27th, 2008
Replies: 7
Views: 1,785
Posted By mahaboob Basha
hi this is my requirement..
i have developed an application for bank accounts. Its a web application and my server is Tomcat 5.0. my requirement is that user
could sms (from their mobile) to my...
Forum: Java Nov 27th, 2008
Replies: 7
Views: 1,785
Posted By mahaboob Basha
hi this is my requirement..
i have developed an application for bank accounts. Its a web application and my server is Tomcat 5.0. my requirement is that user
could sms (from their mobile) to my...
Forum: Java Nov 27th, 2008
Replies: 7
Views: 1,785
Posted By mahaboob Basha
hi this is my requirement..
i have developed an application for bank accounts. Its a web application and my server is Tomcat 5.0. my requirement is that user
could sms (from their mobile) to my...
Forum: Java Nov 27th, 2008
Replies: 7
Views: 1,785
Posted By mahaboob Basha
Hi iam developing one application where i need to to send simple sms from to tomcat server .. can any one help me in this.. if possible plz send me the sample code...how to configure port number and ...
Forum: Java Nov 25th, 2008
Replies: 6
Views: 3,163
Posted By mahaboob Basha
we configured nowsms as a gateway in one of the pc..and we connected a gprs phone as a modem for sending and receving messages..now i want to write a program in another machine(PC) to send messages...
Forum: Java Nov 25th, 2008
Replies: 6
Views: 3,163
Posted By mahaboob Basha
Hi iam developing one application..in which i need to write code with port number and mobileno which shoul send a sms message to mobile.. here i connected my gprs mobile as a modem to my pc in...
Forum: JSP Nov 24th, 2008
Replies: 2
Views: 3,401
Posted By mahaboob Basha
Hi i created one jsp form with 2 fields..now in the first servlet i want check whether those 2 fields values are presented in the Database or not..if not then i want move those values to another...
Forum: Java Nov 24th, 2008
Replies: 20
Views: 2,001
Posted By mahaboob Basha
Hi.. now its working fine... thanks a lot for helping me in this issue,,, i was struck in this from the last 4 days... once again thanks a lot...
Forum: Java Nov 24th, 2008
Replies: 20
Views: 2,001
Posted By mahaboob Basha
Hi....Thanks a lot now its working fine.... u really helped me a lot.. i was struck in this from the last 4 days...thanks once again.......
Forum: Java Nov 24th, 2008
Replies: 20
Views: 2,001
Posted By mahaboob Basha
when i enter values in jsp form it has to check whether those values are present in database or not... if not present they nedd to register..i stored multiple values in Db but when iam retriving...
Forum: Java Nov 24th, 2008
Replies: 20
Views: 2,001
Posted By mahaboob Basha
tried evry thing possibly i can... still its not working.. plz dont get angry .. iam a student we r doing a project for this i have to do this..plz help me in this...iam sending my total code.....
Forum: Java Nov 24th, 2008
Replies: 20
Views: 2,001
Posted By mahaboob Basha
Iam ..sorry.. really i dont know how to use [code] tags .. plz i will go through those code tags it now...from next time i will follow code tags definately... plz check that this time...
Forum: Java Nov 24th, 2008
Replies: 20
Views: 2,001
Posted By mahaboob Basha
i tried evry thing possibly i can... still its not working.. plz dont get angry .. iam a student we r doing a project for this i have to do this..plz help me in this...iam sending my total code.....
Forum: Java Nov 24th, 2008
Replies: 20
Views: 2,001
Posted By mahaboob Basha
but i want to compare dynamically ..if i give particular number then it displays those results.. but if i give another number then i have to change that in servlet also...i want dynamically if...
Forum: Java Nov 24th, 2008
Replies: 20
Views: 2,001
Posted By mahaboob Basha
i have a jsp it has two fileds..mobileno and password..when i enterd values its storing in DB.But when iam retriving its retriving and comparing only with newly inserted values only.. it is...
Forum: JSP Nov 24th, 2008
Replies: 1
Views: 900
Posted By mahaboob Basha
i have a jsp it has two fileds..mobileno and password..when i enterd values its storing in DB.But when iam retriving its retriving and comparing only with newly inserted values only.. it is...
Forum: JSP Nov 22nd, 2008
Replies: 1
Views: 1,326
Posted By mahaboob Basha
Hi i created one jsp form with 2 fields..now in the first servlet i want check whether those 2 fields values are presented in the Database or not..if not then i want move those values to another...
Forum: JSP Nov 19th, 2008
Replies: 6
Views: 886
Posted By mahaboob Basha
can i use rquest and response objects in init method?.in the first reuest form jsp username and password have to be add to DB .from second time i need to check that whether those username and...
Forum: JSP Nov 19th, 2008
Replies: 6
Views: 886
Posted By mahaboob Basha
import java.io.*;
import java.util.*;
import java.sql.*;
import javax.servlet.*;
import javax.servlet.http.*;

public class Validation extends HttpServlet{

private ServletConfig config;
Forum: JSP Nov 19th, 2008
Replies: 6
Views: 886
Posted By mahaboob Basha
Hi
i want to implement one servlet where first i want add a user to the database and later when he logged again i need to check that whether he is already existed or not?if he is not existed i need...
Forum: JSP Nov 14th, 2008
Replies: 5
Views: 1,636
Posted By mahaboob Basha
import java.io.*;
import java.util.*;
import java.sql.*;
import javax.servlet.*;
import javax.servlet.http.*;

public class Validation extends HttpServlet
{
private ServletConfig config;...
Forum: JSP Nov 12th, 2008
Replies: 5
Views: 1,636
Posted By mahaboob Basha
Hi

Thanks for sending this i would feel happy if u send me the piece of java code as iam new to this java coding..
Forum: MS SQL Nov 12th, 2008
Replies: 5
Views: 3,970
Posted By mahaboob Basha
hai if u get the code for the above requirement plz send me it to: <EMAIL SNIPPED>................ iam also looking for the same code.


Thanks&Regards
Mahaboob Basha
Forum: JSP Nov 12th, 2008
Replies: 5
Views: 1,636
Posted By mahaboob Basha
hi

can any one help me in this.. i have a html/jsp form in that i have a field .. enter password... first time password will be stored in the databse... from second time when user enters passowrd...
Showing results 1 to 28 of 28

 


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

©2003 - 2009 DaniWeb® LLC