Browse by Tags

Related Posts

  • RowEditing Event - Gridview

    How do I get the field to become edit boxes when I click on the EDIT button in Gridview? I trying to do it with the codebehind and this is what I got so far. thanks Protected Sub mygridView_RowEditing( ByVal sender As Object , ByVal e As System.Web.UI.WebControls.GridViewEditEventArgs) Handles mygridView...
    Posted to Data Presentation Controls (Forum) by gmcghee on 08-25-2006, 12:00 AM
    Filed under: GridView
  • Gridview Update not working

    I can't seem to get the update to work in my Gridview. After making changes to a field and clicking update, the field just returns to its previous value Any ideas? <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" DataSourceID="SqlDataSource1...
    Posted to Data Presentation Controls (Forum) by g-spot-web on 08-24-2006, 12:00 AM
    Filed under: GridView
  • GridView: DataKeys Array is Empty

    I am trying to get the primary key value of the selected row in a GridView control. Here is the simplified source: < asp:gridview id= "MyGrid" runat= "server" allowsorting= "True" autogeneratecolumns= "False" datasourceid= "SqlDataSource1" DataKeyNames= "id" onRowCommand= "MyGrid_RowCommand" >...
    Posted to Data Presentation Controls (Forum) by anonim on 08-24-2006, 12:00 AM
    Filed under: GridView
  • Hyperlink column

    I am designing a webpage to search files on local computer by using search index. I have used the datagrid in ASP.NET, with the following column Filename,Path,Size,DocTitle. I have made the path column as hyperlink. path is the acutal files path where it resides. the problem is when i click on the path...
    Posted to Data Presentation Controls (Forum) by MSaleemKhalid on 08-27-2006, 12:00 AM
    Filed under: GridView
  • dynamically add new row to the gridview

    hello friends I have a gridview control containing 3 columns.out of 3 columns 2 are dropdownlist.im binding the gridview using a dataset.the dataset contain 3 records so the gridview contains 3 rows.when i click on a add button i want to add a new row with 2 dropdownlist and a text box in the gridview...
    Posted to Data Presentation Controls (Forum) by arunpulikkan on 08-28-2006, 12:00 AM
    Filed under: GridView
  • Web Server Control Problem.. :: Case Study...Please Help me

    hi !! i have almost 9 different category for search...ex. 1)Quick Search 2) Advance Search etc. Now all search has different page and they are post the data to their respective pages ex. quicksearchresult.aspx , advancesearchresult.aspx using cross page connection in asp.net 2.0 and the result of the...
    Posted to Data Presentation Controls (Forum) by hardik.patel on 08-28-2006, 12:00 AM
    Filed under: GridView
  • Use constant in DataField an not the field name

    Hello, I use the Microsoft's developpement layers technic So I have for a website some project. One of this is name "Common". Inside this project "common" I have some class which contain constant to save my database field name. Of course, I have a "WebUI" project with...
    Posted to Data Presentation Controls (Forum) by seb.49 on 08-29-2006, 12:00 AM
    Filed under: GridView
  • The GridView fired event PageIndexChanging which wasn't handled.

    I get the following error when clicking on page 2 of the paging control in my GridView. We’re binding the GridView against a CodeGen class that returns a list of values from the database. The GridView 'gvPodcasts' fired event PageIndexChanging which wasn't handled. Description: An unhandled...
    Posted to Data Presentation Controls (Forum) by dba123 on 08-29-2006, 12:00 AM
    Filed under: GridView
  • Dynamic text attribute by using <%= %> asp.net 2.0 ?!?!

    why this doesn't work??? <% = prijevod.CurrentLanguage.GetPage( "admin" ).GetKey( "lbltipkorisnika" )%> &nbsp;&nbsp;&nbsp; < asp : dropdownlist id ="ddlUserTypeSelect" runat ="server" AutoPostBack ="true"> < asp : ListItem...
    Posted to Web Forms (Forum) by vjero on 08-29-2006, 12:00 AM
    Filed under: GridView, GridView List ObjectBinding Collection, GridView Sorting
  • Report Designer issue

    There is an urgent work that should be completed using VS 2005 Report designer. I don’t know if there is a simple mechanism for Passing parameters in stored procedures and displaying the output in reportviewer. I found the same question in the forum but no answers are supplied by anyone to this...
    Posted to Visual Studio 2005 (Forum) by Mane on 08-30-2006, 12:00 AM
    Filed under: GridView
Page 1 of 96 (954 items) 1 2 3 4 5 Next > ... Last ยป