9,868,710 members (32,411 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*
34 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: abhishekagrwl25
[x]
how to view all directories of drive ina listview
by
abhishekagrwl25
Question
13 May 2013
license:
CPOL
hello friends,i have a treeview control in which i am list all drive.....on selecting a drive i have to show all of its directories and files in a listview.....i am using following code.. private void treeView1_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e) { ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
WinForm
How to Omit Specific extension files in Listview control
by
abhishekagrwl25
Question
12 May 2013
license:
CPOL
Hello friends,I have a scenario that I have to give the end user the ability to select a folder in treeview and onclick on folder all of the files and folders inside this will be shown in listview except some specific file type with extension .cab, .mp3 etc..I am able to show all files...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Windows
.NET
Making Backup using Volume Shadow Copy Service
by
abhishekagrwl25
Question
3 May 2013
license:
CPOL
Hello All, I am developing an app in which i have to make backup of file on to the server using Volume Shadow Copy Service, but i have no idea about that, i have googled it alot but couldn't find any appropriate solution.I found microsoft's sdk for that but dont know how to use it for my...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Windows
WinForm
connection string in win forms
by
abhishekagrwl25
Question
14 Apr 2013
license:
CPOL
hello all, i am creating a windows application. in which i want to use sql database...for this i want to place connection string in a file (as like web.cinfig in web application).but dont know where to place. Can any one suggest me the best ways to do that....??
General Programming
»
Uncategorised Quick Answers
»
General
C#
having problem when using microsoft database
by
abhishekagrwl25
Question
20 Jan 2013
license:
CPOL
Hello All, I am getting the following error while using MS-Access database.System.InvalidOperationException: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.when i am using it on my local machine it runs successfully but when i am putting it...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
MS-Access
how to enable Windows Activation Service(WAS) in windows xp
by
abhishekagrwl25
Question
7 Aug 2012
license:
CPOL
hello all, I have a WCF service which is currently configured only to use HTTP protocol and i want to Configure the Host Environment for the WCF Service to Support the TCP Protocol. I am using WinXP as operating system and don't know how to configure WAS in WinXP. Kinly give me...
General Programming
»
Uncategorised Quick Answers
»
General
IIS
WCF
ASP.Net-4.0
problem in bind a gridview column for boolean field when no data present
by
abhishekagrwl25
Answer
25 May 2012
license:
CPOL
i have used emptydatatemplate in which i have created a table inside emptydatatemplate...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
problem in bind a gridview column for boolean field when no data present
by
abhishekagrwl25
Question
24 May 2012
license:
CPOL
hello all, I am filling my gridview when no data is present, but in a field named "active", is a bit datatype , showing error "Object cannot be cast from DBNull to other types" code for .aspx:-
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
problem with system.speech dll
by
abhishekagrwl25
Question
21 May 2012
license:
CPOL
hello all, I am creating a application in which i want to enter text in a text box and after that by clicking on button it will speak out what i have entered in textbox,..it is working but it only sounds like plah-plah...following is the code:-using System;using...
General Programming
»
Uncategorised Quick Answers
»
General
C#
problem in format a decimal point number
by
abhishekagrwl25
Question
20 May 2012
license:
CPOL
hello all, I have a grid view where i am binding the value of price and tax and i want to show them upto two digits after decimal...aspx code:-
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
how to change password of database owner in MS-SQL 2008
by
abhishekagrwl25
Question
19 Apr 2012
license:
CPOL
hello all, I have created a database owner for my databse , now problem is that my password does not support the password policies of plesk panel, so i have to change the password for my database owner.How can i do this in SQL Management Studio..??
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
Problem with range validator Maximum Value property
by
abhishekagrwl25
Question
19 Apr 2012
license:
CPOL
Hello All, I am using range validator to validate the date but i am having problem with range validator Maximumvalue property:- The value '19/04/2102' of the MaximumValue property of 'startDateValidator' cannot be converted to type 'Date'..aspx...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
ASP.Net not showing security tab
by
abhishekagrwl25
Answer
10 Apr 2012
license:
CPOL
There was a problem with connection string.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
ASP.Net not showing security tab
by
abhishekagrwl25
Question
10 Apr 2012
license:
CPOL
Hello All, I want to use ASP.Net Website administration tool for using membership in my web site, for this when i am clicking on security tab , it is showing following error, There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
cant use master..spt_values
by
abhishekagrwl25
Question
9 Apr 2012
license:
CPOL
Hello Friends, I want to generate pin for an MLM site, for this i want to use master..spt_values table, but dont have any idea about it. can any one suggest me, how to auto-generate pin using spt_values or any tutorial for this.
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
having problem in gridview.databind
by
abhishekagrwl25
Question
8 Apr 2012
license:
CPOL
Hello Friends, I am using grid view to show my data, but its not working any data.code of aspx page:-
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
How to create PDF using C# without using any Third Party API
by
abhishekagrwl25
Question
24 Mar 2012
license:
CPOL
Hello Friends, I want to create a PDF document without using any third party API(ex:- itextsharp etc.). I have searched for many solution but i didn't find any exact solution.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
I am getting following error while installing sql server 2008 on my system
by
abhishekagrwl25
Question
24 Mar 2012
license:
CPOL
Quote:Suite Integration Toolkit Executable has encountered a problem and needs to close. We are sorry for the inconvenience.
General Programming
»
Uncategorised Quick Answers
»
General
Windows
clearing Session on application start or application end
by
abhishekagrwl25
Question
31 Jan 2012
license:
CPOL
Hi !!!i have a problem. i have a deployed a website. When user enters and add product to the cart they are added to a session variable which i have added through a class file.static ShoppingCart() { // If the cart is not in the session, create one and put it there //...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
javascript not working in internet explorer
by
abhishekagrwl25
Question
9 Jan 2012
license:
CPOL
hello all, I am using a javascript in my website... but that not working in Internet Explorer...my domain is www.nagpalassociates.com.....check this and suggest me appropriate solutions for that....Thanks
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
HTML
getting error on sending mail through asp code
by
abhishekagrwl25
Question
5 Jan 2012
license:
CPOL
hello all,I want to send a mail through my website using asp code and i am getting the following exception....The remote server returned an error: (500) Internal Server Error.the following is my asp code ....
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP
ASP.NET
How to show gridview footer row when no data present in datasorce
by
abhishekagrwl25
Question
2 Jan 2012
license:
CPOL
Hello all.... I have a grid-view on my page and i have used footer row of grid-view to insert new data. The problem that i am facing is that is when there is no data present in the database it is not showing grid-view. But i need grid-view to be shown on the page so that user can enter...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
ADO.NET
Find a Control in Header Row of Datalist
by
abhishekagrwl25
Question
23 Nov 2011
license:
CPOL
Hi All.... I have a label in the header of a datalist....i want to set the text of that label through code-behind....but i don't know how to find that control through code....i am new to ASP.net...Thank You
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Data reader already open problem
by
abhishekagrwl25
Question
18 Nov 2011
license:
CPOL
Hi all....!!! i am checking values that exist in database through datareader and if the value exists then i am binding some other values from that table to datagrid.The problem is that when it finds the value in database and enters if condition it says datareader already open and if i...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
How to show an image dynamicaly tghrough javascript function
by
abhishekagrwl25
Question
15 Nov 2011
license:
CPOL
hello everyone, I want to show image in a website, in which image should be selected dynamically from the database.....through a javascript function.....i am using tag inside of a datalist......i had bind datalist through datasource......following isa the...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Javascript
HTML
I m getting error when filling dataset from dataadapter
by
abhishekagrwl25
Question
11 Nov 2011
license:
CPOL
Hello everybody....I am getting the following error when i am filling dataset from dataadapter after retrieving data from the MS-Access database."IErrorInfo.GetDescription failed with E_FAIL(0x80004005)"following is the code i used to fill dataset and bind to gridview....
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
ADO.NET
How to add members by sending them a confirmation link ?
by
abhishekagrwl25
Question
10 Nov 2011
license:
CPOL
I am working on a website that adds members to it when members fill in their details and submit.Now what I want to do is send them a confirmation link to their email id and when that link is clicked by the user on then they can become members. Please suggest how to do it.[fixed...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Addning google map to my website.
by
abhishekagrwl25
Question
10 Nov 2011
license:
CPOL
Hi all!!I want to add google map for a particular location in my website. I don want to add an image of the map but an actual working map. Please suggest something.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Javascript
Disabling browser back button
by
abhishekagrwl25
Question
9 Nov 2011
license:
CPOL
I used the following code to disable my browser back button but button is still working. plz help me outResponse.Cache.SetCacheability(HttpCacheability.NoCache);Response.Cache.SetExpires(DateTime.UtcNow.AddHours(-1));Response.Cache.SetNoStore();
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
can anybody plz tell me how to log out ?
by
abhishekagrwl25
Question
9 Nov 2011
license:
CPOL
i have made session admin when the admin enters the website. i have also added a button to log out. can anybody plz tell me wht should be done to log out ???
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Asp MENU control not working in google crome
by
abhishekagrwl25
Question
3 Nov 2011
license:
CPOL
Hello all !!!My asp.net menu control is not working in google crome although it is working fine in firefox.When the page loads for the first time the Dot net Menu is not showing anything, however, when i click on the home in the flash menu, the page loads and then the dot net menu is...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Retriving images from sqlserver using javascript
by
abhishekagrwl25
Question
3 Nov 2011
license:
CPOL
hello all !!i have retreived images from database using c# but how can i show them in a javascript slideshow in my .aspx page?
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
C#
ASP.NET
Javascript
SQL-Server
How to use views in asp.net
by
abhishekagrwl25
Question
2 Nov 2011
license:
CPOL
Hello all !! i have made a sql View name VW_Show ;i need to know how can i use it in asp.net. how will i call the view ????
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
C#
ASP.NET
SQL-Server
Problem with the java script menu
by
abhishekagrwl25
Question
1 Nov 2011
license:
CPOL
Hello all!!!My Javascript menu is giving me some problems. whenever i hover the mouse over the menu the dropdown is hiding behind the javascript slideshow. can u plz help me out.Here is the link to the website.http://www.sewaindia.org/[^]
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
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