Browse by Tags

Related Posts

  • about field not exist in database

    alo people.. so..this is my question regarding to gridview.. is possible to put the field inside the gridview if it is not exist in the database.. example here is the database: Name salary ADAM 30 BOY 50 so right now i want to check their yearly salary.. so mysql command will look like this SELECT NAME...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by kakibola on 03-06-2008, 12:00 AM
    Filed under: mysql, sql data source, GridView
  • Multiline format in GridView

    I am getting multiline data set from a MySQL database. It displays in the GridView but no regard for carriage returns as one continuous line. Example Database values are: Line 1 Line 2 Line 3 In the GridView what I get back is Line 1 Line 2 Line 3 How do I make the GridView show the returns that exist...
    Posted to Data Presentation Controls (Forum) by chevynova on 04-27-2007, 12:00 AM
    Filed under: mysql, GridView
  • GridView SelectCommand issues.. plus using GridView Data?

    Hello all, I have a number of questions, but if I can get just the first answered I will be a step closer to my goal! I have a table that contains 5 Columns, PKID, UserName, IpAddress, IsOnline and Location. I also currently have a GridView control that is showing the first 4 columns. I now want to create...
    Posted to Data Presentation Controls (Forum) by dec0ded on 03-26-2007, 12:00 AM
    Filed under: mysql, textbox, GridView, HTML Source
  • Datagrid with SQLDataSource - MySQL?

    If im trying to communicate with a MySQL Database can i use the standard SQLDataSource control in conjunction with a DataGrid/FormView for viewing, inserting, updating and deleting from my MySQL database? Do i have to write the SQL statements for the insert/update/delete myself?
    Posted to MySQL (Forum) by tbenson on 03-09-2007, 12:00 AM
    Filed under: mysql, T-SQL, datagrid, FormView, GridView
  • Cannot update a gridview with a dropdownlist in template field and mysql

    Hi, I try to solve this amazing problem with the forum and oud friend Google, but no answer for it... Here's the code sample : <asp:MyGridView ID="ProduitsGridView" runat="server" DataKeyNames="Objet_Id" EnableRowClick="false" AllowPaging="True"...
    Posted to Data Presentation Controls (Forum) by Mykle on 08-17-2009, 12:00 AM
    Filed under: GridView, DropDownList, mysql, TemplateField
  • Re: A Neat Solution to GridView Custom Paging?

    As far as I know, MySQL uses LIMIT keyword in SQL queries to implement paging. Something like SELECT * FROM City LIMIT 1, 10 for selecting 1st 10 records then.. SELECT * FROM City LIMIT 10,20 for next 10 records.. and so on..
    Posted to Data Presentation Controls (Forum) by vickyiori on 09-24-2009, 12:00 AM
    Filed under: GridView, mysql, pagination
Page 1 of 1 (6 items)