Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
9
Posts with Downvotes
9
Downvoting Members
3
2 Commented Posts
0 Endorsements
Ranked #4K
~4K People Reached
Favorite Tags

32 Posted Topics

Member Avatar for usiyalla

may be it will help u [CODE]Class.forName("com.mysql.jdbc.Driver").newInstance(); String sURL = "jdbc:mysql://localhost:3306/maxcaredb2011"; String sUserName = "root"; String sPwd = "password"; Connection con1 = DriverManager.getConnection(sURL, sUserName, sPwd); out.print("connection" + con1); //insert query Statement st=con1.createStatement(); int done=st.executeUpdate("insert into ................)") ; out.print("data is updated"); out.print("<br>Password is---" + upass); } catch(Exception e){ out.print("error is "+e.getMessage()); …

Member Avatar for hemeneugene
0
820
Member Avatar for coervivekmca

Hi !! I am having a technical problem to run the code of servlet ,jsp and jar file .can you plz tell me how to put these in diferent folder to execute it..plz plz plz tell em the folder arragement to execute j2ee project.. Plz help i need help...

Member Avatar for stultuske
0
194
Member Avatar for coervivekmca

how to upload multile file using enctype=multipart the form contains some basic txt inforamtion and 5 imge to upload to server .i am having problem ......give me some idea

Member Avatar for coervivekmca
0
95
Member Avatar for abhisheyke

hi abhi dnt panic>> first design your project model and molude>> keep all dyanamic and static file in saparate folder like dirjsp for jsp file ..... for user>>create table with user and its role>> use session to validate shoping and account....... and please use stander structure and coing style since …

Member Avatar for coervivekmca
0
106
Member Avatar for coervivekmca

i have stuck in a small prob but this is big for me.... i need to upload emp image with emp imformation ...txtvalue should be saved in data base and image should be save in directory ....having path name in db. i dnt knw how to use enctype=mutlpart [code] <%@page …

0
75
Member Avatar for coervivekmca
Member Avatar for bhanu1607
Member Avatar for coervivekmca

is there any way to find browser location based on city ,state or country....to switch home page accordingly

Member Avatar for javaAddict
0
68
Member Avatar for coervivekmca

How to upload file to server ..when form has text field and file field.......... wht is role of form's enctype property..... i Know wht to upload file when enctype is multipart but when using thin i can not fied the value of requert.getParatner("text "); Need code

0
62
Member Avatar for coervivekmca

I m having a typically prob...i know how to upload image/file using <input type="file"> to this i set enctye="mulitpart" while using this when i need to add some text field to take data and image form user i can not retrieve text value on next page to save it in …

Member Avatar for javaAddict
0
69
Member Avatar for coervivekmca

[code=jsp] st.executeUpdate("update submittable set status='yes' WHERE compid='"+<%=request.getParameter("id")%>+"'"); [/code] can u rectify it ..i am having problem to solve it its urgent

Member Avatar for masijade
-1
63
Member Avatar for ruchi18

just put code for insert flash object in out.print("like html code").....it works

Member Avatar for ruchi18
0
117
Member Avatar for coervivekmca

I need to learn ajax can i have some material to learn...plz send me or give me useful link to download some materail

Member Avatar for Fortinbra
0
89
Member Avatar for varia

I am using code to send email by jsp code but having Access Denied Exception like-- org.apache.jasper.JasperException: access denied (java.net.SocketPermission 74.125.67.109:25 connect,resolve) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372) Will you plz tell me how to solve this problem on socket level..

Member Avatar for varia
0
188
Member Avatar for coervivekmca

i need to manage post query with images attachment for different-2 users ....so how can i manage it..... while upload any file i am having access denied error..plz tell me and send me specific link...

-1
95
Member Avatar for coervivekmca

i am having error in following code else condition not working(insert other user) plz fix it and reply it [code="jsp"] <% String dcolpoid = "null"; try { Class.forName("com.mysql.jdbc.Driver").newInstance(); //182.50.131.83 182.50.131.34 String sURL = "jdbc:mysql://localhost:3306/maxcaredb2011"; String sUserName = "root"; String sPwd = "password"; Connection con1 = DriverManager.getConnection(sURL, sUserName, sPwd); out.print("connection" + …

Member Avatar for masijade
0
136
Member Avatar for coervivekmca

Does anyone know how to use "relay-hosting.secureserver.net" to send mail using jsp code .....for godaddy............ I m having access denied error on port 25...so they suggest me to use relay-hosting.secureserver.net .........i dont know how to use it to send mail..plz tell me any thing about it and send me code …

Member Avatar for masijade
0
88
Member Avatar for coervivekmca

i have sms gateway but i dont know how to implement it. i have a usr path which i have to pass from browser without seeing to user..can u send me code and tell me how to implement and solve this problem

Member Avatar for coervivekmca
0
154
Member Avatar for coervivekmca

i need code to send email to my user to send then username and password... plz help me i am using bean ..but i want a jsp code to send email

-1
95
Member Avatar for coervivekmca

how to find tomcat server log for godaddy.com plz tell me how to run server at godaddy.com...plz

Member Avatar for peter_budo
0
328
Member Avatar for coervivekmca

i need code to use my webcam for video chat ??plz help me ..and give me some idea

0
70
Member Avatar for coervivekmca

i need to develop a search query for city portal ..select * from ....takes lot for time is there any good query to get fast retrieval form database??????? plz reply its urgent

Member Avatar for mwasif
0
98
Member Avatar for coervivekmca
Member Avatar for peter_budo
0
71
Member Avatar for coervivekmca

i am having access denied error while uploading resume to server ?now wht to do ... i am sending u code .is there any requiremet to add jar file and where to put it in web directoty .ex.u can see [url]www.reeenovo.com/index.jsp[/url] plz help me..regarding the same

Member Avatar for shivarocks
0
85
Member Avatar for coervivekmca

hey friends how are you?I need to develop a web consumer forum,will u please tell me how can i develop it using j2ee???

Member Avatar for peter_budo
0
72
Member Avatar for sasi_88

[QUOTE=sasi_88;1464426]<a href="d:\jsp.pdf">view</a> this is not working but jsp.pdf is within the web application ( href="jsp.pdf" ) is fine. The problem is when i run the program the url is always start with http:\localhost\ so if i give ( href="d:\jsp.pdf") like this the url is http:\localhost\d:\jsp.pdf how to resolve this please …

Member Avatar for coervivekmca
0
84
Member Avatar for coervivekmca
Member Avatar for coervivekmca
0
75
Member Avatar for coervivekmca

can you plz tell me how to manage news panel ...daily managed by admin..plz send me attachmnet to <EMAIL SNIPPED>

0
71
Member Avatar for coervivekmca

can you plz tell me how to manage servlet and jsp to execute on webserver onlie mail me at <EMAIL SNIPPED>

0
66
Member Avatar for coervivekmca
Member Avatar for coervivekmca

i want to know how can i give my client ,a panel to update all his daily news which is shown on the home page... he wants to update news panel daily and need admin panel to do this..plz help me otherwise i loose my project.

0
53
Member Avatar for Tbusuk

Its is jsp include you can merge and add two jsp pages ..u can use it in struts and validation framework [QUOTE=Tbusuk;1451223]Hi, what is the meaning of the code shown below? <jsp:include page="/exec/employeesList"/> Because usually include is like this include("a.php"), this means the page include the a.php page. But the …

Member Avatar for coervivekmca
0
160

The End.