Search

You searched for the word(s): userid:787559

Matching Posts

  • Re: Export Label's text to Word.

    Hi Han, Going your way, exports the label's text to word in plain text format. I want to export in rich text format. For this, I have used Export Panel ( http://steveorr.net/articles/ExportPanel.aspx )
    Posted to Web Forms (Forum) by sudipta on 12/8/2009
  • Re: Report problem after adding WCF Service reference.

    Hi, Thanks for your reply. You have understood the problem correctly. Infact, I have already visited the link http://social.msdn.microsoft.com/forums/en-US/wcf/thread/73af27e1-001f-406f-a0b5-533953f9b805/ But, my <xs:schema> element already contains: <xs:schema id="NewDataSet" targetNamespace=" http://tempuri.org/NewDataSet.xsd " xmlns:mstns=" http://tempuri.org/TypedDataSet2.xsd " xmlns=" http://tempuri.org/NewDataSet.xsd " xmlns:xs=" http:/
    Posted to SQL Server Reporting Services (Forum) by sudipta on 12/4/2009
  • Export Label's text to Word.

    How to export label's text to MS-Word? I am using the below code but it inserts html tags also in the word document (eg: <span>This text needs to be exported to word.</span> ) I want to export the formatted text from the label to word. The code which I have used to export (which inserts html tags in the word document) is as follows:- Response.Clear(); Response.Buffer = true; Response.AddHeader("content-disposition", "attachment;filename=FileName.doc"); Response
    Posted to Web Forms (Forum) by sudipta on 12/3/2009
  • Report problem after adding WCF Service reference.

    I got a problem when I added a wcf service reference to my reports web site. The error didn’t come right away after I added the web reference. Instead, when I tried to open the Reference.xsd. I got the error “The ‘http://www.w3.org/2001/XMLSchema:schema’ element is not declared”. I am not able to change reference.xsd also. How to resolve this issue..
    Posted to SQL Server Reporting Services (Forum) by sudipta on 12/2/2009
  • Re: Model Business Entity classes using Generics.

    [quote user="mendhak"] Well, I've got a simple tutorial on the ADO.NET Entity Framework that you can go through - shows you how to create the DataModel from your database tables and then use those objects. [/quote] I want to model the business entities as IPOCO classes using the Entity Framework. I don't want to use any O/R mappers like LinqToSql, EDML generated code etc.
    Posted to Architecture (Forum) by sudipta on 8/31/2009
  • Re: Model Business Entity classes using Generics.

    [quote user="mendhak"] Are you looking to use the ADO.NET Entity Framework or are you using it already? [/quote] Yes, I am looking to use Entity Framework.
    Posted to Architecture (Forum) by sudipta on 8/28/2009
  • Model Business Entity classes using Generics.

    I want to model various Business Entity classes (like Users etc given below.) that map to database table using Generics. Please suggest sample design. using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data.Entity; using System.ServiceModel; using System.Runtime.Serialization; /// <summary> /// Summary description for User /// </summary> namespace Project.BE { [Serializable] [System.Runtime.Serialization.DataContract] public class UserEntity
    Posted to Architecture (Forum) by sudipta on 8/19/2009
  • asp:Login events like Login1_Authenticate not firing.

    I have an asp:Login control named Login1. I ahev converted it to the template. In the layout template, I have changed the default table structure with a div based layout. Now, the events like Login1_Authenticate, Login1_LoggedIn etc. not firing. This is the .aspx code for the page having the login control: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FrmLogin.aspx.cs" Inherits="RMS.FrmLogin" Debug="true" %> <!DOCTYPE html PUBLIC
    Posted to Security (Forum) by sudipta on 8/13/2009
  • Re: How load a Text(CSV) file into database

    If u r having problem visually importing the data, use the command line BCP(Bulk Copy Program). Or u can use SSIS.
  • Re: How to use Membership API methods in custom classes?

    [quote user="rtpHarry"] Woops! This thread: http://forums.asp.net/p/1216953/2160591.aspx [/quote] The class library project is in the same solution which contains the web application project. But, the System.Web.Security namespace is not appearing in the class library class file.
    Posted to Security (Forum) by sudipta on 8/11/2009
Page 1 of 45 (446 items) 1 2 3 4 5 Next > ... Last »