
Search In
I am trying to perform an insert query, use the insertid of the row and then perform another insert query using the inert id. the first query is executing but the second query is not. please help. Below is my code:
$("#addopdfrm").submit(fu
While saving images and important settings/details into the database and accessing it from the database we can define its default path in the Web.config.
<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add con
Wiring MongoDB Repository Class with SpringMVC:- Spring Data point out the specialties of repository support for MongoDB. To use the repository concept you have to define your repository and attach the required XML element inside Spring Context XML f
In the MVC view we can also bind the values in to the link button if we want.
This will help to manipulate the database values with the help of their primary fields instead of passing the entire model into the action.
We hav
While working in the MVC project we dont have the need to show the data only but we also need to manipulate it based on scenarios.
For this we need the controls in the MVC applicaition that will enable the editing of the data in the view.
&
In MVC we use different controls for different scenarios. For the link button we need to use the control @Html.ActionLink.
This is mainly used to navigate from one section to another section and it is also used to transfer model valu
how to choose correct answers from multiple choices questions using php and mysql
i don't know if i'm doing in the right way because i'm still new in programming world
1- i'm using an array to store the questions
2- anoth
While writing methods in controllers you need to know which method is of Get type and which is of Post type
In my example i have write code for simple user registeration so there are two views for it one Get and one Post
public class RegisterCont
i have this code for submitting an online exam and i submit this page using javascript xmlhttprequest(pure javascript no Jquery) and i have three parameters the question id arrays and answers and the numbers of rows
<?php
r