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

soni uma

@soni uma
About
Posts
73
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem with Execute query by EXEC(@string)
    S soni uma

    Hi use nvarchar(8000) umesh

    Database database help sharepoint

  • ffmpeg video converter
    S soni uma

    Hi, From name it's she. It is Indian name

    ASP.NET

  • ffmpeg video converter
    S soni uma

    Hi, I had read your last post.What you told was right but i thing she was not understand what u want to said.

    ASP.NET

  • ffmpeg video converter
    S soni uma

    HI,Vidya No need to worry about exe. It is show only in local. When you are setup project on live than from client site this exe is not show. You have to just show only process that file conversion is going on. Regard, umesh soni

    ASP.NET

  • Rank() function is not working in sql server 2000.
    S soni uma

    It is available only in sql server 2005

    Database database sql-server sysadmin help

  • showing videos
    S soni uma

    In your code i think "8K_NQe57C-k" is video name For Daynamicaly take a one string variable like (strMediaFile) in witch your video is dynamically assign And at the design side in object use like this wmode="transparent" width="425" height="350"/>

    ASP.NET csharp database tutorial

  • Dropdawn list Value
    S soni uma

    Use QueryString

    ASP.NET tutorial question

  • ASP
    S soni uma

    You can search a vb script code for the task scheduling.Put this vbs file in your task scheduling at specific time at every day.

    C# database help career

  • What is the disadvantage of using select * from table name??
    S soni uma

    Common reason is for execution time.If our data base is large and number of records are more than it is better to specify the column name rather than * .

    Database database question performance help

  • auto complete
    S soni uma

    For this you have to user javascript or any third pary tool or use icallback

    C# question

  • Retrieve duplicate and non duplicate query
    S soni uma

    SELECT * FROM tblName WHERE (Id IN (SELECT Id FROM tblName GROUP BY Id HAVING COUNT(Id) = 1)) --> This query gives you a non duplicate rows SELECT * FROM tblName WHERE (Id IN (SELECT Id FROM tblName GROUP BY Id HAVING COUNT(Id) > 1)) --> This query gives you a duplicate rows

    Database database career

  • how to extrack string from a sentence?
    S soni uma

    You can doing it with using for loop.Check '<' in string array if array is not contain that than store that sting with ++

    C# database com xml help tutorial

  • how to extrack string from a sentence?
    S soni uma

    Try using this way string myString = "http://www.codeguru.com/icom\_includes/feeds/codeguru/rss-all.xml" + "CodeGuru.comsomething" + "http://lifehacker.com/index.xmlLifehackersomething"; string[] test = new string[15]; myString = myString.Replace("", "#"); myString = myString.Replace("", "#"); test = myString.Split(Convert.ToChar("#"));

    C# database com xml help tutorial

  • Please help me move these records to another table...
    S soni uma

    It's my pleasure to help you. :cool:

    Database help question

  • Please help me move these records to another table...
    S soni uma

    Remove 'Values' for select statement and also one ')' at the end of select statement like insert into Table() (select from table1) :cool:

    Database help question

  • How to give both Bold & Italic fontstyle to ont font
    S soni uma

    Following will work. FontStyle fs = FontStyle.Bold | FontStyle.Italic; :cool:

    ASP.NET tutorial

  • file downloading prblm
    S soni uma

    Dear, This code working perfectly i had already tried it. You should try google and also try that code in different browser

    ASP.NET help sysadmin question

  • file downloading prblm
    S soni uma

    try using this code it may help you for downloading System.Web.HttpResponse response = System.Web.HttpContext.Current.Response; response.ClearContent(); response.ContentType = "application/octet-stream"; Response.AddHeader("Content-Disposition", "attachment; filename=" ); response.Flush(); response.WriteFile("File"); response.End(); :cool:

    ASP.NET help sysadmin question

  • [Message Deleted]
    S soni uma

    Try using DateDiff function DATEDIFF(day, pubdate, getdate()) :cool:

    Database

  • I need query for the employees who joined a weak ago
    S soni uma

    Try the following query Select * from Employees where EmpCreatedDate between select DATEADD(DAY, -(DATEPART(dw,GETDATE())-1),GETDATE()) and getdate() :cool:

    Database database tutorial 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