Browse by Tags

Related Posts

  • Updating DateTime DB field using Calendar Control?

    I have a details view control which I have bound to my database. One of the fields is a DateTime field which I have bound to a calendar control to show the date value. However, I want to allow changes to this date by letting a user select a different date and hitting update. When I do this, all the other...
    Posted to Data Presentation Controls (Forum) by elDeeJay on 10-07-2006, 12:00 AM
    Filed under: Data, DataAdapter Update, update, DataGrid GridView Paging, Data Access, Database, Calendar, DetailsView
  • How to know if a dataSet is null

    I use the SELECT command to print a DataGrid on my application but first i would like to know if the dataSet is nulll or not. The code is: function xxx() bla bla bla...... Dim dataSet As System.Data.DataSet = New System.Data.DataSet dataAdapter.Fill(dataSet) Datagrid1.DataSource = dataSet Datagrid1.DataBind...
    Posted to Data Access and ObjectDataSource Control (Forum) by vmauri on 10-27-2006, 12:00 AM
    Filed under: Data, DataGrid GridView Paging, TableAdapters, Data Access, Database
  • Multiple Filters & Mulitple Options

    First post, go easy on me. I have a table with 3 fields I need to filter with, ClientName(text), Status(text), LocationID(int32). I can create a where statement that filters all three, when there is a selection for each one. However, what I need is for the user to be able to pick and choose. Not having...
    Posted to Data Access and ObjectDataSource Control (Forum) by cush on 10-30-2006, 12:00 AM
    Filed under: Data, Help, SQL ASP OBJECTDATASOURCE, ObjectDataSource DataSet Multitable, sql, ADO.NET Tutorial, Data Access, Columns, Database
  • Mass insert / update External data into Internal SQL Database

    Hola! I'm currently building a site that uses an external database to store all the product details, and an internal database that will act as a cache so that we don't have to keep hitting the external database to retrieve the products every time a customer requests a list. What I need to do is retrieve...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by blackred on 11-15-2006, 12:00 AM
    Filed under: Data, Help, DataAdapter Update, update, DAL, Data Access, Database, BLL, DataSet
  • Validating data in BoundColumn field

    i have a datagrid with boundcolumns. unfortunately, due to business rules, I have to use bound columns for displaying my editable data. I otherwise would use a template column and put and editItemtemplate tag in. the edit-mode textboxes basically need to be decimals(scale 2). if the user doesn't put...
    Posted to Data Presentation Controls (Forum) by isheahan on 12-20-2006, 12:00 AM
    Filed under: datagrid, database, BoundColumn, BoundField, edit, data, validation, c#
  • Data Access Layer in ASP.NET 2.0

    I am very confused as to what i should be using as Data Access Layer. We have so many things to choose from - DAAB (Data Access application block). -We can use table adapter and can create strongly typed datasets (dataset.xsd) files to access data. -Then we have IBATIS and Hibernate. - we can have custom...
    Posted to Data Access and ObjectDataSource Control (Forum) by nav_nav2000 on 01-17-2007, 12:00 AM
    Filed under: Data, Database, DataSet, DataTable, ADO.NET, Data Access Application block
  • Fileupload and Database and url's

    Hi, I am a novice programmer. Doing this merely for fun as I am actually in the finances sector. I am hope you guys/ladies can help me. I have a fileupload control on one of my pages to upload pictures. It works perfectly. I do want to save some of the data, like the title and description, into a database...
    Posted to Web Forms (Forum) by RuanRossouw on 01-20-2007, 12:00 AM
    Filed under: data, data source, ASP.NET, Visual Web Express, inserting data, database, bind
  • How to extract data on the fly

    Hi, I would like to extract data from an MySQL database table in my Software (on the fly). I have found the following example of how to add data to a table in Software and it works fine. // specify the data source string connContStr = ConfigurationManager.ConnectionStrings[ "my_connection1" ].ConnectionString;...
    Posted to Visual Web Developer 2005 Express (Forum) by ASQ on 02-02-2007, 12:00 AM
    Filed under: data, data source, Visual Web Express, database, bind
  • Retreving DataRow from the TextBoxes DataBinded

    I connect my TextBoxes to the dataRow by the following code TextBox1.Text = DataRow1.Item("ColumnName") TextBox1.DataBind() I have a set of TextBoxes databinded to the dataRow, Now I need to retrieve the DataRow which is connected to the TextBoxes. how can I get the DataRow. Thanks
    Posted to Data Presentation Controls (Forum) by bobbynad on 02-03-2007, 12:00 AM
    Filed under: database, Controls, asp.net 2.0, Bindable Property, databinding, data, databind, Bind, databinder, ADO.NET
  • Pull content from SQL based on url query string

    I am trying to pull content into a content page (within a master page) by using url query strings. I have got the code to pull the query string in and it is working fine. I am having trouble creating my sql Select Command using a variable. My sql Select Command works fine if I hard code it - I am just...
    Posted to Data Presentation Controls (Forum) by timwilson on 02-07-2007, 12:00 AM
    Filed under: database, sqldatasource, asp.net 2.0, datasource, data access layer, data, sql, VB, querystring, dataitem
Page 1 of 3 (28 items) 1 2 3 Next >