Click here to Skip to main content
15,893,814 members

Comments by Member 11406049 (Top 25 by date)

Member 11406049 14-Jan-16 6:32am View    
post your code. if property name in you 'domain' class and column name in db are same no need of @column annotation. is possible post your code with full stack error
Member 11406049 13-Jan-16 4:50am View    
what should i re-install? @Afzaal Ahmad Zeeshan
Member 11406049 17-Mar-15 2:46am View    
I have totally six buttons, for each button I have specific function() which need to perform required operations in javascript file. can I replace .asp file to .js file? and I need to perform above script for all 6 buttons individually?
Member 11406049 14-Mar-15 8:23am View    
thank you very much. its pretty clear but i need to work on it. can we use two tables instead of these many? for exams in year and for students and subjects? sorry, I am beginner in db
Member 11406049 27-Feb-15 2:35am View    
thank you for your reply. I have two files "header.php" and "search.php" form is in header.php file and search logic and pagination is done in search.php file, hence i used POST to get the value from header.php to search.php. for next page result i have to get the values from url in the same page called search.php. when ever I click the next button I have to use GET method, please help me how to use like this, I can't write search and pagination code in header.php...