Thursday, May 03, 2007


Using IIS 7 for visual studio 2003 in Microsoft Vista. We can have both VS2003 and VS2005 in the single system and for VS2005 the default Server is IIS 7 ,since the IIS 6 and IIS 7 can not run in single system the IIS 7 manager will disable the II6, So we can make the IIS 7 as comparable to VS2003 by enabling the Compatibility option in the control panel


Click the Turn Windows features on or off then in the popup window check the IIS 6 Management compatibility

Now run your VS2003 web application in admin mode ,this process will enable the VS2003 to use IIS 7



Disable Back Button in the browser

Hi guys,
 
If you want to disable back button in web browser, include the following JavaScript code inside the <head> portion of the HTML,

<script type="text/JavaScript">
     history. forward();
</script>
 
Regards,
Sasikumar



----------------------------------------------------------------DISCLAIMER---------------------------------------------------------
Information transmitted by this EMAIL is proprietary to iGATE Group of Companies and is intended for use only by the individual 
or entity to whom it is addressed and may contain information that is privileged, confidential, or exempt from disclosure under 
applicable law. If you are not the intended recipient of this EMAIL immediately notify the sender at iGATE or mailadmin@igate.com 
and delete this EMAIL including any attachments

Wednesday, April 18, 2007

Nice Link for web services which we can use for our line application .For example they have the currency converted web services which will have the running dollars rates so u will get the exact rate as of now

http://www.webservicex.net/WCF/default.aspx

They have different services like this just go and check

Wednesday, April 04, 2007

Mono .net only alternative for MS .net, Which runs on windows, Linux and Solaris and Mac OS ,Article tells more about more and its usage .Link.

Monday, April 02, 2007

It’s a Real Great News from Yahoo that it had announced to given access to the web services through SOAP .Here is the article link http://developer.yahoo.net/blog/archives/2007/03/mail.html
Decompiler are very useful when you don’t have your source and if you have only the assembly (dll).at this time we can decompiler and get the source .there are different decompiler available but most of them are too costly .in our .net framework itself we have decompiler Ildasm.exe but the output will be in MSIL, Hence we are going for third party decompiler. In that way reflector is very useful and freeware .few of the articles which I gone through are http://aspnet.4guysfromrolla.com/articles/080404-1.aspx

Thursday, March 29, 2007

FTP for E-BOOKS

ftp://ftp.uar.net/pub/e-books/  ftp with lot of ebooks download ASAP

Samiyappan Prabakar ,Mobile : +971 50 9042741
 
 


Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.

Wednesday, March 28, 2007

Query Engine Error: 'D:\IIMS\Finance\Reports\RptWorkOrderEmployee.rpt'
Description: An unhandled exception occurred during the execution of the current web request। Please review the stack trace for more information about the error and where it originated in the code

Exception Details: CrystalDecisions।CrystalReports।Engine.DataSourceException: Query Engine Error: 'D:\IIMS\Finance\Reports\RptWorkOrderEmployee.rpt'


Reason:

When there is the difference in the Field in the report and the dataset which you bind to the report file, Check the data type of the fields name then the number of fields in the report and the dataset


Thursday, March 22, 2007

Normalization

First normal form (1NF) sets the very basic rules for an organized database:

  • Eliminate duplicative columns from the same table.
  • Create separate tables for each group of related data and identify each row with a unique column or set of columns (the primary key).

Second normal form (2NF) further addresses the concept of removing duplicative data:

  • Meet all the requirements of the first normal form.
  • Remove subsets of data that apply to multiple rows of a table and place them in separate tables.
  • Create relationships between these new tables and their predecessors through the use of foreign keys.

Third normal form (3NF) goes one large step further:

  • Meet all the requirements of the second normal form.
  • Remove columns that are not dependent upon the primary key.

Finally, fourth normal form (4NF) has one additional requirement:

  • Meet all the requirements of the third normal form.
  • A relation is in 4NF if it has no multi-valued dependencies.

Remember, these normalization guidelines are cumulative. For a database to be in 2NF, it must first fulfill all the criteria of a 1NF database.

 

Regards,

Sasikumar




----------------------------------------------------------------DISCLAIMER---------------------------------------------------------
Information transmitted by this EMAIL is proprietary to iGATE Group of Companies and is intended for use only by the individual 
or entity to whom it is addressed and may contain information that is privileged, confidential, or exempt from disclosure under 
applicable law. If you are not the intended recipient of this EMAIL immediately notify the sender at iGATE or mailadmin@igate.com 
and delete this EMAIL including any attachments

Wednesday, March 21, 2007

Error in Crystal Report While Exporting

Error in Crystal Report While Exporting
 
"Missing parameter field current value" this error occurs while exporting the crystal report to PDF /word/excel. I had found the query regarding this error in many pages that's the reason I had posed it
 
Reason:
 
          Due to the parameter mismatch in the report file and the assigned parameter
 
Solution:
 
          1. Check weather all the parameter is passed or not
          2. Verify database of the report to update the table
 
 
 


Samiyappan Prabakar ,Mobile : +971 50 9042741
 
 


We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures list.