9,869,444 members (25,937 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*
29 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 1
Page Size:
10
·
25
·
50
Author filtered by: mahesh.b.p.c
[x]
getting only leaves
by
mahesh.b.p.c
Question
17 Feb 2013
license:
CPOL
In a database, we store a hierarchy of objects with:- A table OBJECT_NODE containing a list of objects, each object is identified by a numeric value “ID”- And a table OBJECT_TREE containing the parent ship between these objects Create Table OBJECT_NODE ( ID int, NAME varchar(255)...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
Creating store procedure based on object hierarchy
by
mahesh.b.p.c
Question
14 Feb 2013
license:
CPOL
In a database, we store a hierarchy of objects with:- A table OBJECT_NODE containing a list of objects, each object is identified by a numeric value “ID”- And a table OBJECT_TREE containing the parent ship between these objects Create Table OBJECT_NODE ( ID int, NAME varchar(255)...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
Homework
NoEffort
Problem solving based on error dialog box provided by user
by
mahesh.b.p.c
Question
14 Feb 2013
license:
CPOL
Suppose you receive the below request from a customer. Please understand the problem and1. Explain the approach you will use to solve the customer’s problem 2. Write your answer to the customer in English When I connected to SQL-Builder, I had the following error message: WARNING!...
General Programming
»
Uncategorised Quick Answers
»
General
SQL
url hiding and copying
by
mahesh.b.p.c
Question
18 Jan 2013
license:
CPOL
HiFolk's I am developing lo-gin page and most of it is completed and i required to hide the URL i.e(if i copied the lo-gin page URL and i pasted in new tab address bar it must not open that lo-gin page )It is my scenario can any plz help me...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
asp.net4
block user account after 3 invalid attempts ,it is web based site
by
mahesh.b.p.c
Question
4 Oct 2012
license:
CPOL
Hi folk'sI have a query regarding blocking a user account after 3 invalid user attempts it is web based application ,i want to block user account after 3 invalid account, my code is in this way.....static DataTable dt = new DataTable();//getting the user name from db DataRow...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
How to block a user account after 3 invalied attempts
by
mahesh.b.p.c
Question
26 Sep 2012
license:
CPOL
Hi folk'sCan any one help me out ,i done coding for if attempts 3 invalid user attempts by taking int static count variable,in that i have one drawback ,if one user made 2 invalid attempts ,and other user made 1st time invalid attempt and this account is blocking ,How can i rectify this...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
password requirement in regular expression script based
by
mahesh.b.p.c
Question
14 Sep 2012
license:
CPOL
Hi folksI required password regular expression requirement 1)start with alphabetic s (A-Z and a-z))2)compulsory one number (0 to 9) 3)special characters must be one and should be at last(!,@,#,$,%,^,&,*_)4)minimum length 6 and max 20....I want regular expression for...
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
i want to catch log-out time ,when user cancels the browser
by
mahesh.b.p.c
Question
10 Sep 2012
license:
CPOL
Hi folksI want to capture the log-out time ,when user cancels the web page the is cross symbol in web page......
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
ASP.Net-4.0
how to zip multiple files into single file using grid , and extract into excel and save in a particular folder
by
mahesh.b.p.c
Question
7 Sep 2012
license:
CPOL
Hi folk'show to zip multiple files into single file using grid , and extract into excel and save in a particular folder My scenario is in this way ...download zip files from grid and extract into excel and save those files in a folder........if you have any code please help...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
cookies problem,i am not able to get the stored cookie in my computer
by
mahesh.b.p.c
Question
5 Sep 2012
license:
CPOL
Hi Folk'sI am not able to get the cookies value in my fields,any os or browser problem and any setting change.........can any one help me out..Same code is working in other system fine.....
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
remember me code is not working can any one help me
by
mahesh.b.p.c
Question
3 Sep 2012
license:
CPOL
Hi folk'sRemember me functionality is not working fine,if checked the remember me and i loginand if i again i will like to login username and password remains there in the fields and the remember me as checked my code is in his way...............All this Code is in page load it...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
ASP.Net-4.0
remember me problem checked problem can any one help me
by
mahesh.b.p.c
Question
2 Sep 2012
license:
CPOL
Hi folk's I have a login form in that if i check the remember me check-box,then i want to remember username and password .. below code is for remember me.. functionality...it is working fine but only one problem ...After checking remember me check box.. if i reload login page the checked...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
remember me problem checked problem
by
mahesh.b.p.c
Question
2 Sep 2012
license:
CPOL
Hi folk'sI have a login form in that if i check the remember me check-box,then i want to remember username and password ..above code is for remember me.. functionality...it is working fine but only one problem ...After checking remember me check box.. if i reload login page the checked...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
How to encrypt the cookie
by
mahesh.b.p.c
Question
30 Aug 2012
license:
CPOL
Hi folk'sI have a login form in that if i check the remember me check-box,then i want to remember username and password ..I storing uid & pass in a cookie and that cookie must encrypted......Can any one help me......Thank's7Regard'smahesh.b.p.c
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
In a web page there are huge number of different controls like(textbox,radiobutton,checkbox,dropdown)
by
mahesh.b.p.c
Question
29 Aug 2012
license:
CPOL
Hi folk'sIn a web page there are huge number of different controls like(textbox,radiobutton,checkbox,dropdown) nearly 100 controls.It is a registration form three levels of registration ,that is after filling level-1what ever the field values in a controls must be saved in a...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
uploaded file must be download in .rar format
by
mahesh.b.p.c
Question
28 Aug 2012
license:
CPOL
Hi folk's Can any on help me out,uploaded file must be download in .rar format ...Can any one help me ,or any idea......
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
File upload control uploading a video file
by
mahesh.b.p.c
Question
8 Aug 2012
license:
CPOL
Hi folks After uploading video file in a file upload control and i want to play uploaded video in the webpage ....Can any help by giving source code
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
Compress a image in c#
by
mahesh.b.p.c
Question
7 Aug 2012
license:
CPOL
I have taken a file-upload control and one textbox what ever name entered in textbox with that name folder must be created and images must be stored in that folder original image and as well as compressed thumb image ..can any one send code snippet sample
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
Check a folder in a directory
by
mahesh.b.p.c
Question
7 Aug 2012
license:
CPOL
string activefolder = @"E:\Mahesh.Project\Database_img\"; bool IsExits = System.IO.Directory.Exists(Server.MapPath(activefolder)); if(IsExits) { string subdirtive = System.IO.Path.ChangeExtension(activefolder,...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
I am getting error in the below code and i specified the error line
by
mahesh.b.p.c
Question
25 Jul 2012
license:
CPOL
using System;namespace wildert{ public class Metronome { public event TickHandler Tick; public EventArgs e = null; public delegate void TickHandler(Metronome m, EventArgs e); public void Start() { while (true) ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
I am getting error in below code
by
mahesh.b.p.c
Forum Message
25 Jul 2012
public class Listener { public void subscribe(Metronome m) { m.Tick += new Metronome.TickHandler(Heardit); }
General Discussions
»
The Simplest C# Events Example Imaginable
wcf service [service contract] must access same domain in other system and different domain
by
mahesh.b.p.c
Question
17 Jul 2012
license:
CPOL
Hi Folk's Can any one provide sample code snippets to access wcfservice in same domain with other system, and in different domain as well..Can any one help me with some example is great....Thank's&Regard'sMahesh.B.P.C.
General Programming
»
Uncategorised Quick Answers
»
General
WCF
wcf service is consuming in web base application and it is n-tire architecture.....
by
mahesh.b.p.c
Question
17 Jul 2012
license:
CPOL
hi folk'sI am going to work as a 2year exp guy in n-tire architecture project which with some combination of (wcf,asp.net) it is web base project.I want some clarification client-side files in which layer have to keep, what was the better options in performance wise ,mainly how...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
WCF
C#
C#4.0
wcf service in windows application vs wcf service in web application
by
mahesh.b.p.c
Question
16 Jul 2012
license:
CPOL
Hi folk'sCan any one help me out regarding difference between wcf service in windows application and wcf service in web application with some real time examples. As well advantages and disadvantages between them....Please help me out....
General Programming
»
Uncategorised Quick Answers
»
General
WCF
wcf service hosted in window base app & wcf service hosted in web based application
by
mahesh.b.p.c
Question
13 Jul 2012
license:
CPOL
Hi FriendsWcf service is using in windows based application and wcf service is using in web based application . I am expecting differences between them and advantages as well...Thank's&Regard'smahesh.b.p.c.
General Programming
»
Uncategorised Quick Answers
»
General
WCF
Wcf project we going to implement can any one send me n-tire architecture
by
mahesh.b.p.c
Question
13 Jul 2012
license:
CPOL
Hi friend'sWe are going to implement the project in n-tire with the help of wcf web based projected....Basically i want in n-tire architecture where will be client place files exist(in which layer and there extensions ) and same as service class files and database files. what...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Windows
WCF
Wcf sample project in c#4.0
by
mahesh.b.p.c
Question
7 Jul 2012
license:
CPOL
Hi Friends Can any one send sample wcf project with some real time code and architecture of the project...With some real time scenario's .........mahesh.b.p.c
General Programming
»
Uncategorised Quick Answers
»
General
WCF
architecture
time
Code
Project
How to align and adjust controls in tabelcell and panel controls in a web form
by
mahesh.b.p.c
Question
6 Jul 2012
license:
CPOL
Hi Friend'sI would like to arrange my webpage in well defined manner, how can i do it.For example i have one master page in it i implemented header and footer to it and i consumed in my sample webpage.aspx in sample web page i have to arrange my web control's in well defined manner...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.Net-4.0
I can't access [operationcontract] services in client web page
by
mahesh.b.p.c
Question
6 Jul 2012
license:
CPOL
This is my Imathservice code[ServiceContract]public interface IMathService{ [OperationContract] void DoWork(); [OperationContract] int add(int x, int y); [OperationContract] int mul(int x, int...
General Programming
»
Uncategorised Quick Answers
»
General
WCF
C#
C#4.0
Page 1 of 1
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid