Forum: ASP.NET Apr 16th, 2008 |
| Replies: 3 Views: 908 ds = new DataSet();
da = new SqlDataAdapter("select * from login3 where name='" + TextBox1.Text + "' and pwd='" + TextBox2.Text + "' and role='" + DropDownList1.Text + "'", cn);
da.Fill(ds,... |
Forum: ASP.NET Apr 15th, 2008 |
| Replies: 3 Views: 908 Hi ,
I am working on a web Application..i have a Login Page..I have a problem with the password authentication..the password does not accept "space" in between the password characters but it does... |
Forum: ASP Dec 29th, 2007 |
| Replies: 3 Views: 870 |
Forum: ASP Dec 27th, 2007 |
| Replies: 3 Views: 870 Hi everyone,
I have small query..... I am new to ASP coding..... I just want to know if I can use
MS Access as my database or is anything else more optimum ... my application to be designed is... |
Forum: MS SQL Dec 6th, 2007 |
| Replies: 2 Views: 2,374 Hey .. which columns do you want to retrieve ? |
Forum: MS SQL Dec 6th, 2007 |
| Replies: 1 Views: 3,168 Hi ,
Hey I have a small problem.... For a certain field in database, tha values are sent from front end(JSP page) . Each individual value must be extracted and then inserted into the... |
Forum: HTML and CSS Mar 11th, 2007 |
| Replies: 1 Views: 1,855 hello!!!!!!!!!
I have a problem with my html code.......
I have a table with one row.
when I click on a button , it will add a new row to my table.
for this I have used innerhtml property. All... |
Forum: JSP Mar 6th, 2007 |
| Replies: 7 Views: 4,179 yippeee.....................
Hey my code is working....................
thank you.............. |
Forum: JSP Mar 6th, 2007 |
| Replies: 7 Views: 4,179 Should I write the address directly without any tags.......... in the text area?
This link is sent to the recipient as a mail.when the recipient clicks on it, he must be able to open it in a new... |
Forum: JSP Mar 6th, 2007 |
| Replies: 7 Views: 4,179 then how do I write it?
I have no clue....
Please help me out......... |
Forum: JSP Mar 5th, 2007 |
| Replies: 7 Views: 4,179 Hi.....
I have a small doubt............
I have a page which is used to send mail.
In the mail I want a link to be specified. I have written this link in the message part of the mail. this is a... |
Forum: JSP Feb 20th, 2007 |
| Replies: 3 Views: 3,107 thank you,
my code is working now.
There was a small problem in one filed which wasn't being inserted properly. |
Forum: JSP Feb 19th, 2007 |
| Replies: 3 Views: 3,107 i have a small problem in the jsp code i have written "to send the data from form to database".
The table in the database has a primary key field whose values must be generated automatically.
so, i... |
Forum: JSP Feb 14th, 2007 |
| Replies: 1 Views: 3,476 |
Forum: JSP Feb 14th, 2007 |
| Replies: 2 Views: 4,373 hi Aruna.....
you need not create any war files to execute jsp pages.
1.first save all you filesin your folder with .jsp extension
2.start tomcat
3.type http://localhost:8080 in the browser
4.... |
Forum: JSP Feb 14th, 2007 |
| Replies: 1 Views: 3,476 I have a small problem........
I have designed a page which should be accessed by valid users. after logging in , they have to access the page via a link. for this i have used send redirect method .... |
Forum: JSP Feb 9th, 2007 |
| Replies: 3 Views: 8,203 Can anyone help me out ?.......
I have written a code for a form. the first five fileds in the form must be filled automatically by capturing the user id from login page.
I have been able to... |