Monday, August 06, 2012
Wednesday, August 01, 2012
Number To Word Conversion In C#
HI guys,
Today i am going to write a program that converts any no input into the system into Word. This program might be asked sometimes during the interview to check the Logic of candidate. so here is the program...
Labels:
C#.NET
Tuesday, July 31, 2012
Numeric value validation on TextBox
[caption id="" align="alignleft" width="300"]
JQuery (Photo credit: Wikipedia)[/caption]
Hi guys, In this post i m going to explain how to perform numeric value validation in a TextBox in ASP.NET. Here i will post two diff. mechanism by using Java Script and JQuery.
Hi guys, In this post i m going to explain how to perform numeric value validation in a TextBox in ASP.NET. Here i will post two diff. mechanism by using Java Script and JQuery.
Labels:
Java Script,
JQuery
Indexers In C#.NET
[caption id="" align="alignleft" width="300"]
The .NET Framework stack (Photo credit: Wikipedia)[/caption]
Indexer In .NET
Indexer In .NET
Indexers provide a natural syntax for accessing elements in a class or struct that encapsulate a list or dictionary of values. Indexers are similar to properties, but are accessed via an index argument rather than a property name. The string class has an indexer that lets you access each of its char values via an int index:
Labels:
C#.NET
Subscribe to:
Posts (Atom)
