Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #27.9K
Ranked #3K
~2K People Reached
About Me

Software geek

Favorite Tags
Member Avatar for mody1983

Hi, I want to program a SMS gateway site, which sends sms messages and provide API for using it.. I want to make a site like [url]http://www.clickatell.com[/url] ... Can any one helps me, I want some resources to start with, but I can't find anything useful yet, please I want …

Member Avatar for aruhat
0
517
Member Avatar for shihab2555

Hi, I made a table named staff_info containing 4 column name,day,duty_start,duty_finish. This table still have no parimary key. Now assume that there are 4 staff and they do their work in each day of the week.That means in each day there work 4 staff and 1 staff work in 7 …

Member Avatar for vgaldikas
0
168
Member Avatar for xanawa

Hi i am using views in order to join 3 tables return (from p in this.Entities.priceTypes join userType in this.Entities.userTypes on p.userType equals userType.userTypeID // join product in this.Entities.products on p.product equals product.productID select new CommonDB.Views.PriceTypeView() { ProductName = p.product, Price=p.price, }); I managed to join two tables but i …

Member Avatar for mwatson81
0
206
Member Avatar for Darth Vader

Hello, I wonder if there is any faster method to find an index of an occurence within a string? The .IndexOf method in the below test, takes approx: 1050 milliseconds. Why this is interesting is that I have code that uses .IndexOf on perheps 100 places and have loops that …

Member Avatar for mwatson81
0
268
Member Avatar for anisha.silva

Hi, i am not sure whether this topic would go under this category, thought this would be more suitable what are the famous software architectures? i have to do an research on this an present, I am new to this topic appreciate a reply thanks

Member Avatar for <M/>
0
198
Member Avatar for gulbano

Hey all, can any one tell me the c# code to detect country from an IP address. Thanks in advance

Member Avatar for mwatson81
0
134
Member Avatar for amass

Hello, i have this sqlexception errors when i try to insert data into my sql2005 from vb2008. SqlException unhandled : Incorrect syntax near '12' and also near '3' I am sure it is coming from the datetimepicker. However the same code is working on other forms in the same program. …

Member Avatar for amass
0
283