net web application for social networking. I am using VS2008 and sqlserver 2008[.net 3.5] In this website we are using 3-tier architecture. We pass businessobject to the UI.开发者_如何学运维
I have written some logic in C#. Now I need to update it to the already created Dataset. The Dataset is containing a Table PackageTable. It has two fields, PackageId, and PackagePrice
I thought calling ObjectDataSource.Select() gives the same results as calling ObjectDataSource.DataBind(), but in some cases that doesn’t seem to be true:
I\'ve a moderate-scale web-app with an SQL-Server based backend DB. My DB overview - 开发者_如何学C Generic suggestions for SQL 2005 Framework\\Design and Implementation
I have an ObjectDataSource set up as follows: <asp:ObjectDataSource ID=\"AccountDataSource\" runat=\"server\" OldValuesParameterFormatString=\"original_{0}\"
I have a User object with a Load method that takes in a UserId parameter and loads that users data to the objects member variables.
I don\'t see difference between ObjectDataSource and new DomainDataSource (http://blogs.microsoft.co.il/blogs/bursteg/开发者_运维技巧archive/2009/04/11/using-domaindatasource-in-asp-net.aspx).
I am trying out DevExpress Xtrareports, but have asimple problem that I am not able to find an answer to.
My problem scenario is as follows: I have one GridviewA b开发者_如何学JAVAound to a objectdatasourceA. When I click on a GridviewA row, I want another objectdatasourceB to pick the ID from the GridVi