Browse by Tags

Related Posts

  • 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
  • Use ArrayList and Stored Procedure Output To Populate Different Columns In Same DataGrid/GridView

    This may be a beginner's issue, but I am having trouble with a situation that I need help with. One set of data that is stored in an ArrayList and another that is stored in the DB (results from a stored procedure). I need to have a Grid with two columns (right now the Grid is on the .aspx page, but...
    Posted to Data Presentation Controls (Forum) by jon333 on 01-26-2009, 12:00 AM
    Filed under: arraylist, Custom Column, datagrid, dataset, DataTable, GridView
  • Result set paging .net 2.0 and sql server

    Hi, I'm wondering how to convert the following into a pageable data set..here's my current stored procedure: 1 DECLARE @SQL varchar(1000) 2 3 SET @SQL = 'SELECT * from tablen n left join 4 Projects p on p.id = n.id left join projectindividuals pi on p.projectid=pi.projectid 5 left join tabled...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by thedigit on 10-13-2008, 12:00 AM
    Filed under: paging, .net, Datagrid, dataset, sql server
  • Binding a DataSet to a DataGrid Control using incremental page display method.

    I've seen the movie about the incremental page display method and I tried to do the same thing against my website DataGrids but unfortunately I face the problem of binding a DataSet returning from a WebService method to a DataGrid in my webpage using javascript codes. I would be so pleased to hear...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by k1_golestan on 09-16-2008, 12:00 AM
    Filed under: ajax, DataSet, incremental page display, JavaScript, Datagrid
  • How to convert a boolean column to "Yes/No" string in Dataset

    I hit a database and pull back a Dataset where one column is a boolean. I bind this DataSet to a Datagrid for presentation. How do I manipulate a boolean column within this Dataset/Datagrid to say "Yes/No" instead of "True/False". I'm using SQL Server 2000 if this is something...
    Posted to Data Presentation Controls (Forum) by btram12 on 04-14-2008, 12:00 AM
    Filed under: datagrid, dataset
  • DataGrid to XML

    I have a datagrid on the page. It uses XML file as source . I need to export DataGrid back to XML. Is there a way to extract DataSet back from the Datagrid, so i can use Dataset.GetXML()? basically i load data from my xml file to a datagrid, user edits some values on the webpage and then i need to save...
    Posted to Data Presentation Controls (Forum) by dotsad on 01-14-2008, 12:00 AM
    Filed under: datagrid, dataset, export, xml
  • Employee Attendance Application

    Hai to all I'm new to asp.net. I'm creating Employee Attendance Details application in Asp.Net with C#, which is a Windows application. I have searched in internet regarding this application. But I'm unable to found it. If any one knows this application, please provide me the link. Thanks...
    Posted to Free For All (Forum) by sureshkumar.veesam on 10-24-2007, 12:00 AM
    Filed under: 3rd Party controls for asp.net, ASP.NET, Asp.Net 2.0, asp.net 2.0 asp.net, asp.net 2.0 Template Field, Data Grid, database, DataGrid, Datalist control, dataset, folder, FormView, Interview Questions, javascrip, javascript code behind, Localization, Login Control, LoginView, Master page, Membership, Menu, menu control, MultiLanguage, Asp.NET2.0, grid view, GridView, ASP.NET Sites, .NET Framework 3.0, Asp.Net 1.1
  • 2d Arrays vs. other data structures

    I would like to create a 2d array, but I won't know how many rows. Redim, preserve won't let me alter the first dimention. What other options do I have for flexible length 2dim data structures? I will need to bind the structure to a datagrid. -smc
    Posted to Getting Started (Forum) by smcirish on 07-19-2007, 12:00 AM
    Filed under: VB, VB .NET, vb.net, .vb, array, arrays, datagrid, dataset, datatable
  • Datagrid / Repeater with .JPG or .SWF File

    I have a repeater control, in which I have to show two types of illustrations(images). One with extension .JPG and other with extension .SWF (flash file) I am using custom built classes and binding to the repeater. I wanted to know what ASP.net server control should i bind it to inside the repeater,...
    Posted to Getting Started (Forum) by mayuresh_s on 03-01-2007, 12:00 AM
    Filed under: "asp.net 1.1", repeater user control panels visible, .NET 1.1, .Net 2.0, ASP.ne, ASP.Neet 2.0, asp.net 2.0, C#, DAL, data, data handling, datagrid, dataset, asp 2.0, .cs
  • Datagrid / Repeater with .JPG or .SWF File

    I have a repeater control, in which I have to show two types of illustrations(images). One with extension .JPG and other with extension .SWF (flash file) I am using custom built classes and binding to the repeater. I wanted to know what ASP.net server control should i bind it to inside the repeater,...
    Posted to Getting Started (Forum) by mayuresh_s on 03-01-2007, 12:00 AM
    Filed under: "asp.net 1.1", repeater user control panels visible, .NET 1.1, .Net 2.0, ASP.ne, ASP.Neet 2.0, asp.net 2.0, C#, DAL, data, data handling, datagrid, dataset, asp 2.0, .cs
Page 1 of 2 (18 items) 1 2 Next >