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
S

Selahattin Bostanci

@Selahattin Bostanci
About
Posts
10
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Sys is undefined error in ajax
    S Selahattin Bostanci

    Do you include a javascript file? if so be sure to add if (typeof(Sys) !== 'undefined') Sys.Application.notifyScriptLoaded(); to your script file.

    ASP.NET javascript apache visual-studio sysadmin help

  • Just wondering :^)
    S Selahattin Bostanci

    try dbauer hierargrid http://denisbauer.com/ASPNETControls/HierarGrid.aspx[^] it's free

    ASP.NET csharp css asp-net data-structures tutorial

  • question on using transaction
    S Selahattin Bostanci

    its up to you but if i were you i would use transaction. (depending uopn your words about the writing process) anonymous wrote: So are application like MSWord,...also adopts transactions ? can you be more clear?

    Database question database

  • Deploy web service in ASP.NET
    S Selahattin Bostanci

    For the application project nothing is necessary to copy from web service project cause you are already referencing the path in your web.config file. See ya;

    ASP.NET csharp asp-net wcf sysadmin help

  • question on using transaction
    S Selahattin Bostanci

    sure necessary especially if your writing operation has several steps. think about if you get an error while inserting or deleting a record related to several tables. there would sure remain some unnecessary data in tables. (records that have been deleted or inserted before getting the error.)

    Database question database

  • Deploy web service in ASP.NET
    S Selahattin Bostanci

    does the virtual directory you created in remote server has the same address with the one in your local? If not; change the address in the web.config. I mean; if your project is in your localhost and the virtual directory you created in remote server is like e.g. localhost:8080 then change your projects web.config file with the right address. e.g. change it to: hope this works;

    ASP.NET csharp asp-net wcf sysadmin help

  • Deploy web service in ASP.NET
    S Selahattin Bostanci

    Choose the web reference from solution explorer. right-click and choose properties. set URL Behaviour to dynamic if not so. then rebuild the solution and deploy your project.

    ASP.NET csharp asp-net wcf sysadmin help

  • Security in ASP.Net
    S Selahattin Bostanci

    Why don't you use Forms authentication. Just add this code to your web config file. And it will do what you want.

    ASP.NET csharp asp-net security help question

  • Deploy web service in ASP.NET
    S Selahattin Bostanci

    Make sure that your web reference's url behaviour is set to Dynamic. (default is static.)

    ASP.NET csharp asp-net wcf sysadmin help

  • Migrating SQL Server to access database using DTS
    S Selahattin Bostanci

    Just create your dts package with sql server and then have look at this article. http://sqldev.net/DTS/DotNETCookBook.htm[^] Article is about calling dts packages programatically with .NET.

    Database database question sql-server sysadmin
  • Login

  • Don't have an account? Register

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