Forms Data Controls :: Insert Data In Grid Or Table Form In Sql Server2005?

Oct 16, 2010

I want to insert data in grid or table form in sql server2005. Which control is better to use?

gridview or repeater

View 3 Replies


Similar Messages:

Forms Data Controls :: How To Display Empty GridView To Insert New Record If No Data Retreived From Data Table

Jan 11, 2010

How to display empty GridView to insert new record if no data retreived for some record on the result from data table?Actually i am trying to give a user an option to add recrod from Gridview. On result of some query it is perfectly displaying data and a footer row with the insertion textbox but when there is no data in the gridview it is not displaying. It should display with footer having insert textbox.

View 5 Replies

Forms Data Controls :: Error When Inserting Into Table - Cannot Insert Explicit Value For Identity Column In Table

Aug 11, 2010

I am working on a web app for an online photo album. It is the last project in Scott Mitchell's book: "ASP.Net 2.0 in 24 hours".

I am creating a page where users can enter new photo images. The functionality for uploading an image will come later. I am working on just inserting a new row into the Pictures table with an optional category, a required title and a required description.

I am getting an error when I try to insert a new row.

Here is a screenshot of the page with a shot of the dropdown list.

The Categories are user-specific. I am getting the correct values retrieved.

[URL]

There are two pretty simple database tables involved here.

NOTE: The CategoryID and PIctureID are both autoincrement integer columns.

[URL]

The page uses a DetailsView that uses a SqlDataSource that uses the Pictures table. (The DetailsView's Default Mode property is set to "Insert". The "Enable Inserting" checkbox is also checked.)

The dropdown list uses a dropdown control that uses a SqlDataSource that uses the Categories table.

When the "Insert" button is clicked the CategoryID value associated with selected (Category) Name on the dropdown list will be used along with the Title and Description values to insert a row in to the Pictures table. (If no Category value is selected, then a null value will be used for the CategoryID. This is OK because the CategoryID column in the Pictures table allows nulls.)

My problem is that I am getting this error:

Cannot insert explicit value for identity column in table 'Pictures' when IDENTITY_INSERT is set to OFF.

(FYI: I have the full version of both Visual Studio and SQL Server.)

Here is my source code for the page:

[Code]....

View 3 Replies

Forms Data Controls :: How To Select Data In A Grid View And Add It To A Table

Mar 28, 2011

Im coding in VB Im looking to transfer data from a gridview to a table. In the grid view i have enabled Selection, and on the code behind, as i need help getting started selecting the attributes adding it to a table. The grid is being populated from a table however i would like to take the information selected and store it in another table, which will have some more attributes. i have found a way which will add the row by an sql query from one table to another however i would like to give the user the option to select and add data to the table.

And i was thinking i could use this SQL query in the code behind but im not sure how to add it to the code behind of the select.

[Code]....

View 1 Replies

Forms Data Controls :: Displaying Data In .rdlc File With Table Along Grid (no Reporting Services)?

Mar 29, 2010

I want to display values aligned with a header grid. An employee might start from 7:00 a.m. to 9:00 a.m. for their first break. I am trying to display the values 7:00 and 9:00 aligned with the header.

View 1 Replies

Forms Data Controls :: Can't Bind Data Grid With Table

Mar 15, 2011

I can't seem to bind a grid with my custom table. When I do a straight select statement it works, but it won't work when I try to set the data source to my custom table. Here is my vb, can anyone see what I'm doing wrong? The commented code works fine to databind the table

[Code]....

View 4 Replies

Forms Data Controls :: Setting The ID Parameter To Form Parameter Source And Have Entered The Grid Views Name In The Form Field

Mar 11, 2010

How do you use the http POST method with a Grid View on another page. I am trying to use the POST method to send the ID from the selected row of a Grid View, I am using a link button set to fire the select command and it has the Post Back URL set, from one page and then retrieve the ID value on another page using an Object Data Source. Also, under the Defining Parameters, I am setting the ID parameter to Form Parameter Source and have entered the Grid Views name in the Form Field.

View 4 Replies

Forms Data Controls :: Grid View Does Not Refresh After Insert?

Feb 9, 2010

I have a grid view and a form view on one page. Using the form view to add data to a table that is presented by the grid view.

My problem is that when you hit insert the grid view does not refresh to show the new data. However it does do this on one computer in my company out of 150 total computers.

why it doesn't work on most all computers, or why it works on this one computer.

I have checked all the settings of this computer and ran reports, there are identical computers in the office that this feature does not work on.

View 19 Replies

Forms Data Controls :: Insert To Data Table Checkboxlist Items Within For Loop?

Jun 1, 2010

in my button4 click event, i want to insert checboxlist items to data table. first i want to delete all of the exisiting and then insert again.

my code is below but it is not working if you could explain anyone ?

in page load I have written code so that existing checkbox items are selected.

[code]...

View 5 Replies

Forms Data Controls :: Insert Data Into Dyanamically Created Table From Database?

Aug 20, 2010

how can i insert data into dyanamically created table from database

View 2 Replies

Forms Data Controls :: Insert Gridview Data Into Sql Table?

Jul 22, 2010

I have a gridview that I load with data from an Excel spreadsheet when the user pushes a button. I then want another button that would insert all the data from the gridview into a sql table when the button is pressed. I'm using vb.

View 4 Replies

Forms Data Controls :: How To Insert GridView Data Into Another Table

Oct 21, 2010

I have a tricky situation that I just cannot seem to figure out. I'm using ASP.NET 4.0. I have two databases (let's call them Northwind and MyDatabase for simplicity). I cannot modify the data in Northwind, but once I save a copy to MyDatabase, I can change it.

I have a GridView that shows all the tests associated with a patient. I first populate the GridView, retrieving all the tests in Northwind.Test that are associated to a PatientID. On a button click event, I need to: Create a new Patient record in MyDatabase.Patient (I've got this part done already).Use that newly created PatientID and INSERT all of the rows from the GridView intoMyDatabase.Test.

I have the PatientID available, I just don't know how to retrieve the data from the GridView.(Ideally) I would like to then be able to load that patient record in the future from MyDatabase and be able to UPDATE the tests in the GridView to MyDatabase.Test. I can load the tests into the GridView no problem. But I have no idea how I would save that data to a different datasource. Should I even be using a GridView, or something else?

View 1 Replies

Forms Data Controls :: Insert Data From One Table To Another Using Gridview?

Jan 31, 2011

inserting data from 1 table in 1 database to another database using web service to retrieve the data in a gridview in vb.net, 3-tier

View 6 Replies

Forms Data Controls :: Insert Data In Gridview From 2 Table?

Jan 31, 2010

how can i insert data in gridview from 2 table?

how can i bind the data?

View 1 Replies

Forms Data Controls :: Show Mode In Insert In Detailsview After Last Row In Grid Has Been Deleted

Jan 12, 2010

I have a gridview and detailsview that are connected. When I delete records everything works fine except when I delete the last record in the gridview. I want the detailsview to revert to insert mode when I delete the last row in the gridview. Instead the detailsview shows up blank. I want to show the detailsview in insert mode after last row in grid has been deleted? How can do I this?

[Code]....

View 5 Replies

Forms Data Controls :: Insert Into A Sql Database Using A Form?

Apr 30, 2010

am having to difficult inserting into a data base using a form, still having some errors.

View 1 Replies

Forms Data Controls :: Display First And Last Name Insert Form?

Jun 6, 2010

I am writing an insert form (like a survey/questionaire) for a web site to collection data that will call for interactively displaying data from one table after the user enters data for the form; I think it would be like a lookup in standadrd db design, however based on the using it on the web I get stuck on the exact coding requirements.I am currently using Visual Web Designer 2008 Express with the smartdbforms.net tool loaded to create insert, edit & update data to a MSSQL2008 db.

Example:

A Customer logs in to the website and chooses the link to enter data to the database. I have a blank insert mode form for them to fill in the answers to 12 questions (using a smartdbforms.net insert form). The first box is for them to enter their ID#. What I would like is for the first and last name of the user to be displayed on the form (next to the entry box)based on a lookup of the ID# they entered and have it display after they enter it. That data is stored in a differnet table in the SQL2008 db.The db is setup with a insert form data table (empty), and various data info tables that are prefilled to use for validation and edit. I am a windows db designer who is new to the ASP.Net web interfacing commands.

View 1 Replies

Forms Data Controls :: Autopopulate Form To Insert?

Mar 2, 2011

I need to create a form that inserts data into a sql database. I need only a few textboxes but i need the user to select a name from a dropwnlist and it autopopulate the rest of the form with data from the database. Users can update this data and insertthe new data as a new record in the database. I'm not sure how to go about autopopulating the fields tho? I'm using Visual Studio 2010 C#, i'm new to C#.

View 2 Replies

Forms Data Controls :: How To Make A Custom Grid / Insert / Edit / Delete Page

Jul 9, 2010

Lets say that i want to make a ADMIN page for articles.

1) I show all my articles on lines
2) Each article has an EDIT BUTTON and INSERT NEW button
3) When I click on the EDIT BUTTON, it opens a CUSTOM page where i can Edit my article.
4) When i click on the INSERT NEW BUTTON it opens the same CUSTOM page where i can Insert my article.

