Ahesanali Khanusiya

Greenhorn
+ Follow
since Jul 15, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Ahesanali Khanusiya

In my application there are three users name are : student,faculty,admin.when i made registration at that i am askig which user they are? but i am confused how its possible when user is going for login at that which user is going for login? In my login form i have put username and password field. Now how I am doing than i am checking which user is login?

please help me
14 years ago
yes they are types of user...one table of user in which userid-pk and usertype fields another table login in which loginid-pk,username,password and userid-fk third is register in which sign up detail and loginid-fk
14 years ago
JSP
Hello,

I am making one application in which 3 users are there. I am confused at the time login how can i know that which user is login and which page I have to call and also tell me primary key and foreign key of table. my users are: STUDENT,FACULTY,ADMIN if possible than explain with some example.
14 years ago
JSP
if i click button in swing and i want go other page of swing than how its possible.....
14 years ago
when I click any JButton than I want redirect one frame to another frame how its possible can you explain with example....
14 years ago
I am not passing that values but I am insert that value in my swing component of text field by user its not static variable.
query string is:


table format is:



Exception is: java.lang.NumberFormatException: For input string: "123456789"
I want insert integer data in database but i am not able to do this... i am attaching my whole application

another database connectivity file is
I want to definition of Core java and Object Oriented Programing please explain n briefs....
I want to fetch all record from database and display in Swing component Jtable can you tell me how it will done??? Please explain with example.........
14 years ago



I want to align Jlable and Jtextfield Component in single line then which layout manager I used and how....
14 years ago