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.
InsDev
Posts
-
Search a string in a paragraph -
Search a string in a paragraphso what's the problem convert that concept as where u like to u. i think it will work. Devjit Das.
-
Search a string in a paragraphGet 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.
-
Focus doent work in firefox pop upscould be this. window.setTimeout(document.getElementById('+field_id+').focus(),500); Devjit Das.
-
Focus doent work in firefox pop upsok no problem var _txtField=document.getElementById(' +field_id+ '); window.setTimeout("_txtField.focus()",500 ); should work; Devjit Das.
-
Focus doent work in firefox pop upstry to use this. window.setTimeout(document.getElementById(' +field_id+ ').focus();,500 ); Devjit Das.
-
The Basic Operations (add/delete/shift up/shift down etc) in TreeView Control in asp.net 2.0 with sql serverSo what the problem just do what u want to do. Devjit Das.
-
impThe 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
-
substring functiondeclare @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.
-
onclick event in data griduse grid rowevent to get the value of that cell and display your desire result. Devjit Das.
-
urgent: can anyone plz tell the error in santex of SQL QueryCould be possible of your date format. just try to check your input date and date store in table. Devjit Das.
-
why code project changed....even i also don't know why it is change . plz to clarify by chris. Devjit Das.
-
eval and databinder.evaltry 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.
-
eval and databinder.evaljust try to use group by or some related to access to get calculate. Devjit Das.
-
eval and databinder.evalu have all the query. just check in Archiviewer u will get the same query. Devjit Das.
-
eval and databinder.evalgo 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.
-
eval and databinder.evalwhat u want to do . just to convert in integer. (int)(quantity) will convert in integer. Devjit Das.
-
eval and databinder.evaluse like this <%# Eval("Quantity") %> Devjit Das.
-
can we store date time in millisecond formate(use text format. Devjit Das.
-
can we store date time in millisecond formate(u have wast my time. Devjit Das.