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

MehdiMousaviNezhad

@MehdiMousaviNezhad
About
Posts
7
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Manage Window from a Process (Minimize, Maximize, Close...)
    M MehdiMousaviNezhad

    hi this is about process not about Forms I see A Code Snippet in vs.net 2008 about this but Not remember that code tanx

    C# question tutorial

  • How To assign null value into nullable object
    M MehdiMousaviNezhad

    tanx I changed my procedure .

    Visual Basic tutorial

  • How To assign null value into nullable object
    M MehdiMousaviNezhad

    I have this code in as Procedure in SqlServer alter PROC Aut.SpGetArshive(@userId Int,@SecID bigint) AS BEGIN SELECT *,str(isnull(a.Row,0))+' '+a.Title+ ' ('+a.Zonkan+')' AS des FROM aut.Archive a WHERE (a.UserId IS NULL AND a.SecId=@secId) OR (a.SecId IS NULL AND a.UserId=@userId) END and have this table adapter in vb.net 2005 dataset SpGetArshiveTableAdapter.Fill(Me.Ds.SpGetArshive, UserID, SecID) and I wana pass null value to userId but Icant I Use SpGetArshiveTableAdapter.Fill(Me.Ds.SpGetArshive, dbnull.value, SecID) or SpGetArshiveTableAdapter.Fill(Me.Ds.SpGetArshive, nothing, SecID) but there is Error tanx

    Visual Basic tutorial

  • How To assign null value into nullable object
    M MehdiMousaviNezhad

    I have A TableAdapter and wana To assign Null value To It's Parameter I use Dbnull.value But I cant

    Visual Basic tutorial

  • VBScript [modified]
    M MehdiMousaviNezhad

    hi you moust use Ntext or nvarchar fied type for it and for inserting ,use n'farsi message...' in you sql code . insert into tbl (name)values(N'مهدي')

    Visual Basic database sql-server sysadmin help question

  • Html Editor control in winforms
    M MehdiMousaviNezhad

    i have a html editor control for web froms I wana have a same control in winforms. i think with inserting a word documrnt in a winfrom maybe i can solve this problem but i can insert a word documen in a winform

    Visual Basic csharp html winforms

  • Html Editor control in winforms
    M MehdiMousaviNezhad

    I wana have html WYSIWYG editor inside a winform with capability of inserting images in it .

    Visual Basic csharp html winforms
  • Login

  • Don't have an account? Register

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