Browse by Tags

Related Posts

  • Question about DataGrid + DataForm

    hi, I'm new to Silverlight 3, and I have some questions about Silverlight DataGrid and DataForm controls, hope any one can helpe me here. 1) In the sample website, for datagrid in the 3rd sample(master detail), how does datagrid synchronized with dataform, I know I can use 'CurrentItemChanged'...
    Posted to ASP.NET Controls for Silverlight (Forum) by showen on 05-18-2009, 12:00 AM
    Filed under: dataform, silvelight 3, datagrid
  • how to call a modal popup after saving a text file

    Hi , could please tell how slove the problem i am saving one text file using the below code Response.ContentType = "Application/txt" ; string FilePath = MapPath( "ANSI837/" + fileName); Response.AddHeader( "Content-Disposition" , "attachment; filename=" + fileName...
    Posted to Web Forms (Forum) by ramesh.sri on 05-15-2009, 12:00 AM
    Filed under: Style Builder, userImg.ImageUrl = Server.MapPath("~/registration/") + User.Identity.Name & "/images/" + User.Identity.Name + ".jpg" above is the code for dynamically assinign the image url to na image control., VB 2005, Visual Studio .NET 2005, Visual Studio .NET 2005 Missing Reference Folder, VisualStudio 2005, .net, .NET 2.0, .NET 3.5, .NET 3.5 vs2005, .net code generator, .Net2005, .refresh dll vs2005 com, accessibility, ADO.NET, AJAX, Align, ASP .NET 2.0, asp.net 2.0, ASP.net 2.0, ASP.net 2.0 Membership, asp.net 2.0 sharepoint application, asp.net 2.0 upgrade from asp.net 1.1 System cannot find the path specified., asp.net Web.Config teamsystem appsettings, ASPNETAJAXCTPCS.zip, aspx, Attempted to read or write protected memory. This is often an indication that other memory is corrupt., audio, automation, backspace, Base64 Encoding, bookmark, bug, bug property window, bugs, C#, C# + ASP.NET 2.0, C# 2005, c# code generator, Cannot start service from the command line or debugger. A Windows Service must first be installed (using installutil.exe) and then started with the ServerExplorer, cassini, check out, class, clickonce, code generator, Code reuse, command prompt, Configuration, CSS, DataGrid, datalist, File, Files, characters, asp.net2.0, .ASPX
  • Re: Export MsAccess database to Excel

    Thanks ... finally i got some code in codeproject .. Excel.ApplicationClass excel = new ApplicationClass(); excel.Application.Workbooks.Add( true ); DataTable table = DATASETNAME.Tables[ 0 ]; int ColumnIndex=0; foreach (Datacolumn col in table.Columns) { ColumnIndex++; excel.Cells[ 1 ,ColumnIndex]=col...
    Posted to Data Access and ObjectDataSource Control (Forum) by rameshsengamalai on 05-10-2009, 12:00 AM
    Filed under: datagrid, DataSet, Export to excel
  • Datagrid - Print values in two different lines upon button click

    Hi, This is the scenario: This is what I have: 1. I have a datagrid with 6 columns and several rows with values coming from the database. 2. One column in the datagrid is a unique identity column 3. I also have a 'Show Info' button. This is what i need: 1. The current datagrid has limited information...
    Posted to Getting Started (Forum) by newbee9899 on 05-08-2009, 12:00 AM
    Filed under: "asp.net 2.0" "visual studio 2005", tables, text, vb.net, vb.net 2.0, vb.net 2000, vb.net asp.net, visual basic, <asp.net>, .vb, button, datagird, Datagird single button, datagrid, label control graphics, label.text, ASP 2.0 USER CONTROLS, asp 2.0.net, Label
  • C# vs. VB - Datagrid ItemDataBound VS2005

    VS2005 In VB is is easy to find all the methods associated with an object. You just select in it the Object in a dropdown menu, and all the related methods just appear in a second drop down menu. You choose the method, and it constructs the method for you. Why is this a manual process in C#. Am I missing...
    Posted to C# (Forum) by smcirish on 04-30-2009, 12:00 AM
    Filed under: C# 2.0, Datagrid, ItemDataBound, VS2005
  • Data grid column color changing

    Hi, I have data grid and when i click the edit button in the grid, that row will be highlighted.I need to know that ,After i updated the data , the color should be removed and the default data grid back color would display .Here i have given the code which i used to highlight the column and row. This...
    Posted to Data Presentation Controls (Forum) by kssaranmca2006 on 04-23-2009, 12:00 AM
    Filed under: "Asp.net 3.0", "asp.net 2.0" "visual studio 2005", "back button" back-button, "Column Name", "gridview" edit select eventhandling: "boundfields":"gridview": "edit", .NET 2.0 GridView column order rowediting, .Net 2.0 Server Controls, ASP .net 2.0 .NET, ASP .net 2.0.NET, ASP .net usercontrol event not firing first time, asp .net datagrid, asp.NET GridView, asp.NET gridView Hyperlink, Data Grid, Data Grid template column sorting, Data gridview, datagrid, DataGrid ASP.NET Row_DataBound, Datagrid cotrol
  • Error : Object reference not set to an instance of an object. plz solve this

    Hai All, I want to display all images names in a folder in a datagrid I'm getting error, while executing the below code. Any one please solve this.... Dim Dir As New DirectoryInfo("E:\Suresh\Examples\Images\") Dim FileList As FileInfo() = Dir.GetFiles("*.*", SearchOption.AllDirectories...
    Posted to Data Presentation Controls (Forum) by soori457 on 04-16-2009, 12:00 AM
    Filed under: DataBinding, DataGrid
  • SUM Selected(Multipule) Cell Values in GRID

    Hi I strugling with a problem in GIRD I Requirement is i am able to select multipule cells and I need the sum of the Selected Values.I am displaying the sum of the selected values in tooltip. I able to Get the current cell value only not all the selected cell values SUM Plz help he to get this I strugling...
    Posted to Web Forms (Forum) by sumanthchowdary.k on 04-15-2009, 12:00 AM
    Filed under: "AJAX .NET 2.0" " "Ajax Control Toolkit" not displayed., Clien side, DATA GRID, DataGrid, datagrid javascript, gridview ajax selectedindexchanged, gridview control, gridview returns 0, gridview sorting, Gridvieww, grid ajax, grid control, grid view, grid view and listbox, gridview
  • Populating a Datagrid with Data from Two Tables using the Factory Design Pattern

    Hi All, I'm using the factory design pattern in an application i'm working on at the moment. I have the DAL working fine in multiple instances where the data in a single table is bound to a DataGrid. Now I have a need to access data from Three different tables with ONE datagrid. I've created...
    Posted to Data Presentation Controls (Forum) by Bryan Thomson on 04-14-2009, 12:00 AM
    Filed under: datagrid
  • Datagrid

    Hi, I am trying to send the datagrid results in the body of an email message. However, instead of seeing the data, I get this ( System.Web.UI.WebControls.Label) in the email body for each row of returned results. Any ideas of what I need to change to make this work? Thanks in advance. protected void...
    Posted to Data Presentation Controls (Forum) by awolf on 04-10-2009, 12:00 AM
    Filed under: datagrid
Page 1 of 37 (367 items) 1 2 3 4 5 Next > ... Last »