date saving in SQL using vb.net
I m using the following code to save the date from a textbox and selecting the date using date picker.
I m using the following code to save the date from a textbox and selecting the date using date picker.
I am creating a web application using ASP.net C#. I have a booking form and I need to insert data into a table using a Stored Procedure. The table has several columns, out of which second column is a computed column. The Stored Procedure is set up to insert the data and fetch the value from the second column after insert. Below is the code for Stored Procedure:
I have a basic gridview to which I am binding the data from the code behind from a SQL stored procedure.
Does someone know what this error
(An explicit value for the identity column in table ‘HD_AANVRAAG_FASE’ can only be specified when a column list is used and IDENTITY_INSERT is ON.
Using ASP.net 2.0, how do I present the information to the user similar to the Questions list on SO where each question has some child items (like the tags).
I have the following list
I am developing a website where in user is required to login to the system to be able to use it. The current functionality is:
When user enters username and password, a check is made in DB to check if that user exists and if he has entered a correct password.
Only then allow that user to login.
I know that there are lots of questions on SO very like this but none that seem to be quite the same.
Best way to show the SQL trace of a LINQ query to Entity Framework 3.5?
Actually i’m developing a web template with asp.net using c# and my connection string is: