Browse by Tags

Related Posts

  • Writing an XML file from contents of GridView \ Table

    Hi. I am trying to find a way to populate an XML file with the contents of a table inside my database. I have looked all over and done a search but not found any way to do this. All i want to do is export a table from my database to its own XML file when the user loads a webpage. Alternatively, as I...
    Posted to XML and XmlDataSource Control (Forum) by swatsi on 04-23-2009, 12:00 AM
    Filed under: VB.net, .NET 3.5, database, XmlTextWriter, Writing XML, GridView
  • Stupid question about AJAX & Grid Views & Sorting Data!

    Hi I'm trying to create a basic grid view ceate a Table adapter / Data Set & sqlServer 2008 Database. What i really want to be able to do is cree are a grid view that can be sorted without doing a full page refresh... There are lots of examples of this out there using Java Script, however, these...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by odxsigma on 01-02-2009, 12:00 AM
    Filed under: ajax, database, GridView
  • (GridView) What is the best way...

    What is the best way to deal with this situation: I want to use a gridview to interface with the database, but there is no table that maps directly to the rows an columns I want in my GridView. I'm starting to think there is no good way to do this, but surely it is a common problem.
    Posted to Data Presentation Controls (Forum) by boxubi on 12-09-2008, 12:00 AM
    Filed under: database, GridView
  • how can i do this simple thing??

    hello again, i have a simple question, i have a sqldatabase table named "tblFiles" and a row "FileDIR" in my u.i. i have a gridview1, im able to display the "FileDIR" field using a boundfield. now, i want to add a new row in my gridview1 w/c is called "FileName"...
    Posted to Data Presentation Controls (Forum) by smoothmovz on 04-17-2008, 12:00 AM
    Filed under: UI threading, .NET, ASP.NET, code, database, gridview
  • Assess .Net Intranet Application

    I am assessing whether a .net intranet application system is of acceptable, reasonable quality. My criteria so far for this is on several fronts: - Architecture (e.g., is the architecture n-tier?) - Is the code easy to maintain? - Has the code been written with reuse in mind, or refactored? - Are there...
    Posted to Free For All (Forum) by dbrook007 on 01-04-2008, 12:00 AM
    Filed under: ntier, partial classes, persist changes, Report Viewer, solution project, system analysis", System Design, Technical Specification, UI Architecture, UI Framework, UI Process Components, VB, VB Class, VB Classes, vb.net, Web Forms, .NET, 3tier, 3-Tier Architecture, 3-tier programming, approach, architecture, Asp.Net 2.0 : java script, ASP.NET 2.0 NET SQL Server 2005 database connection error, asp.net tuning, assembly, authentication, Basic Architecture Design, Best Practices, bug, business logic layer, caching, Class Design, concurrentcy, Consistency in UI, css, CustomErrorPage, DAL exceptions, data access layer, data access object relational mapping, Data modeling, datagrid, datalogic layer, dataobjects, design pattern, Events, Generics, Globalization, database object, xml, entity, IIS, application state management, performance, Exception Handling, Exception Handling Application Block, Exception Handling Application Block Tutorial, ASP.NET Architecture, sql server, OOP, "system Design", arcitecture, business model, data serialization, GridView, Patterns & Practices, N-Tier, optimization, Reflection, web service, ADO.NET, Asp.Net 2.0, assemblies, Data Concurrency, database, http, methods, Website Problem
  • Re: Custom Paging in a Gridview - Runtime Error When Filtering

    hopeful bump After some more investigating I can see that the error is occuring here: //return how many rows are in the total recordset public int GetTransactionCount( int fkToOrgID) { try { return ( int )Adapter.usp_GetTransactionCount(fkToOrgID); } catch ( Exception err) { //Catch the error here and...
    Posted to Data Presentation Controls (Forum) by glosrob on 11-30-2007, 12:00 AM
    Filed under: paging, sql, ASP.NET, database, SELECT, GridView, Filtering GridView
  • 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
  • Editing Underlying boolean data without making cells Editable

    I'm having a real hard time coming up with a solution to this problem. I created a custom gridview control from Dino Esposito's "Extending Gridview" article which autogenerates a checkbox column that allows for multiple record selection. Once a user checks a box, the entire row gets...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by elaw on 10-05-2007, 12:00 AM
    Filed under: sqldataSource, asp.net 2.0, ASP.NET 2.0 Data Binding SQl Server 2005 ASP, c#, column attributes, data access, data source, Database, Dynamic Query, gridview
  • How to manipulate or change the treeview category?

    Hi I am using below code to populate the treeview from database. Ex : tree view category Vehicle Electronics My question: How to manipulate or change the name in the treeview when display in the web site as below? Vehicle should display as Motors Electronics should display as Multi Media Note : I can...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by SudhaYogesh on 09-24-2007, 12:00 AM
    Filed under: "Tree Structure", .NET Gridview Problems, .vb, asp .net 2.0, ASP.NET, ASP.net ... VB ... Data access, ASP.NET 2.0 DataBinding DataTable, asp.net 2.0 DataBinding formview, ASP.net 2.0 GridView, asp.net 2.0 GridView databound ItemTemplate, asp.net 2.0 gridview hyperlinkfield, css, CssClass, Custom Class, data source, database, databind, Databind(), dataview, gridView sql, GridView Hyperlink Template, gridView identity primary key, GridView imagefield, gridView itemTemplate, GridView ListBox SQL, GridView optimize FilterExpression, Gridview rank reorder sort re-order, gridview replace newline br, Gridview SelectAll Checkbox RowDataBound Events client-side, Hyperlink column, hyperlink column in gridview accordin to condition, if, grid view details view, grid view form view, GridView, GridView asp.net, "gridview" edit select eventhandling, asp.net 2.0, css menu, css print tables, gridview control custom columns hyperlink, gridview rowdeleted
  • filling gridview from code

    hello, i'd need a little help with filling GridViews i browsed over like 10 search pages, but couldnt find any which would solve my problem. so in my ajax project i made a testing page pulled a gridview (GridView1) on it with a fhew buttons and textboxes. i need to fill the gv from code so my websie...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by romeozor on 08-02-2007, 12:00 AM
    Filed under: Bind, data source, Database, gridview
Page 1 of 3 (26 items) 1 2 3 Next >