I was trying to do it with Gridview and Formsview.

View 8 Replies

Forms Data Controls :: Insert Parameters On A Form View?

Sep 29, 2010

Are they any special Insert Paramters I shoud/need to use on a formView. I currently have the below datasource but when submitted it only inserts <NULLS> intot he required table.

[Code]....

The fields that aren't being inserted are already pre-populated via the following used FormViews:

[Code]....

View 10 Replies

Forms Data Controls :: How To Add Drop Down List Control To A Grid And Form View...

Jan 18, 2010

Once again something for a new bee... I have 3 questions -

1. I wanted to add a drop down list instead of a text box to my grid control (which should come up on clicking editing)

2. Similar control for form view

3. On click "select" in a grid view, I want to open a new web page which will show a form view attached with the same "select" index.

View 2 Replies

DataSource Controls :: Way To Retrieve Data From A Table, Modify And Insert It Into Another Table

Jun 13, 2010

Basically i deal with two tables.i have a table T1 of the following format:id company_name i need to read this data and create a table T2 as followsi wrote the following code. it worked fine for retrieving data and modification but fails to insert the modified data into the 2nd table.the error is, it does not recognise the value for @token

ArrayList dynarr=new ArrayList(); // global variable
protected void Button2_Click(object sender, EventArgs e)
{
int row = 1; int i;
string strcmd = null;
string Connection = "Data Source=....";
SqlConnection conn = new SqlConnection(Connection);
string str = "select company_name from T1 where ID=@ID";
[code]...

View 2 Replies

Forms Data Controls :: How To Insert ID In Table

May 3, 2010

I am using two tables if one table is master table that is list of products and their Id's.I bind all list of products in dropdownlist.If i select Product means i want to insert their Id in table's.How to done this in easy form.Any one can send easiest form of inserting.

View 3 Replies

Forms Data Controls :: Bind A Table To Grid View?

Sep 6, 2010

I am trying to bind a table to my grid view. This grid view has an extra column Serial Number where I want to show numbers starting from 1 till the last entry.

View 4 Replies

Forms Data Controls :: Remove Table Grid Lines?

Oct 4, 2010

I have a HTML table with 5 rows and 2 columns.I have set the background color to gray, but I how do you eliminate the grid lines as they are displaying as white? I wish to remove/hide the grid lines and table border so that only the gray background color Gray shows.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved