Browse by Tags

Related Posts

  • Need Help with webservices

    Hi, I am Amit from India, I need ur help on ASP.NET Webservices. I am getting problem while running a WebService on Prouction server. Below is source code, that I am using. Actually I am trying to connect my WebService to mine installed blog. here is the link of issue that I had posted earlier. http...
    Posted to XML Web Services (Forum) by amitranjan on 06-11-2008, 12:00 AM
    Filed under: query, sql server 2005, database, webservices, database access using webservices, datatable
  • Non-English characters in Server Controls

    Hi there, I have a form where I am taking input from User in 2 languages, English and Japanese...... Now the data submits just perfectly (as I can see it in SQL Server) but in gridview the Japanese characters become TILTED....the GridView shows all the characters Tilted to the left for instance look...
    Posted to Data Presentation Controls (Forum) by programmar on 01-14-2008, 12:00 AM
    Filed under: ADO.NET 2.0, asp .net 2.0 webforms, asp .net with c#.net, ASP.NET C#, asp:label, Client Side Web Development, data access, Data base, DataBinding, DataGrid, Datagrid Template columns, datagridview input, datasource, dataview, gridview postback, database form, Asp.net2.0, asp.net2.0 using c#, .ASPX, .cs, ASP .net 2 .0, Accessing data, ASP .net 2.0 C#, ASP.NET 2.0, asp.net 2.0 C#, DataBind DataBinding, datatable, labels, Asp.net Configuration, ADO.NET, ASP .net TextBox Server Control, Database, gridview control, label
  • Custom DAL from Scratch

    hi everyone, im buidling a website using Visual Studio 2005. The integrated Datatools, such as the Dataset designer are great if i am using a Professional database, but unfortunatly i am not. I would like to write my own DAL from scratch(or an example), so i can still use my Database with the provided...
    Posted to Data Access and ObjectDataSource Control (Forum) by Skyruner2 on 09-23-2007, 12:00 AM
    Filed under: .Net 2.0, data, data access layer, Data Presentation Controls, Data Set, data source, database, databind, databinding, DataTable, datatagrid, Data table
  • Creating a single DataTable from multiple relational DataTables in a DataSet

    Hi all, I have a typed DataSet which has 2 datatables in it. There is a one-to-one primary/foreign key relationship in the dataset between the datatables. I can easly call my DataAdapter to return the details on each DataTable based on the relation key, however, I would like to get the information into...
    Posted to Data Access and ObjectDataSource Control (Forum) by wullie on 08-21-2007, 12:00 AM
    Filed under: relational integrity, Data Access, Database, DataSet, DataTable
  • Saving listbox data - best approach?

    We have an ASP.NET 2.0 site that uses SQL Server 2000/2005. I am working on a page that updates our user table. But it will also update multiple related tables. For example, the user could be a member of several different companies and/or organizations and may have 1 to many roles out of a list of available...
    Posted to Data Access and ObjectDataSource Control (Forum) by nickpup on 04-19-2007, 12:00 AM
    Filed under: object data source, ObjectDataSource DataSet Multitable, passing object, sql, SQL Performance, Stored Procedures, VB.Net, ADO.NET, ASP.NET, Business Object, Data, Data Access, data set, DataAdapter, Database, databind, DataSet, DataTable, DataView SqlDataSource, design, SQL Server ADO.NET Transactions
  • How to pass null value to a function in business logical layer?

    Hi Guys, I meet a problem. I need pass null value to a funtion in business logical layer. Public Function JobSearch(ByVal sSkill As String, ByVal iCountryID As Nullable(Of Integer), ByVal iStateId As Nullable(Of Integer)) As JobPostingsDataTable Return Adapter.GetDataSearchForJobs(sSkill, iCountryID...
    Posted to Data Access and ObjectDataSource Control (Forum) by redmaple on 04-01-2007, 12:00 AM
    Filed under: Table Adapter, Asp.Net 2.0, BLL DAL Login Membership SQL Express, DAL, data Acces, Data Access, data set, DataAdapter, Database, DataTable, Any help on ADO.NET 2.0 MARS feature, BLL
  • DataSet or Business Objects (IS ORM a better solution?)

    Hello guys, I am in doubt what solution is the best for a case that we have in hand. We have to develop a web application (ASP.NET 2 with loads of reports which I think we will use SSRS) and on this particular project there are about 100 tables involved. As you know we can add a DataSet for each table...
    Posted to Data Access and ObjectDataSource Control (Forum) by Mehdi6002 on 03-07-2007, 12:00 AM
    Filed under: ORM, sql, Business Object, Data, Data Access, data set, Data Set Binding, DataAdapter, Database, DataSet, DataTable
  • How to retrieve data as XML from SQL database

    Hi, I have a website which is designed to search for employee information. I have the search system working which does exactly what I want to, but as an added feature I want there to be a button which, when someone clicks on it, it takes whatever the previous search was and generates a set of data in...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by tomosap on 02-28-2007, 12:00 AM
    Filed under: object data source, objectdatasource, parameter datatype, Stored Procedures, Table Adapter, TableAdapter, TableAdapters, VB.Net, ADO.NET, Columns, combining data sources, DAL, Data, Data Access, DataAdapter, Database, DataGrid GridView Paging, DataSet, DataTable, DataView SqlDataSource, DropDownList, XML, Gridview
  • Data Access Layer in ASP.NET 2.0

    I am very confused as to what i should be using as Data Access Layer. We have so many things to choose from - DAAB (Data Access application block). -We can use table adapter and can create strongly typed datasets (dataset.xsd) files to access data. -Then we have IBATIS and Hibernate. - we can have custom...
    Posted to Data Access and ObjectDataSource Control (Forum) by nav_nav2000 on 01-17-2007, 12:00 AM
    Filed under: ADO.NET, Data, Data Access Application block, Database, DataSet, DataTable
  • Omitting columns from Stored Procedures, DAL, BLL and PL

    I have been trying to do this with no luck. I get an 'Exception has been thrown by the target of the invocation.' error after the End Get here. Private ReadOnly Property Adapter() As System.Data.SqlClient.SqlDataAdapter Get If ( Me ._adapter Is Nothing ) Then Me .InitAdapter End If Return Me ._adapter...
    Posted to Getting Started (Forum) by mtsonic on 01-08-2007, 12:00 AM
    Filed under: data handling, data mapping, database, datatable, database design
Page 1 of 2 (19 items) 1 2 Next >