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
E

eraser950

@eraser950
About
Posts
15
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SQL Functions
    E eraser950

    thnx,but if ay one plz do it in sql

    Database database question

  • SQL Functions
    E eraser950

    Hello can any one please tell me how can i perform the following actin in SQL if ((sizee == "") && (sidee == "") && (color == "")) { ItemComputerCode = PartGroup + "-" + Model + "-" + Brand + "-" + orgnShortName; } else if ((sizee == "") && (sidee == "") && (color != "")) { ItemComputerCode = PartGroup + "-" + Model + "-" + Brand + "-" + color + "-" + orgnShortName; } else if ((sizee == "") && (sidee != "") && (color == "")) { ItemComputerCode = PartGroup + "-" + Model + "-" + Brand + "-" + sidee + "-" + orgnShortName; } else if ((sizee == "") && (sidee != "") && (color != "")) { ItemComputerCode = PartGroup + "-" + Model + "-" + Brand + "-" + sidee + "*" + color + "-" + orgnShortName; } else if ((sizee != "") && (sidee == "") && (color == "")) { ItemComputerCode = PartGroup + "-" + Model + "-" + Brand + "-" + sizee + "-" + orgnShortName + "*"; } else if ((sizee != "") && (sidee == "") && (color != "")) { ItemComputerCode = PartGroup + "-" + Model + "-" + Brand + "-" + sizee + "*" + color + "-" + orgnShortName; } else if ((sizee != "") && (sidee != "") && (color == "")) { ItemComputerCode = PartGroup + "-" + Model + "-" + Brand + "-" + sizee + "*" + sidee + "-" + orgnShortName; } else { ItemComputerCode = PartGroup + "-" + Model + "-" + Brand + "-" + sizee + "*" + sidee + "*" + color + "-" + orgnShortName; } return ItemComputerCode; thnx in advance Regards

    Database database question

  • mysql query to insert 0's
    E eraser950

    because without zeroes its not sorting in ascending like i have data 1 2 3 10 11 21 31 without zeroes its sorting like this 1 11 21 31 2 3

    Database database mysql tutorial

  • Prevent Duplicate Entry while update
    E eraser950

    Thnx its working perfect kindly tell me is this good approach or theres any other method to do this? second how can show message as i m usng sqldatasource(GridView) to update and delete

    Database database help question announcement

  • mysql query to insert 0's
    E eraser950

    yes they mean same but when we try to sort its meaning will change thats y for sorting we need this

    Database database mysql tutorial

  • Prevent Duplicate Entry while update
    E eraser950

    thnx i will try this

    Database database help question announcement

  • Prevent Duplicate Entry while update
    E eraser950

    Helllo I have a problem while updating data in Sql table, i have a table named City it contains CityID,CityName,CityShortName i have created a stored procedure PROCEDURE [dbo].[UpdateCity] @CityID int,@CityName nvarchar(50),@CityShortName nvarchar(50) AS BEGIN Declare @ReturnVal nvarchar(20) SET NOCOUNT ON; SET XACT_ABORT ON Begin Try IF EXISTS (SELECT CityName From City WHERE CityName =@CityName) BEGIN SET @ReturnVal ='Already Exists!' --Return @ReturnVal END ELSE BEGIN Update City Set CityName=@CityName,CityShortName=@CityShortName where CityID=@CityID Set @ReturnVal ='Updated SuccessFully' --Return @ReturnVal End end try but when i m just editing Shortname its not updating , but its working perfect when i m editing either cityname or cityname and shortname,, i know that i m doing mistake but where i can't found second thng how can i show message updated successfully or already exist as i m using asp gridview Please help me Thanx

    Database database help question announcement

  • SET XACT_ABORT ON
    E eraser950

    thnx alot

    Database database question

  • SET XACT_ABORT ON
    E eraser950

    Hello Kindly tell me is it necessary to use SET XACT_ABORT ON in sql transaction or not? Regards

    Database database question

  • Demo Deployment
    E eraser950

    Dear friends i have developed a windows application the thing i want to do i want to make its demo setup so that i can give it to my clients for a period of time after that application fails to open or reinstallation i have tried many things but i am fail to make demo any ideas thanx in advance

    C# sysadmin workspace

  • color get changed in another pc
    E eraser950

    i have developed a simple c# desktop windows app when i take it to another pc its color automatically changed to black or another , can any one help that how can i prevent from this prob

    C# csharp help question

  • Datagrid view checkboxx
    E eraser950

    hello dear friends i have a problem that i have added checkbox in datagrid view its working properly but i want to select all checkboxes at a time can anyone tell me how can i do that i have added checkbox in gridvew from gridview collection poperty

    Windows Forms help question

  • long sms sending using c#
    E eraser950

    i know how to break up message after 159 char but when i break it in to mutiple messages and send it to any number the reciever recieve it in multiple messages the thing i want is that when i send it the reciever got it in a single message.

    Windows Forms csharp help

  • long sms sending using c#
    E eraser950

    can you plz guide me how can i break up message and send it when i breakup message will reciever get it in one message or in multiple messages?

    Windows Forms csharp help

  • long sms sending using c#
    E eraser950

    Hello i need some help i have developed a sms software on c# ,i have used gsmcommm and pduconverter its working but its just sending 160 char message and i need to send long messsages can any one help me plzzzz Regards

    Windows Forms csharp help
  • Login

  • Don't have an account? Register

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