Search

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

Matching Posts

  • Re: Passing connection string to Enterprise Library DAAB 3.1

    hello, i am facing problem passing connnection string to the entLib so i am using your method : public static Database CreateDatabase() { string connectionString = App_Settings.portalCnnStr; string dd = "System.Data.SqlClient"; return new GenericDatabase(connectionString,dd); // dbProviderFactory = System.Data.SqlClient } But the GenericDatabase takes string,DbProviderFactory .. so how to pass second parameter?? i used several ways and in all it failed!!
    Posted to Microsoft Application Blocks (Forum) by nasserdw on 2/9/2009
  • AjaxToolkit tab Localizing

    Hi All, I am using tab container in my application, and i am using resources to have multi languages. The problem is that when using Tools > Generate Local Resources from VS 2005 .. it doesent add any refrences in page local resource file for used tab,, so i can translate it ... So how i can enable Localizing to more that one language for AjaxToolkit controls specialy tabs? Thanks,
    Posted to ASP.NET AJAX Control Toolkit (Forum) by nasserdw on 3/18/2008
  • Re: ASP.NET 2.0 deplyment

    Okay then ,, this is too bad, but another question, in asp.net 1.1 to deploy the site i should copy the ASPx files & the Dll file in bin directory and the site will work ,, in sp.net 2.0 what i have to copy manually to the site will work?
    Posted to Configuration and Deployment (Forum) by nasserdw on 10/29/2007
  • Re: ASP.NET 2.0 deplyment

    Thanks for you replies, But consider i have deployed for first time in customer,, but then changed some class in my machine, how to justcopy the changed?
    Posted to Configuration and Deployment (Forum) by nasserdw on 10/26/2007
  • ASP.NET 2.0 deplyment

    Hi All, As in previoud version asp.net 1.1, when we make a change in some class inside our application, we build the project then copy the resulted web site dll into client machine,, and its working,, But in asp.net 2.0 since there is no DLL for web site on the Bin directory,, then how i could deploy the web site,, as i dont want to copy the .cs files on the customer machine! Thanks
    Posted to Configuration and Deployment (Forum) by nasserdw on 10/25/2007
  • Re: Bug using CheckBox Dialog to impose an install condition on a merge module

    Hi, Can i ask you how you managed to set the condition of selective checkbox installation ,, because i have done exactly the same as you mentioned ,, and still couldnt let the installer exclude merge module 1 if checkbox 1 not selected? Do u have any idea?
    Posted to VS Web Deployment Projects (Forum) by nasserdw on 9/4/2007
  • Deploy selective folders from User Interface CheckBox screen

    Hi All, I have created a VS 2005 Deployment project, this project have the installation of 3 different projects on my solution, and i need the user to be able to select what projects he wants to be installed. So i did the following: - I have put the primary output & content file of each project in different installation folder. - Added new user interface screen with 3 checkboxes. Then i need when checkboxa1 is checked install folder 1 ,, and so on for other checkboxes. Does any one have an idea
    Posted to VS Web Deployment Projects (Forum) by nasserdw on 9/4/2007
  • Re: Creating Setup Project and Need opinion

    Hi, Thanks for the reply, but what about other requirements ,, mainly the checkboxes thing,, i have 3 different project in same setup package ,, and each one in seperate folder ,, and i need when checkboxa1 clicked the Folder1 installed with its content (primary output from project 1) ,,, if not checked then dont install it ,,, how i can do that?? i tried to Right Click on the folder AND add condition as [CHECKBOXA1]="1" ,,, but it didnt work! Any body have an idea?
    Posted to Installation and Setup (Forum) by nasserdw on 9/4/2007
  • Creating Setup Project and Need opinion

    Hi All, , I have a VS 2005 solution that have 3 diffferent projects, and i want to create new setup project that have the following conditions: - Check if Net Framerwork 2.0 installed or not? - Check if SQL Express installed or not? - Show during installation checkboxes that user can select one or more from the 3 projects available to install? - Install the database script on database server during setp? Can anyone tell me hints on how i can do all of this? Thanks
    Posted to Installation and Setup (Forum) by nasserdw on 9/3/2007
  • Show GridView on SharePoint created Web Part

    Hi All, Using the " Windows Share Point Services 3.0 Tools- Visual Studio 2005 Extensions" i have created web part that should get some data from web service and then display it on ASP.NET grid view, and since the Render method accept only Html, i have done following: 1 write.write( "<asp:GridView ID='GridView1' runat='server' Height='122px' Width='251px' AllowPaging='True' AllowSorting='True' AutoGenerateColumns='False'
    Posted to Web Parts and Personalization (Forum) by nasserdw on 8/30/2007
Page 1 of 5 (49 items) 1 2 3 4 5 Next >