Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: debkumar@codeproject [x]
convert numbers to words by debkumar@codeproject
Answer 12 May 2013   license: CPOL
This I have written for you.Content removed.We don't do homework for people for a reason.You're not teaching anyone anything by simply coding the answer for them.Besides, the code is not in the "style" of the person handing it in.They'll get a failing grade if the prof figures...
C#
Answer 11 May 2013   license: CPOL
Instead of storing all sub-strings (suffixes) in list object, calculate the sum of similarities for each suffix. I could not figure out your purpose of calculating the sum of similarity. You can look into KMP failure function if that helps.
Copy the table data to the same table by debkumar@codeproject
Answer 11 May 2013   license: CPOL
Without knowing your hierarchy of paging, you could write a script to copy these rows. If you notice, you could see, for a particular Page, same difference is maintained between ParentPageId and PageId in original record and copied record. You could take advantage of that.DECLARE @maxpageid...
is exists query througyh c# by debkumar@codeproject
Answer 11 May 2013   license: CPOL
There are multiple ways to do that. Here are I am specifying two.First Approach:1) First you check the database using select query if the target record is already present in the database or not.2) If the record is present then execute update query. Otherwise, execute create...
Answer 11 May 2013   license: CPOL
I am not sure what exactly you are trying to develop. As assumption is that you want to create nested HTML field set (which is normally used for grouping of elements) based on the lay out described on your xml.You may construct an intermediate xml document object (temporarily) from the xml...

Page 1 of 1


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid