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
M

masoumeh2010

@masoumeh2010
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SQL 2008 - Nested transactions
    M masoumeh2010

    Hello, If you use internal transaction you don't need to use another transactions.

    Database help database question

  • Creating a list of complex object from two lists [modified]
    M masoumeh2010

    Union statement in SQL Server can be useful.

    C# csharp linq tutorial question

  • Help with access Query
    M masoumeh2010

    'mid' is not a recognized built-in function name.

    Database database help announcement

  • SQL Join Problem
    M masoumeh2010

    Hi, This query dose not answer because RegNo in Table_B in Id 4 dose not equal with RegNo with Table_A, But if it's correct this is answer select a.RegNo,a.Name,count(a.Class),b.LastUpdated from Table_A as a left join Table_B as b on a.RegNo=b.RegNo where (b.Id between 3 and 4 ) or (a.RegNo Not In('16RTY')and a.RegNo In('14DFG','15FHG')) group by a.RegNo,a.Name,b.LastUpdated

    Database help database

  • How can I use Server.MapPath
    M masoumeh2010

    Hi I wrote this code string root=server.mappath(~/); or string root=server.mappath(~); or string root=server.mappath(/Project); but it does not work, please help me Thanks

    ASP.NET sysadmin help question
  • Login

  • Don't have an account? Register

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