December 26th, 2006 at 12:33 am (General)
Hi
Today when i was searching internet to get a regular expression to Get the URL from a hyperlink classes, I found it in the site www.regexlib.com , a cool site for regular expression, it has around 1000 expressions. If you need any regular expression, just visit the site you can find it
Regards
Elam,
Comments
December 19th, 2006 at 11:44 pm (General)
Guys
This video is reallly so cool ……Â
http://www.youtube.com/watch?v=34-mz-wEHCs
Regards,
Elam
Comments
December 19th, 2006 at 11:23 pm (General)
Today when I was checking some blog  I moved my mouse cursor  over a link I saw a preview of the page.
So I checked it out and it was using Snap Preview anywhere –  It’s just a insert a java script in the code , But we need to sign up for that ..
Â
And also we have plug-in for word press; you can download the Plug-in here Â
Really this tool is too cool
Sign up - its free.
Â
Regards,
Elam
Â
Comments
December 18th, 2006 at 10:36 am (General)
Imagine you have an event handler in a file Form1.cs, e.g.
private void button1_Click( object sender, EventArgs e )
{
// … some code …
}
Deleting only this method obviously results in a compiler error as there’s a line
this.button1.Click += new System.EventHandler( this.button1_Click );
in the file Form1..Designer.cs that has to be deleted as well. To delete the event handler properly in Visual Studio 2005, using only the keyboard, perform the following steps:
- In the Form1..cs file, move the cursor on the name of the method file (i.e. Button1_Click) and press Shift-F12 (command Edit.FindAllReferences), which will bring you to the Find Symbols Results window.
- press the Cursor Down key to move to the second line showing the
occurrence of Button1_Click in the designer-generated code that
connects the event with the handler method
- press Enter to jump to the Form1..Designer.cs file
- delete the current line by pressing Ctrl-Shift-L (command Edit.LineDelete)
- jump back to the MyForm.cs by pressing Ctrl-Tab
- and finally delete the code of the event handler method.
The description of the steps may sound a bit complicated at first, but the keystrokes will come Easy on flow.
Regards,
Elam
Comments
October 10th, 2006 at 9:55 am (General)
Hi friends
Last weekend I went to ooty with my Chennai roommates and the Trip was wonderful. Check the photo album
Regards,
Elam
www.elamparuthi.com
Comments
September 27th, 2006 at 12:38 pm (General)
The steps to follow to change or add a new connection string in Web.Config’s connection string section. Basically you only need import the System.Web.Configuration namespace, open the Web.Config file where is connectionstrings section and change or add a new connectionstring. An example is:
Configuration webConfig = WebConfigurationManager.OpenWebConfiguration(”~”);
ConnectionStringsSection dbConnString = webConfig.ConnectionStrings;
// To change existing connectionstrings
dbConnString.ConnectionStrings["DBconnection"].ConnectionString = “YOUR NEW CONNSTRING HERE”;
//To Add new connection string
dbConnString.ConnectionStrings.Add(
new ConnectionStringSettings(”MDBTest”, “MDB ConnString”, “System.Data.OleDb”));
webConfig.Save();
Regards,
Elam
www.elamparuthi.com
Comments
September 26th, 2006 at 1:30 pm (General)
Hi All
Today i come across a nice article in vb.net , showing how to store the images to database and how we retrive back . Good article . check this
Regards,
Elam
www.elamparuthi.com
Comments
September 13th, 2006 at 1:11 pm (General)
Dundas has released a Dundas Map for Reporting services and for .NET. Look good..
Some of the key features
- Create advanced customized Digital Dashboards, complete with Geographic elements for more sophisticated visualizations.
- Support for Visual Studio .NET 2003 and Visual Studio 2005 (including SmartTags).
- Dundas Map Wizard, simplifying the creation and setup of new Maps.
- Library of enhanced maps for the entire world, major continents, and select countries and more.
- Support for standard Map projections, including Mercator, Robinson amongst many others.
- Automatic colorization of Maps using advanced data grouping algorithms.
- Data-binding to sources associated with geographic data
- Built in panning and zooming controls for easy navigation of Maps using AJAX.
- Standard Map elements such as distance scales and legends.
- Support for shapes, symbols, paths and the grouping of regions.
- Advanced Map operations such as Map simplification.
For more information check the Link
http://www.dundas.com/Products/Map/index.aspx
Regards,
Elam
http://www.elamparuthi.com//
Comments
September 10th, 2006 at 4:43 am (General)
This was a little too cool to pass up. You can add maps from Windows Live! Local to your Outlook emails. It runs on the .NET 1.1 framework.
Download here: http://outlook.local.live.com/minisites/local/outlook/default.aspx
Regards,
Elam
www.elamparuthi.com
Comments
September 9th, 2006 at 1:03 am (General)
Hi friends
Yesterday we celebrated karthi’s birthday party, he got nice brithday buns from me… And also had a good cream facial, check this photo album. You can find more…
Have a great weekend
Regards,
Elam
………………………………..
Stylus Systems Pvt Ltd
924, 5A Cross,
1st Block, HRBR Layout
Bangalore 560043
www.stylusinc.com
www.elamparuthi.com
Comments