Browse by Tags

Related Posts

  • How to update datas of a datagrid row

    Hi! I can edit the rows of my a datagrid thanks to a adicional column i have added on my datagrid. When i push edit link i can write some changes on the selected row and two new links appear (update and cancel). I have implemented cancel command but i don't know how to implement Updatecommand. I am working...
    Posted to Data Presentation Controls (Forum) by vmauri on 01-08-2007, 12:00 AM
    Filed under: update dataview, datagrid, database, databinding, databind, Updateparameters
  • 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
  • setting label to visible with button click

    Hi, I'm having some problems with using a label to display a message "No Records Found" when the user clicks a Search button. What I want it to do is to check if there are any results from a database that get displayed on a GridView. I have the following method so far: ------------------------------...
    Posted to Data Presentation Controls (Forum) by tomosap on 02-27-2007, 12:00 AM
    Filed under: GridView, postback, Client, database, paging, DropDownList, asp.net 2.0, label, rows, records, If Statement, Visible, data access layer, table adapter, databinding, codebehind, data, databind, VB, textbox, ADO.NET, access database, asp.net 2.0 GridView databound ItemTemplate
  • Saving listbox data - best approach?

    We have an ASP.NET 2.0 site that uses SQL Server 2000/2005. I am working on a page that updates our user table. But it will also update multiple related tables. For example, the user could be a member of several different companies and/or organizations and may have 1 to many roles out of a list of available...
    Posted to Data Access and ObjectDataSource Control (Forum) by nickpup on 04-19-2007, 12:00 AM
    Filed under: Data, ObjectDataSource DataSet Multitable, sql, Data Access, Database, VB.Net, DataSet, SQL Server ADO.NET Transactions, DataTable, ADO.NET, design, DataView SqlDataSource, passing object, data set, object data source, SQL Performance, Stored Procedures, DataAdapter, Business Object, databind, ASP.NET
  • Decode query does not take parameter!

    I am trying to use a Decode Query to define a DataTable method which looks like this: SELECT CDTS, '', '', '', LOC, NULL, DECODE(DTYPE, 'L', CONCAT(CONCAT(CONCAT('***** LOI MATCH:', LOI_DATA.NUM_1), ' ADDRESS: '), LOI_DATA.LOC), 'D', CONCAT('CLETS...
    Posted to Data Access and ObjectDataSource Control (Forum) by Chabo on 05-22-2007, 12:00 AM
    Filed under: TableAdapter, TableAdapters, Select, ASP.NET, DataGrid GridView Paging, DataSet, SQL Server ADO.NET Transactions, ADO.NET, Performance : Stored Procedure with many params, Table Adapter, DAL, Data, data Acces, Data Access, Data Access connections, Paramter, outputparameter, data connections, data set, DataAdapter, Database, databind, Asp.Net 2.0, DataSource
  • Changing dropdownlist contents based on selection in listbox

    I have a listbox databound to a table in an Access database (Clients). When I select a customer in that list, I want to see what products they have purchased in a dropdownlist. The data in the dropdownlist would come from a table from the same database (ClientProducts). The problem I'm having, is...
    Posted to Web Forms (Forum) by hostopolis on 09-10-2007, 12:00 AM
    Filed under: database, DropDownList, asp.net 2.0, BoundField, databinding, databind, listbox, c# code, Data Presentation Controls, data source, ASP.NET 2.0 webform
  • Custom DAL from Scratch

    hi everyone, im buidling a website using Visual Studio 2005. The integrated Datatools, such as the Dataset designer are great if i am using a Professional database, but unfortunatly i am not. I would like to write my own DAL from scratch(or an example), so i can still use my Database with the provided...
    Posted to Data Access and ObjectDataSource Control (Forum) by Skyruner2 on 09-23-2007, 12:00 AM
    Filed under: database, data access layer, databinding, data, databind, datatagrid, Data Presentation Controls, data source, DataTable, Data table, Data Set, .Net 2.0
  • How to manipulate or change the treeview category?

    Hi I am using below code to populate the treeview from database. Ex : tree view category Vehicle Electronics My question: How to manipulate or change the name in the treeview when display in the web site as below? Vehicle should display as Motors Electronics should display as Multi Media Note : I can...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by SudhaYogesh on 09-24-2007, 12:00 AM
    Filed under: GridView, dataview, css menu, css, database, asp.net 2.0, Hyperlink column, gridview replace newline br, GridView asp.net, databind, gridView identity primary key, "Tree Structure", gridView itemTemplate, GridView optimize FilterExpression, asp.net 2.0 GridView databound ItemTemplate, hyperlink column in gridview accordin to condition, gridView sql, gridview control custom columns hyperlink, ASP.NET, css print tables, GridView Hyperlink Template, GridView imagefield, CssClass, if, data source, ASP.net 2.0 GridView, asp.net 2.0 gridview hyperlinkfield, gridview rowdeleted, Gridview SelectAll Checkbox RowDataBound Events client-side, grid view form view, "gridview" edit select eventhandling, asp.net 2.0 DataBinding formview, GridView ListBox SQL, ASP.NET 2.0 DataBinding DataTable, .NET Gridview Problems, Gridview rank reorder sort re-order, asp .net 2.0, .vb, Custom Class, ASP.net ... VB ... Data access, Databind(), grid view details view
  • Re: Problem sending values to stored procedure

    when i tried to Convert.ToDouble i got this error message "Cannot implicitly convert type 'double' to 'float'. An explicit conversion exists (are you missing a cast?)" the stored procedure works fine. I tried it with 20.1 Also it doesn't matter to using 20.1 or 20,1 a.proTocusWt...
    Posted to Data Access and ObjectDataSource Control (Forum) by murat.tufanoglu on 02-26-2008, 12:00 AM
    Filed under: Database, ADO.NET, C#, databind, Asp.Net 2.0, ASP.NET, Class, .net 2.0, .net, ASP .NET 2, Parameter, asp .NET 2.0, Sql Parameters, visual studio 2005, asp.net2.0, asp.net2.0(c#), 2.0, OOP
  • Databind a single textbox

    Hi, this must seem really simple, but... I've mainly used the data controls such as Gridview and the like to retrieve data from a database which make it really simple to retrieve data. How do I databind a single text box? I would like it to display some text from my database when the page loads,...
    Posted to Data Access and ObjectDataSource Control (Forum) by magicjoef on 06-12-2008, 12:00 AM
    Filed under: TextBox, database, databind
Page 1 of 2 (14 items) 1 2 Next >