Forum: JSP Apr 16th, 2008 |
| Replies: 4 Views: 676 |
Forum: JSP Apr 16th, 2008 |
| Replies: 4 Views: 892 |
Forum: JSP Apr 16th, 2008 |
| Replies: 10 Views: 2,768 try this I have used this code in my project
page name is abc.jsp
<%
session.setAttribute("srcfilename", request.getParameter("AQC2_SOURCE_FILENAME"));
String... |
Forum: JSP Mar 11th, 2008 |
| Replies: 2 Views: 1,100 |
Forum: JSP Mar 11th, 2008 |
| Replies: 4 Views: 1,409 Re: how to get data from oracle to jsp I don't know where r u not getting it I have a small scriptlet coding for u
<%
ResultSet rs = st.executeQuery("select count(*) from v$instance ");
while (rs.next())
{
data[0] = rs.getString(1);
}
%> |
Forum: JavaScript / DHTML / AJAX Mar 11th, 2008 |
| Replies: 2 Views: 2,861 |
Forum: JavaScript / DHTML / AJAX Mar 4th, 2008 |
| Replies: 2 Views: 2,861 start-date end-date Validation Hello Friends ,
I m new in Javascript
i m trying to validate two date coming in the format 'DD-MON-YYYY' coming through PopUP-Calendar in two textboxes but unable to get required result I musing... |
Forum: ASP.NET Sep 14th, 2007 |
| Replies: 1 Views: 892 how to use anti-virus in project Hello guys,
I am new in asp.net. I am developing a asp.net project using c#.It has a feature that allow user to upload their files . I want to use anti-virus as scan tool while a user upload his... |
Forum: JavaScript / DHTML / AJAX Sep 11th, 2007 |
| Replies: 0 Views: 651 |