Web Development Company

We offer custom software and Web development services under our proven offshore model

Tag: Website Developer in India

Google stop default search backgrounds

Posted in: Thursday, June 10th, 2010 | General | admin

The custom backgrounds feature on Google allows users to add their own background (image must be 800 x 600 or larger), and can upload an assortment of file extensions from .jpeg, .tif, .tiff, .bmp, .gif, .psd (Photoshop), .png, .tga, and selected RAW formats. You can also select photos from My Picasa web photos, public gallery and editor’s picks

Now  Google stop default search backgrounds

sending email in asp.net c#

Posted in: Monday, June 7th, 2010 | .net development, .Net Technology, .net website development, asp development, asp net web application development, Asp.Net, asp.net developers, asp.net development, asp.net framework, asp.net programming, asp.net web development, asp.net web development india, asp.net website development, aspdotnetstorefront, aspdotnetstorefront cart development | admin

Sending email in asp.net c# is one of the most common and reliable methods of communication for both personal and business purposes.

One of the big improvements in the configuration and maintenance of ASP.NET Web sites for version 2.0 is the ability to define common settings such as connection strings and mail server in a structured section of the web.config file

C#.net Coding Part

First add below mentioned namespace in code

using System.Net.Mail;
Continue reading…
Silverlight ComboBox binding with Dictionary.

Posted in: Monday, June 7th, 2010 | .net development, .Net Technology, .net web development, .net website development, asp development, asp net web application development, Asp.Net, asp.net developers, asp.net development, asp.net framework, asp.net programming, asp.net web development, asp.net web development india, asp.net website development | admin

<combobox x:name=”cboCountry” displaymemberpath=”Value” width=”264” canvas.left=”129” canvas.top=”172” SelectionChanged=”cboCountry_SelectionChanged/>

private void Page_Loaded(object sender, RoutedEventArgs e) {

Dictionary dict = new Dictionary();

dict.Add(1, “India”);

dict.Add(2, “USA”);

dict.Add(3, “FINLAND”);

cboCountry.ItemsSource = myDic;

}

private void cboCountry_SelectionChanged(object sender, SelectionChangedEventArgs e) {

KeyValuePair curItem = (KeyValuePair) cboCountry.SelectedItem;

MessageBox.Show(curItem.Key.ToString());

}

Offshore Web Development

Posted in: Sunday, June 6th, 2010 | .Net Technology, Joomla Development, Web Development, Website Designing | admin

The offshore web development services offered by Noogle Soft cover websites of all scale and magnitude. Small scale websites are given equal attention and consideration in comparison to their medium and large scale counterparts. While catering to foreign clients through our offshore web development services, we at Noogle Soft religiously work in compliance with quality and the appropriate blend of technology to deliver solutions that offer longevity and cost effectiveness and propel the website to a higher pedestal in comparison to adversaries.

We as an offshore web development service provider have multiple skilled teams handling projects that continuously establish communication between the clients and take inputs to refine the assignment in the best possible way. Our offshore web development services are meant to accomplish numerous responsibilities which include online brochure designing, corporate identities and highly interactive websites. Redesigning and renewal are also part of offshore web development services provided by Noogle Soft.    
Continue reading…