Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

nilam2477

@nilam2477
About
Posts
54
Topics
38
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to fix the error "It is an error to use a section registered as allowDefinition='MachineToApplication'
    N nilam2477

    Hello, I have hosted my web application on the server. It works fine when i have one copy of the Website. My requirement to create multiple copies of websites in the sub directories. I need the same copy of web.config in my subdirectories as well. But when i access website from subdirectory i get the following error " It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level'" I know that i need to set the subdirectory as Virtual folder and if i do that in my local IIS it works. But how do i do this on the Web hosting server? Please help Thanks

    ASP.NET help question sysadmin windows-admin hosting

  • PHP or ASP.Net for developing Web based application with SAAS
    N nilam2477

    While developing Web based software application using Software as a Service model which is the best option for development whether to go with ASP.Net or PHP I'm experience with ASP.net but are there any issues implementing in ASP.Net

    ASP.NET csharp php asp-net cloud

  • Need help to decide whether to go for ASP.Net Website or PHP
    N nilam2477

    Hello I'm new to Web based technology and i have to decide whether to implement using ASP.net or PHP Here is my requirement There will a be a Web based software which would be sold via website download. There were 2 options 1. There will be one Web Server controlled by one person where you have the link to purchase the software. When user purchases the software, in the same Web Server virtual directory will be created and user will start using software. 2. Allow user to download the software with the setup and he will decide to host the software on his own Web Server. I decided to go for 1st option considering the following points If i develop my software in asp.net then since I have one Web Server which can host on IIS. If I allow user to download and host on their web server then if they have Unix server, my website software developed in ASP.net might not work, their UNIX server might not have IIS I understand that if it PHP based then it works on both Windows & Unix Is my understanding right. Please help me to decide how to go about. Are there any other points I need to consider while designing the software Thank You for your help in Advance

    ASP.NET csharp php asp-net sysadmin windows-admin

  • Query regarding Yahoo/Outlook calendar
    N nilam2477

    I have a website with calendar like control to book resources. My requirement is to import calendar events from Outlook & Yahoo into my ASP.Net website calendar control. I need some idea about how to achieve this. For Outlook import/export i know i can use use javascript by creating outlook object. var objOutlook = new ActiveXObject( "Outlook.Application" ) For Yahoo calendar how to achieve this?

    ASP.NET csharp javascript asp-net database tutorial

  • Sql Express installed using Package deployment does not provide change 'sa' password option
    N nilam2477

    I want to deploy my application which requires .Net framework, SQL Express as prerequisites. So i created a setup project in VS2008 and selected .Net framework and SQL Server 2005 Express. Now while installing my application at client's site, it first installs .Net framework followed by SQL Express 2005. But while installing SQL Express it does not prompt for the user to set the password for 'sa' user. There is no dialog displayed for user selection. It installs windows authentication mode. Is there a way to set the SQL Server autentication mode. Please note that i dont want to install SQL Server Management studio. Your help is appreciated Thanks

    C# sysadmin csharp database sql-server dotnet

  • MDI type of application using WPF
    N nilam2477

    I want to develop an application with Menus and Sub menus using WPF. File (Main menu) New (Sub menu) Save (Sub menu) In Windows Form application i created MDI parent form, on click on "Save" button i would display another Form(child) within the MDI parent Form. I want to achieve similar functionality with WPF. Do i need to create User Control and on click of "Save" button display the User control? Or is there any other way i can achieve this. I'm new to WPF. Please let me know Thanks

    WPF csharp wpf question

  • How to Lock a database table from being accessed by multiple clients?
    N nilam2477

    I have a application wherein database is located on server and there are client computer which access the central database server. How to handle a situation when more than one client tries to access the same data table on the server. I'm using SQL Server 2005. It it internally handled in SQL 2005? or i need to handle in my C# code? Please help

    C# database csharp sql-server sysadmin help

  • C# .Net Windows application or WebSite application?
    N nilam2477

    My requirement is to develop an application which can be run from central networked computer. My idea is to install SQL database on central computer(server) i.e to have database located on the server, and install C# windows application on one or more client machines. All the client machines will store/retrieve database from the server. Is this option better or creating a WebSite and installing this only on central server. All client can access using the link through browser. I feel Windows application will be much faster compared to Website Please suggest me which would be the best choice. Thanks in advance

    C# csharp database sysadmin question

  • Licensing for windows application
    N nilam2477

    I have developed a product which i want to distribute. I want users of the product to register before using the product. What are steps required to provide licensing? Pls help

    C# help question

  • How to draw Graph using C# .Net
    N nilam2477

    I want to draw a graph similar to microsoft project plan which shows tasks (start & completion date for each task) and dependency like if start of any task is dependent on completion of other tasks. To start with i need some guidance. I searched in google and i found ZedGraph but it does not solve my requirement. Please help

    C# csharp data-structures help tutorial

  • type does not contain a definition for Identifier
    N nilam2477

    I have a solution containing about 5 projects. One of these is "CommonClass" witch contains a class User with a public property ReportName. In my web site i check this property on an user object (if (usr.ReportName) ...) Intellisens works on the property, and when i right click and "go to definition" i go to the correct file and definiton. However when i build i get the following error: 'Project.CommonClass.User' does not contain a definition for 'ReportName' How can i fix this error? I'm re-sending this message as it is very urgent to find the solution. YOur help is really appreciated

    ASP.NET

  • type does not contain a definition for identifier [modified]
    N nilam2477

    In one project Web Site project where i'm calling the ReportName property

    ASP.NET

  • type does not contain a definition for identifier [modified]
    N nilam2477

    I have a solution containing about 5 projects. One of these is "CommonClass" witch contains a class User with a public property ReportName. In my web site i check this property on an user object (if (usr.ReportName) ...) Intellisens works on the property, and when i right click and "go to definition" i go to the correct file and definiton. However when i build i get the following error: 'Project.CommonClass.User' does not contain a definition for 'ReportName' How can i fix this error? Thanks

    modified on Thursday, April 9, 2009 1:45 AM

    ASP.NET

  • How to remove assciation of .Net 2008 Web page application from VSS
    N nilam2477

    How can i remove binding from VSS. Can you please provide details? Thanks

    ASP.NET

  • How to remove assciation of .Net 2008 Web page application from VSS
    N nilam2477

    My .Net 2008 Web Page project is associated with VSS. When i open the .sln it prompts for VSS User name and password. 1. How can i remove this associated? 2. I want to remove all the files created by VSS, i have removed *.scc, *.vsscc Which are the file extentions created by VSS? Thanks in Advance

    ASP.NET

  • NUnit & NCover tools download
    N nilam2477

    I need help for downloading NUnit & NCover tools. I need to know the site where i can download. Thanks in advance

    ASP.NET

  • NCover for ASP.net Web page?
    N nilam2477

    I need to do the code coverage for my ASP.Net Web page application. I know NCover tool can be used for Windows application but i'm not sure how to use it for Web pages? bec in NCoverExplorer we specify .exe while running NCover. so how do we specify Web pages in NCoverExplorer

    ASP.NET

  • ASP.net Web Forms
    N nilam2477

    I have few Web forms with same controls but different data. Which design pattern is suitable in this scenario? WebForm 1 (city.aspx) with combobox and grid control WebForm 2 (state.aspx) with same controls i.e, combobox and grid WebForm 3 (country.aspx) with same controls i.e, combobox and grid the structure of 3 Web forms is similar only the content is different at run time. Instead of 3 .aspx & .cs files i want to refactor and apply design pattern which would suite this scenario. Which design pattern to apply to refactor the code?

    ASP.NET asp-net csharp css design regex

  • Frames or Master pages
    N nilam2477

    I have Web application. In most of the forms Frames are used. We are planning to use Master pages instead of frames. Could you please let me know what are the advantages of using Master pages over frames?

    ASP.NET question

  • Binding GridView control with datasource
    N nilam2477

    I have Grid view control and this control is associated with SqlDataSource. Is it advicable to always associate a control with data source. What are the disadvantages doing so? I'm currently changing the design and implementing MVC pattern. Thanks in advance

    ASP.NET css asp-net wpf wcf design
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups