9,869,444 members (29,044 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
123 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 3
Page Size:
10
·
25
·
50
Author filtered by: udusat13
[x]
How to prevent hacking from file upload control?
by
udusat13
Question
12 May 2013
license:
CPOL
Hi Expert.In my Website, File upload option is there for Banners exchange.For this purpose i have used File upload control(Asp.net).But today someone uploaded asp code file(xm.asp.jpg ).It contains below code.GIF89a$ ;
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Disadvantage of high sql server transaction timeout
by
udusat13
Question
3 May 2013
license:
CPOL
Hi Expert,Sql Server Database table contains more than 1 millions entries. And default sql server transaction timeout is 30 seconds.I am using winform for front end(C#).And some of the long running queries showUnable to modify table.Timeout expired. The timeout period...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
Disadvantages of using connection instances 2 times.
by
udusat13
Question
1 May 2013
license:
CPOL
Hi expert,IN my one of the button click i used below Ado.net Code . SqlCommand command = new SqlCommand("InsertCode",conn,transaction); command.Transaction = transaction; command.Connection = conn; ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ADO.NET
App.config connectionstring Not working for Setup Exe file
by
udusat13
Question
4 Apr 2013
license:
CPOL
Hi Expert,I am Uday Satardekar,In my winform project,i have used Class file to store and access connectionstring.And is working fine for me for both normal running and Exe Setup.Now today i have used app.config file for connectionstring.All replacement has been finished.And...
General Programming
»
Uncategorised Quick Answers
»
General
C#
setup
WinForm
How to save temp file for automatic shutdown in winform c#
by
udusat13
Question
19 Mar 2013
license:
CPOL
Hi Expert,I am working in winform c# & sql server.I am using datagridview (as excel ) for data entry.There is fixed structure. And storing these entries in sql server 2005. And is working fine for me.Now problem is , How to save temp-file like Word does when automatic ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
WinForm
How to create excel file with data using stored procedure in C# winform?
by
udusat13
Question
14 Feb 2013
license:
CPOL
Hi Expert,I am Uday Satardekar,In C# winform application, i am using Datagridview as excel for data entry.I am sending these data from Datagridview ( Emails, companies countries etc.) to server using Xml and then using stored procedure to store the data into database....
General Programming
»
Uncategorised Quick Answers
»
General
C#
WinForm
How to show dropdown with checkboxlist item?
by
udusat13
Question
31 Jan 2013
license:
CPOL
Hi Expert,I am developing project management application.Now i am working on team's details form.For team members there is one checkboxlist control & it contains dynamic users from database.Now i have to assign roll to each selected user.How i can show dropdown(roll) with...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
How to fetch website meta information based on URL in Asp.net
by
udusat13
Question
20 Nov 2012
license:
CPOL
Hi Expert,I am developing Simple Seo Website Trade bizI am using c#,Asp.net.And i am working on fetching meta information using url.There is one textbox for website url.And using that i want to display meta information(title,keywords,description).Please help me to solve this...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
how to display automatic datagridviewcomboboxcolumn value when select another on selectedIndexChanged
by
udusat13
Question
22 Oct 2012
license:
CPOL
Hi Expert,I am Uday SatardekarIn my one of C# win application,i am using datagridview for data entry.This datagridview contains 25 rows only.In this datagridview there are 2 datagridviewcomboboxcolumn 1 for country and one for continent.Both datagridviewcomboboxcolumn bounded...
General Programming
»
Uncategorised Quick Answers
»
General
C#
WinForm
how to display automatic datagridviewcomboboxcolumn value when select another on selectedIndexChanged
by
udusat13
Answer
22 Oct 2012
license:
CPOL
There is System Format.Exception.I am binding int value and datagridcombo contains Int64.following code works fine for me. SqlDataReader reader = command.ExecuteReader(); DataTable dt = new DataTable(); ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
WinForm
Effect of server error on Page rank
by
udusat13
Question
22 Aug 2012
license:
CPOL
Hi Expert,Currently i am checking my website for broken links using online application.[^] link contains restaurants names and links.And one of the online application shows 500 server error for some links present on this page.And for some links it shows 408 or 403. Is it...
General Programming
»
Uncategorised Quick Answers
»
General
SEO
Modal Popup Extender rendering problem.
by
udusat13
Answer
6 Aug 2012
license:
CPOL
Sorry everyone,i forgot to include update panel.Now above code is working fine for me.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
Modal Popup Extender rendering problem.
by
udusat13
Question
24 Jul 2012
license:
CPOL
Hi Expert,In My website Nridubai.com website i am showing all companies and their information to admin.For this purpose I have use gridview control, And each gridview cell is clickable.And i am using following code for this, protected void GridView1_RowDataBound(object...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
When to use inner join and when to left join?
by
udusat13
Question
18 Jul 2012
license:
CPOL
Hi Expert,In My Nridubai.com website,I am searching inquiries based on event. inquiry is associated with 1 or more events.There are 2 tables inquiry(inquiry_id,comapnyname,category,..) and inquiry_event(id,inquiry_id,event_id).I store all inquiry information in inquiry...
General Programming
»
Uncategorised Quick Answers
»
General
C#
MySQL
How to create robot.txt file for website?
by
udusat13
Question
5 Jul 2012
license:
CPOL
Hi Expert,My website nridubai.com was updated in may 2012 from php to asp.net.And now i am analysing google crawling using google webmaster, And it shows site errors robot.txt not found.How i can create robot.txt file for my site.Please help me.Thanks in advance
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
SEO
How to avoid special chars using javascript
by
udusat13
Question
28 Jun 2012
license:
CPOL
Hi Expert,I am uday satardekar,In my asp.net website nridubai i am using javascript for validationegvar eventName=document.getElementById("").value; if (eventName=="") { alert("Name Feild can not be blank"); ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Javascript
when to use DataReader and DataTable?
by
udusat13
Question
28 Jun 2012
license:
CPOL
Hi Expert,In my nridubai website , i am developing Login page.To check logged user enter valid user name and password,i have googled many site.Some website use datatable and some use datareader.I am getting confused.Which approach is right for login cheching? DataReader or...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
SqlServer
How to compare dd/mm/yyyy date format in javascript
by
udusat13
Question
28 Jun 2012
license:
CPOL
Hi Expert ,In asp.net Nridubai website,there are 2 date control designed using javascript.Both these control attached with textbox control.and it shows date in textbox in dd/mm/yy format. i have to compare these two date in javascript.My javascript code for comaprison is var...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Javascript
How to check one ResizableControlExtender width on different ResizableControlExtender OnClientResize event
by
udusat13
Answer
1 Jun 2012
license:
CPOL
I Solved this problem.In Javascript i have used $find,get_Size and set_Sixe() to read, and set size of resizedcontrolextennder.exfunction OnClientResizingPanel1(sender, eventArgs) { var chkExist1=$find('ResizableControlExtender1'); ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
How to check one ResizableControlExtender width on different ResizableControlExtender OnClientResize event
by
udusat13
Question
1 Jun 2012
license:
CPOL
Hi Expert,I am Uday Satardekar,I am designing floor plan example.There is one div of size 400px in width and 100px in height.In that there are 4 ResizableControlExtender. Here maximum height of these controls are 100px.Now when user resize these control,i need to validate...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Ajax
Iteractive floor plan in asp.net
by
udusat13
Question
24 May 2012
license:
CPOL
Hi Expert,Our Company is based on event management.We organise 4-5 events yearly.There are more than 100 companies participated per event.TOur Exhibition Hall structure is fixed.There are 150 rectanguler stands in exhibition hall.and each stand contains uniq stand number.i have to...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Sql query working very slow.
by
udusat13
Question
11 May 2012
license:
CPOL
Hi Expert,There 2 tables emailinfo(id,email) and keywordinfo(id,keyword).emailinfo contains 80,000 rows and keywordinfo contains 2000 rows. I want emails from emailinfo table which does not contains keywords from keywordinfo table.And my query is like following.SELECT ...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
File uploading in asp.net
by
udusat13
Question
26 Apr 2012
license:
CPOL
Hi Expert,I am uploading image file using asp.net FileUpload control.I am using following code.try { string fileName = Path.GetFileName(FileUpload1.PostedFile.FileName); string fileExtension = Path.GetExtension(FileUpload1.PostedFile.FileName); ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Unable to connect to any of the specified MySQL hosts.
by
udusat13
Question
17 Apr 2012
license:
CPOL
Hi Expert,I have to connect mysql database through asp.net application.But my website is on linux based server.my database is on another server phpmyadmin which is not linux based.when i try to connect it it gives me exception like following.Unable to connect to any of the...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
MySQL
specific keyword searching from xmldocument
by
udusat13
Question
16 Apr 2012
license:
CPOL
Hi expert,I have to add rss news module for IPL news with images.and i am using following rss link.http://www.indiatvnews.com/rssfeed/sports_cricket_news.php[^]But this rss news feeds is regarding cricket which showing all news from cricket.Now how i can display those news...
General Programming
»
Uncategorised Quick Answers
»
General
C#
XML
Reading image src from string in asp.net c sharp
by
udusat13
Question
9 Apr 2012
license:
CPOL
Hi Expert,In asp .net there is one string , from which i have to capture src value from image tag, and the string is in valid html format. Please suggest me reguler expression or method for this.please help me.Thanks in advance.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
System.DllNotFoundException: gdiplus.dll error.
by
udusat13
Question
8 Apr 2012
license:
CPOL
Hi Expert,I am developing website using .net framework 3.5.And it working fine on my local computer.But on server side it gives following errorSystem.DllNotFoundException: gdiplus.dllat (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
select query with max and distinct
by
udusat13
Question
29 Mar 2012
license:
CPOL
Hi Expert,I need on qeuery in MYSql,there one table tmpTable with following columns -id(bigint),inq_id(bigint),date(date)suppose there are 4 rows in table.id inq_id date1 11 11/3/20112 11 15/3/20113 12 23/5/20115 12 25/6/2011i want result as...
General Programming
»
Uncategorised Quick Answers
»
General
MySQL
Exporting in csv problematic when datatable contains comma
by
udusat13
Question
28 Feb 2012
license:
CPOL
Hi Expert,I am Uday Satardekar.I am fetching records from database and storing it into CSV Format.Following is my CSV Method and I am passing datatable to it.public void CreateCSVFile(DataTable dt, string strFilePath) { StreamWriter sw = new...
General Programming
»
Uncategorised Quick Answers
»
General
C#
WinForm
Session logout problem
by
udusat13
Question
21 Feb 2012
license:
CPOL
Hi Expert,I am Uday Satardekar,In my web.config file i set session timeout like following but many times after 10-15 mins session expired automatically.some times it working fines for...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
parsing Fusion chart special character from javascript
by
udusat13
Question
20 Feb 2012
license:
CPOL
Hi Expert,I am Uday Satardekar,I am using fusion chart for graph representation in my project.And i am showing graph agaist category.and my category contains some special characters like &,' etc.Because of this it not generating proper xml.For special characters i have use...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Javascript
parsing Fusion chart special character from javascript
by
udusat13
Answer
20 Feb 2012
license:
CPOL
I solved this problem.I put escape keyword in FusionChart.js file.Please find function getSWFHTML: function() and edit like followingswfNode += ' id="'+ escape( this.getAttribute('id')) +'" name="'+ escape( this.getAttribute('id')) +'" ';Above code working for me.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Javascript
Hiding Columns of an table at runtime
by
udusat13
Answer
16 Feb 2012
license:
CPOL
Refer following code.Testpage.aspx ]]> Hello]]>
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#
Notifiaction window in asp.net
by
udusat13
Question
3 Feb 2012
license:
CPOL
Hi Expert,On my home page i am showing comments one by one using listview.In listview each commants is on link button, and its assocaited commentid kept in command argument.EX
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Joining ado.net datatable and mysql table
by
udusat13
Question
31 Jan 2012
license:
CPOL
Hi Expert, I am Uday Satardeka,In my mysql database i am storing inquiry information in inquiry table.ex. (company,country) etc.where country i am storing as integer(from country table).Now I am reading data from excelfile.and store it in datatable tblExcel .And now i...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Reading and inserting from excel using File open Dialogue
by
udusat13
Question
31 Jan 2012
license:
CPOL
Hi Expert, I am uday satardekar,In my website i have to insert inquiry details through excel.For this purpose i want openFileDialog.How i can dipslay it ?And How to read data from excel?Please Help me.Thanks in advance...........
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Conversion failed when converting datetime from character string
by
udusat13
Question
24 Jan 2012
license:
CPOL
Hi Expert,I am uday satardekar,I am fetching records using sql server 2005 (stored procedure).There are many criteria in where condition.so i wrote dynamic sql query.all the criteria working fine for me.but when i append date query in where condition It shows error...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
how to skip keywords from anotherr table in select query.
by
udusat13
Question
20 Jan 2012
license:
CPOL
Hi expert,I am using sql server 2005.There are 2 tables. emailinfo and keywordinfo.emailinfo conatains id and email.while keyword contains id,keyword.Now i have to retrieve email from emailinfo table which are not containing all keywords from keywordinfo table.Means i...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
How to retrieve data based on multiple selection
by
udusat13
Answer
17 Jan 2012
license:
CPOL
I solved this using IS Null in Where Condition.eg.select * from COMPANYWHERE((@m_currCat IS NULL) OR (COMPANY.category = @m_currCat)) AND--((@m_user IS NULL) OR (COMPANY.userid = @m_user)) And((@m_country IS NULL) OR (COMPANY.country = @m_country)) And((@m_region IS NULL)...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
MySQL
exporting in excel sheet using datatable
by
udusat13
Question
21 Dec 2011
license:
CPOL
Hi Expert,I am developing website in asp.net.with my sql as database.I am exporting datatable results in excel sheet.I am fetching results from 2 table - one in inquiry and other is inquiry_event_assignedinquiry table contains details information regarding inquiry.In inquiry form...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
crystal report prints entire results from table.
by
udusat13
Question
16 Dec 2011
license:
CPOL
Hi Expert,I am using vs.net 2008 and using asp.net c sharp.I am producing report using crystal report based on category.On report button click i have add following code. Int64 currCatId = Convert.ToInt64(lstCategory.SelectedValue); try { // string...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
CrystalReports
white space is not allowed at this location error
by
udusat13
Question
6 Dec 2011
license:
CPOL
Hi Expert,I am Uday Satardekar. i am inserting 10000 rows using csharpi am using xml to send bulk data.but in some situation it throws white space is not allowed at this location errori am generating dynamic xml from excel.But excel contains some special character soerror...
General Programming
»
Uncategorised Quick Answers
»
General
C#
XML
javascript is not working in asp.net ajax section
by
udusat13
Question
6 Dec 2011
license:
CPOL
Hi Expert,I am using update panel for certain portion in asp.net webpage for ajax.Its working good.I that portion there is one textbox for current date.And i have called javascript on it.But due to ajax its not working. If I removed update panel then its working.and i have ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Javascript
How to display reminder in asp.net?
by
udusat13
Question
27 Nov 2011
license:
CPOL
Hi,I am developing website in asp.net c#.I have to provide reminder facility to logged user.User Can set the reminder using subject and comments with specific date and time.I have stored these information in database .Now suppose if perticuler user logged and reminder date...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
How to create crystalReport verses mysql(dll) ?
by
udusat13
Question
23 Nov 2011
license:
CPOL
Hi Expert,I am using asp.net and mysql as Database.Now I have to produce crystal reports of campaign information.For mysql i have add one MySql.Data.dll in bin folder. and database is located at localhost(PHPMyAdmin)my connectionString is connectionString="server=localhost;User...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
MySQL
CrystalReports
How to access editmode listview control on radiobutton checked event?
by
udusat13
Question
20 Nov 2011
license:
CPOL
Hi Expert,In listview(lstvwResultInquiry) EditTemplate there are many controls in edit Mode.I took one radio button as follows with oncheckedchanged event
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
How to assign Eval value from listview in .aspx page
by
udusat13
Question
14 Nov 2011
license:
CPOL
Hi,In listview i am showing campaign data for editing purpose.there is one edit linkbutton in each row.If user is logged, i am showing this buttonlike following,
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
How to search based on comma separed ids
by
udusat13
Answer
4 Nov 2011
license:
CPOL
Finnally I got solution,i use concat ',' in where condition, EgSELECT *FROM `crm_campaign`WHERE concat(',', `event_ids`, ',') LIKE '%,ddlEvents.SelectedValue(),%'Now its searching only 1 if i selected value is 1 even if there are fields like 11,21,51 etc.Thanks to above...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
MySQL
How to search based on comma separed ids
by
udusat13
Question
4 Nov 2011
license:
CPOL
Hi Expert,crm_campaign table contains fields like owner,status,start_date,end_date,event_ids etc. event_ids contains event ids assigned from crm_events table to perticuler campaigns with semi column separate. like 1,2,7 Now in view_campaign.aspx page i am searching records based on...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
MySQL
how to display semicolumn separated ids from table field in listview
by
udusat13
Answer
3 Nov 2011
license:
CPOL
Finally i got solution ,I put following code on itemDataBound event.and in listview i took one label control for all events name.if (e.Item.ItemType == ListViewItemType.DataItem) { ListViewDataItem item = (ListViewDataItem)e.Item; Label lblEvents =...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Page 1 of 3
1
2
3
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid