15,355,250 members
Sign in
Email
Password
Forgot your password?
Sign in with
Search within:
Articles
Quick Answers
Messages
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Python questions
View Javascript questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
stuff
Competitions
Conferences
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
Alibaba
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Articles by Hiren solanki (Articles: 4, Tip/Tricks: 7)
Articles: 4, Tip/Tricks: 7
Articles
Technical Blogs
Tips and Tricks
Reference Articles
Projects
Average article rating: 4.77
Programming Languages
C#
Convert Numeric Currency into Words for International Currency - Part - II (Optimized)
10 Sep 2010 Updated:
12 Sep 2010
Rating: 4.81/5 Votes: 14 Popularity: 5.20
Licence: CPOL Views: 46,983
Bookmarked: 12
Downloaded: 793
Please
Sign up or sign in
to vote.
Converts numeric currency in words with two modes - international and Indian. e.g., 1000000 to ten Lacs (for India) one million (for international)
Convert Numeric Currency into Words (For INDIAN Currency Only) (Optimized)
31 Aug 2010 Updated:
6 Sep 2011
Rating: 4.69/5 Votes: 21 Popularity: 6.00
Licence: CPOL Views: 190,427
Bookmarked: 27
Downloaded: 2,275
Please
Sign up or sign in
to vote.
Converts from 0(zero) to 10^39(adant-shinghar) into words. E.g. 70250 into seventy thousand two hundred fifty
Web Development
ASP.NET
Webbased Voting Or Survey Application
18 Aug 2010 Updated:
18 Aug 2010
Rating: 4.73/5 Votes: 7 Popularity: 4.00
Licence: CPOL Views: 25,842
Bookmarked: 12
Downloaded: 0
Please
Sign up or sign in
to vote.
Application receives votes from different computer with validation of time limit and displays the same
Way To Know Which Control Has Raised PostBack
8 Dec 2010 Updated:
13 Dec 2010
Rating: 4.83/5 Votes: 44 Popularity: 7.84
Licence: CPOL Views: 156,214
Bookmarked: 59
Downloaded: 539
Please
Sign up or sign in
to vote.
This is the short code snippet with understanding to make you know about what is PostBack in ASP.NET and further how you can know about the Control that raised the PostBack by using inbuilt ASP.NET functionality and manually.
Average blogs rating:
No blogs have been submitted.
Average tips rating: 4.82
Database Development
SQL Server
Building hierarchy using Recursive CTE [Tip/Trick]
30 Dec 2010 Updated:
5 Jan 2011
Rating: 4.57/5 Votes: 9 Popularity: 4.36
Licence: CPOL Views: 47,314
Bookmarked: 8
Downloaded: 0
Please
Sign up or sign in
to vote.
Building hirarchy in the sense of hirarchy of manager, employee though both are an employee of an enterprise but both are related or depend on hierarchical level.
Programming Languages
C#
The ?? Operator [Tip/Trick]
23 Dec 2010 Updated:
4 Sep 2012
Rating: 4.50/5 Votes: 27 Popularity: 6.29
Licence: CPOL Views: 66,268
Bookmarked: 13
Downloaded: 0
Please
Sign up or sign in
to vote.
This operator is introduced to set value in place of null value, it can also be defined in words like 'In case of null, pick value from another'
SQL
UNION ALL between Two CTEs [Tip/Trick]
26 Aug 2010 Updated:
27 Aug 2010
Rating: 4.86/5 Votes: 7 Popularity: 4.10
Licence: CPOL Views: 20,890
Bookmarked: 5
Downloaded: 0
Please
Sign up or sign in
to vote.
Find Duplicates with Exact Spell and Verbally Same [Tip/Trick]
26 Aug 2010 Updated:
27 Aug 2010
Rating: 4.88/5 Votes: 5 Popularity: 3.41
Licence: CPOL Views: 19,940
Bookmarked: 5
Downloaded: 0
Please
Sign up or sign in
to vote.
Retrieve full duplicate rows with some of column value having duplication
Web Development
ASP.NET
Webservice Using Javascript. [Tip/Trick]
20 Aug 2010 Updated:
27 Aug 2010
Rating: 5.00/5 Votes: 6 Popularity: 3.89
Licence: CPOL Views: 22,913
Bookmarked: 10
Downloaded: 0
Please
Sign up or sign in
to vote.
Working with JsonHTTPHandler [Tip/Trick]
11 Nov 2010 Updated:
13 Nov 2010
Rating: 5.00/5 Votes: 1 Popularity: 0.00
Licence: CPOL Views: 7,370
Bookmarked: 3
Downloaded: 15
Please
Sign up or sign in
to vote.
Introduction...
HTML
Remove all the HTML tags and display a plain text only inside (in case XML is not well formed) [Tip/Trick]
14 Dec 2010 Updated:
18 Feb 2012
Rating: 4.94/5 Votes: 19 Popularity: 6.07
Licence: CPOL Views: 155,016
Bookmarked: 23
Downloaded: 0
Please
Sign up or sign in
to vote.
Remove HTML and get a plain text from inside
Average reference rating:
No reference articles have been posted.
Average project rating:
No projects have been posted.
Hiren solanki
Software Developer
India
He is a Smart IT devloper with Few years of Expeariance But having Great command on ASP.net,C#,SQL Query,SSRS,Crystal Reports
Apart from that He Loves multimedia work too, Master of Adobe photoshop, Illustrator, CSS , HTML and all things.
He is Currently working in Microsoft Dynamics CRM and Having Nice Expearince with CRM. CRM Rocks!!!