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
I

InsDev

@InsDev
About
Posts
107
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Search a string in a paragraph
    I InsDev

    I haven't check ur code.It is ur way to check ur code. we can provide only concept not the code. ok man. Devjit Das.

    ASP.NET tutorial

  • Search a string in a paragraph
    I InsDev

    so what's the problem convert that concept as where u like to u. i think it will work. Devjit Das.

    ASP.NET tutorial

  • Search a string in a paragraph
    I InsDev

    Get to solve ur problem. function wordCount(str) { var count = 0; var _arrWord = str.split(" "); for (i=0 ; i < _arrWord.length ; i++) { if (_arrWord[i] == "quick") count += 1; } alert("Total Word Count: " +count); } Devjit Das.

    ASP.NET tutorial

  • Focus doent work in firefox pop ups
    I InsDev

    could be this. window.setTimeout(document.getElementById('+field_id+').focus(),500); Devjit Das.

    ASP.NET help javascript

  • Focus doent work in firefox pop ups
    I InsDev

    ok no problem var _txtField=document.getElementById(' +field_id+ '); window.setTimeout("_txtField.focus()",500 ); should work; Devjit Das.

    ASP.NET help javascript

  • Focus doent work in firefox pop ups
    I InsDev

    try to use this. window.setTimeout(document.getElementById(' +field_id+ ').focus();,500 ); Devjit Das.

    ASP.NET help javascript

  • The Basic Operations (add/delete/shift up/shift down etc) in TreeView Control in asp.net 2.0 with sql server
    I InsDev

    So what the problem just do what u want to do. Devjit Das.

    ASP.NET csharp asp-net database sql-server sysadmin

  • imp
    I InsDev

    The above code which u have posted how u think that flag value change with 1. I don't think so it will satisfied the condition flag==1.Think about that. Devjit Das

    ASP.NET

  • substring function
    I InsDev

    declare @exp varchar(100) set @exp = '12,13,14' declare @start int declare @substring varchar(20) set @start = 1 while(@start <> 0) begin set @start = charindex(',' , @exp , @start) if(@start = 0) Begin select substring(@exp,@start+1,2) return end select substring(@exp,@start+1,2) set @start = @start + 1 end Devjit Das.

    ASP.NET

  • onclick event in data grid
    I InsDev

    use grid rowevent to get the value of that cell and display your desire result. Devjit Das.

    ASP.NET csharp css asp-net learning

  • urgent: can anyone plz tell the error in santex of SQL Query
    I InsDev

    Could be possible of your date format. just try to check your input date and date store in table. Devjit Das.

    Database database help

  • why code project changed....
    I InsDev

    even i also don't know why it is change . plz to clarify by chris. Devjit Das.

    ASP.NET

  • eval and databinder.eval
    I InsDev

    try to use this one can solve ur problem. SELECT Format([StartDateTime], "dd mm yyyy") as StartDate, Format([StartDateTime], "dddd") as Day, Count(*) as ChatCount FROM Messages where 1=1 group by Format([StartDateTime], "dd mm yyyy") Devjit Das.

    ASP.NET wpf wcf tutorial

  • eval and databinder.eval
    I InsDev

    just try to use group by or some related to access to get calculate. Devjit Das.

    ASP.NET wpf wcf tutorial

  • eval and databinder.eval
    I InsDev

    u have all the query. just check in Archiviewer u will get the same query. Devjit Das.

    ASP.NET wpf wcf tutorial

  • eval and databinder.eval
    I InsDev

    go through this link http://forums.asp.net/p/984156/1264782.aspx or u have all ready visit then u must get the difference. Devjit Das.

    ASP.NET wpf wcf tutorial

  • eval and databinder.eval
    I InsDev

    what u want to do . just to convert in integer. (int)(quantity) will convert in integer. Devjit Das.

    ASP.NET wpf wcf tutorial

  • eval and databinder.eval
    I InsDev

    use like this <%# Eval("Quantity") %> Devjit Das.

    ASP.NET wpf wcf tutorial

  • can we store date time in millisecond formate(
    I InsDev

    use text format. Devjit Das.

    ASP.NET

  • can we store date time in millisecond formate(
    I InsDev

    u have wast my time. Devjit Das.

    ASP.NET
  • Login

  • Don't have an account? Register

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