Browse by Tags

Related Posts

  • Binding data to objects in a form

    Hello all, I'm working on what should be a simple web application in C#.NET and I'm having some noobie trouble with data. I basic need is to populate a hidden text box with data from a database (called availableDownloads) and depending on whether a cookie exists or not, the value in the availableDownloads...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Deucallion on 10-13-2008, 12:00 AM
    Filed under: asp .NET 2.0, attach database on the fly, c#, C# SQL, Data, data access, data access insert mssql, Data set, Database, DataBind, Databinding, dataset, datasource, ASP .NET 2
  • Filtering a table for specific users

    Hey everyone, i have a gridview on a login page of a website i'm working on and i would like it to only show certain columns depending on a value in that column. For example, I have a table with Company, Customer ID, Date, Image, Description etc as the definitions.. and im trying to get the page...
    Posted to Data Presentation Controls (Forum) by zakman411 on 02-23-2008, 12:00 AM
    Filed under: .Net 2.0, .NET 2.0 GridView ImageField ImageStyle, .NET Gridview Problems, 1.1, 2.0, asp .net 2.0, asp .NET 2005, asp.net ... ... Data access datagrid, collections, Data table, database, databinding, Datalist
  • Non-English characters in Server Controls

    Hi there, I have a form where I am taking input from User in 2 languages, English and Japanese...... Now the data submits just perfectly (as I can see it in SQL Server) but in gridview the Japanese characters become TILTED....the GridView shows all the characters Tilted to the left for instance look...
    Posted to Data Presentation Controls (Forum) by programmar on 01-14-2008, 12:00 AM
    Filed under: ADO.NET 2.0, asp .net 2.0 webforms, asp .net with c#.net, ASP.NET C#, asp:label, Client Side Web Development, data access, Data base, DataBinding, DataGrid, Datagrid Template columns, datagridview input, datasource, dataview, gridview postback, database form, Asp.net2.0, asp.net2.0 using c#, .ASPX, .cs, ASP .net 2 .0, Accessing data, ASP .net 2.0 C#, ASP.NET 2.0, asp.net 2.0 C#, DataBind DataBinding, datatable, labels, Asp.net Configuration, ADO.NET, ASP .net TextBox Server Control, Database, gridview control, label
  • 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: .Net 2.0, data, data access layer, Data Presentation Controls, Data Set, data source, database, databind, databinding, DataTable, datatagrid, Data table
  • 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: ASP.NET 2.0 webform, BoundField, c# code, Data Presentation Controls, data source, database, databind, databinding, DropDownList, listbox, asp.net 2.0
  • Re: Conditional repeating with Repeater. I want Repeter to add "CssClass='active'' to hyperlink when content of column "file" for curent field equals "string active"

    "If" does not exist in curent context. Code "cssClass ='<%#IF(Eval("file").ToString().Equals(active),"active","")%>' " cause error CS0103. Full information about error on the page http://szmitek.winweb.pl/pl/links.aspx Code of script: <% @ Page Language ="C#" %> <! DOCTYPE html PUBLIC...
    Posted to Data Presentation Controls (Forum) by szmitek on 04-28-2007, 12:00 AM
    Filed under: object datasource, rows, string, access database, advanced, c#, c# code, Conditional repeating with Repeater, Controls, css, CssClass, Data Presentation Controls, database, databinder, databinding, dynamic, Hyperlink, if, repeater Control and Panels.....
  • 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: paging, postback, records, rows, table adapter, textbox, VB, Visible, access database, ADO.NET, asp.net 2.0, asp.net 2.0 GridView databound ItemTemplate, Client, codebehind, data, data access layer, database, databind, databinding, DropDownList, If Statement, GridView, label
  • problem with retrieving/displaying data based on form input

    Hi, I've developed a form which accesses a database through a data layer and sends parameters based on the form input. I have written the following code which works by checking if the textbox is empty and passing a null value as a string to the search parameter in the query, of which there are five:...
    Posted to Data Presentation Controls (Forum) by tomosap on 02-22-2007, 12:00 AM
    Filed under: Null, parameter, problem, querystring, records, rows, search, sql, sqldatasource, string, table adapter, textbox, Updateparameters, VB, access database, ADO.NET, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, data, data access layer, database, databinding, datasource, If Statement, method, SELECT, FORM, GridView, label, GridView asp.net
  • 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: ADO.NET, Bind, Bindable Property, Controls, data, database, databind, databinder, databinding, asp.net 2.0
  • 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, Updateparameters, database, databind, databinding, datagrid
Page 1 of 2 (17 items) 1 2 Next >