gchandra

Stories submitted by gchandra

LoginControl and CSSAdapters(www.gchandra.com)

submitted by gchandragchandra(330) 1 year, 9 months ago

If you see network-related or instance-specific error when using LoginControl, here is the simple step to follow. read more...

add a comment |category: |Views: 3

tags: another

Where is the Connection String ?(gchandra.com)

submitted by gchandragchandra(330) 2 years, 8 months ago

Is this a bug in SQL Server 2005 Sp3 or a feature ? Where is the Connection String ? How are we supposed to import data from ODBC data sources ? read more...

add a comment |category: |Views: 5

tags: another

Unable to instantiate XML DOM document : SSIS 2005(gchandra.com)

submitted by gchandragchandra(330) 2 years, 9 months ago

Unable to instantiate XML DOM document, please verify that MSXML binaries are properly installed and registered. Other variations are Failed to save package file “.dtsx” with error 0×8002801D “Library not registered.” read more...

add a comment |category: |Views: 50

tags: another

CSS Cleaner for asp.net apps(gchandra.com)

submitted by gchandragchandra(330) 3 years, 3 months ago

I found this Freebie (not great interface though) which helped me to cleanup my stylesheet. read more...

add a comment |category: |Views: 39

tags: another

IE8 Beta 2 and Asp.net rendering issues(gchandra.com)

submitted by gchandragchandra(330) 3 years, 3 months ago

If your code works on IE 6,7 and Firefox even on chrome it may not work on IE8. The reason being Microsoft suddenly woke up and started to be strict with design and style standards. read more...

add a comment |category: |Views: 3

tags: another

Asp.net Web application Deployment : Simpler Approach(gchandra.com)

submitted by gchandragchandra(330) 3 years, 3 months ago

If you are copying files manually from Development to Testing and from Testing to Production Server(s) its a nightmare. I tried the setup project and it was time consuming to configure and make sure you have added all the related references for testing and production. Finally went to good old DOS command.. read more...

add a comment |category: |Views: 12

tags: another

Free Wireframe | Template | Prototype Tools(gchandra.com)

submitted by gchandragchandra(330) 3 years, 4 months ago

Before every new Software development, people discuss a lot about prototypes / wireframes. Many times the enthusiasm dies after few days either because of lack of dedication or because of lack right tools to do the job. This post is about, using the right tools for the job read more...

add a comment |category: |Views: 170

tags: another

SQL Server Format Number - Function(gchandra.com)

submitted by gchandragchandra(330) 3 years, 4 months ago

This is simple function which can format a given number as Comma delimited number. read more...

add a comment |category: |Views: 231

tags: another

skmMenu 2.3 IE 8 (beta 2), Google Chrome, FF 3.0.1(gchandra.com)

submitted by gchandragchandra(330) 3 years, 5 months ago

skmMenu still rocks Here is the sample code which works on all the major browsers IE 8 (Beta 2), Google Chrome, Fire Fox 3.0.1 and IE 7 read more...

add a comment |category: |Views: 200

tags: another

Could not open connection to the host, on port 25: connect failed(gchandra.com)

submitted by gchandragchandra(330) 3 years, 8 months ago

This is common problem when deploying applications on big network. I have listed few possible reasons for this. read more...

add a comment |category: |Views: 449

tags: another

Free Screen Capture Utility with quick editing(gchandra.com)

submitted by gchandragchandra(330) 3 years, 8 months ago

Free tool for Capturing screen shot and making quick edits / comments. It also has standard image editing features like adjusting contrast, brightness and so on.. read more...

add a comment |category: |Views: 11

tags: another

Disable Right Click Menus in (IE & FF)(gchandra.com)

submitted by gchandragchandra(330) 3 years, 9 months ago

This is popular question asked in many tech forums / QA pages. Simplest way to turn Off the Right Click is read more...

add a comment |category: |Views: 9

tags: another

Handling web.config (Dev, Staging, Prod) gracefully(gchandra.com)

submitted by gchandragchandra(330) 3 years, 9 months ago

In Asp.net 2.0 multiple connectionStrings & appSettings can be handled very easily using the attribute “configSource” read more...

add a comment |category: |Views: 31

tags: another

How to Preserve Fileupload value in Asp.net ?(gchandra.com)

submitted by gchandragchandra(330) 3 years, 9 months ago

If you form has asp:Fileupload control along with other controls like dropdownlist, calendar.. you will be facing standard problem of Fileupload control losing (the file) value when users click upload first and dropdown next. This article helps you solve this problem. read more...

add a comment |category: |Views: 78

tags: another

skmMenu for Framework 2.0 (with bug fix for Firefox)(gchandra.com)

submitted by gchandragchandra(330) 3 years, 11 months ago

I find skmMenu control to be handy and simple compared to asp:Menu control. I have recompiled the menu with bug fix for Firefox. Thanks Chris (http://weblogs.asp.net/cfrazier) for javascript help. read more...

add a comment |category: |Views: 151

tags: another

Microsoft Patterns & Practices Enterprise Library Step by Step tutoria(gchandra.com)

submitted by gchandragchandra(330) 3 years, 11 months ago

Microsoft Patterns & Practices Ent Lib 3.1 blocks are very useful and efficient. read more...

add a comment |category: |Views: 12

tags: another