Browse by Tags

Related Posts

  • DataSource x GridView Error

    Hi, I'm newbie in ASP.Net. I'm creating a datasource and trying to link my gridview to the datasorce created. But it doesn't work. What i'm doing wrong? DataSet dsAppPages = new DataSet(); commPages.FillDataSet(dsAppPages, command,CommandType.Text); /* this is a class who has commands...
    Posted to C# (Forum) by danilocs.tec on 04-28-2009, 12:00 AM
    Filed under: asp.net, C#, Datasource, Gridview
  • Gridview row index is one off when paging is set

    I have a gridview that on selection of a link button goes into edit mode. When this happens I insert a row that spans all columns below it and then insert some detail information into this cell. This works fine when all rows are shown. However, when I prorgammically turn on paging and select a row, the...
    Posted to Data Presentation Controls (Forum) by ggamble on 04-21-2009, 12:00 AM
    Filed under: RowEditing, rowindex, c#, GridView
  • Multilingual intranet web site support

    Hi All, I am having a requirement to develop an intranet based web application which will have multilingual support(English and chinese). I can't use google API as the application won't have any access to internet. I am ready to buy any software which i can include in my project. If anybody is...
    Posted to Localization (Forum) by singh.dharmbir on 04-16-2009, 12:00 AM
    Filed under: non-English Locale, Profile, resourcemanager web application project, resources.cs, REST, Visual Studio 2005, visual studio 2008, VS 2005 Web Application Projects, web Application Projec, Web Application Project, web Application project site, Web Application Project Profile, web Application Projects, .NET, .net 2.0, 3.5, asp.net 2.0, ASP.NET "Web Reference" "Web Application Projection" appSettings, C#, Develpment server, GAC, Global.asax, gridview, membership provider, web.config application asp.net, web.config asp.net assemblyinfo, web.config assembly reference, WebSite Vs Web Application Project, add web reference, ASP.NET web application project masterpage master page, vs2005 designer vs2008, vs2005 productivity time, aspnet_compiler
  • Combine Multiple Rows into One Row

    I am having a problem joining multiple row values into a single row. I need the values to be displayed like: Values Merged Value Equals 123 - 127 2 129 2 131 2 Currently the values are displaying like this: Values Not Merged Value Equals 123 2 124 2 125 2 126 2 127 2 129 2 131 2 I have the information...
    Posted to Data Presentation Controls (Forum) by cistvan on 02-26-2009, 12:00 AM
    Filed under: single cell editing, c#, Combining Row Values, Datalist, GridView
  • Trying to hide a row in a gridview on creation

    I'm having problems with this code. I've tried using the OnRowCreated trigger and the OnRowDataBound trigger. I end up getting the following error: CS1955: Non-invocable member 'System.Web.UI.WebControls.GridViewRow.DataItem' cannot be used like a method. The row it highlights as the...
    Posted to Data Presentation Controls (Forum) by tbplayer22 on 01-22-2009, 12:00 AM
    Filed under: OnRowDataBound, c#, GridView, onrowcreated
  • Re: DataBinding: 'System.Data.DataRowView' does not contain a property with the name '1'.

    Note:ID,Name r propertis set with colnames protected void gridview_RowDeleting(object sender, GridViewDeleteEventArgs e) { string[] arrSession = (string[])Session["arrID"]; gridview.DataKeyNames = arrSession; columID = Convert.ToInt16(gridview.DataKeyNames[e.RowIndex].ToString()); deleteRow...
    Posted to Access Databases and AccessDataSource Control (Forum) by snet on 01-09-2009, 12:00 AM
    Filed under: visual studio, c#, GridView, .Net 2.0
  • DataBinding: 'System.Data.DataRowView' does not contain a property with the name '1'.

    the error: DataBinding: 'System.Data.DataRowView' does not contain a property with the name '1'. my case: getting this error when deleting a row from gridview and reloading the gridview with the changes using a single stored proc to delete and select.. dataset contains column names and...
    Posted to Access Databases and AccessDataSource Control (Forum) by snet on 01-09-2009, 12:00 AM
    Filed under: sql, stored procedure, visual studio, ASP.NET 2.0, c#, DataSet, Gridview Data Sources, .ASPX, GridView
  • gridview export to excel usercontrol

    Hi everybody, I have a web application with a userControl in a aspx page ant that page in a masterpage. the usercontrol has a Gridview that I want to export to excel using the following code: string style = @"<style> .text { mso-number-format:\@; } </script> " ; Response.ClearContent...
    Posted to Data Presentation Controls (Forum) by vandeley on 12-09-2008, 12:00 AM
    Filed under: gridview, user controls asp.net, User Controls in C#, C#
  • C# DBNull Problem in Gridview RowCreated Event

    Good Day everyone. I am having a problem and normally i would just search on the forums and MSDN and find the answer but this one has me stumped! I have a Gridview that is reading from an oracle database and I am checking if the field is Null so that i can change the color of the cell. The problem exists...
    Posted to Web Forms (Forum) by Ebelardo on 11-12-2008, 12:00 AM
    Filed under: RowCreated Event, c#, DBNull, gridview
  • Gridview in Custom Control

    Hi everyone, I have seen various classes on the internet, that allow me to create a gridview with template fields from a data table. However, I am finding that none of them suit my purpose. I need a gridview that will allow me to select a row, passing a command argument back to the event handler for...
    Posted to Custom Server Controls (Forum) by mickwalker on 11-10-2008, 12:00 AM
    Filed under: row, vb.net, asp.net, c#, custom control, itemtemplate, GridView
Page 1 of 6 (57 items) 1 2 3 4 5 Next > ... Last »