9,867,109 members (47,178 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*
59 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: Kavitha le
[x]
Why am getting this error? ORA-06550 PLS-00306
by
Kavitha le
Question
13 May 2013
license:
CPOL
In my code am getting following error.ORA-06550: line 1, column 7:PLS-00306: wrong number or types of arguments in call to 'SAVE_DATA'ORA-06550: line 1, column 7:PL/SQL: Statement ignoredWhat will be the reason for this?code am using is, List listparamters =...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
SQL2005
C#
ASP
ASP.NET
SQL
.NET
.NET
SQL-Server
, +
What is the use of this code line ? System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];
by
Kavitha le
Question
6 May 2013
license:
CPOL
In my new project they have used one code likestring A = System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];What is the use of this code? why the are using this?What could be the use of this code?
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C#
ASP
ASP.NET
.NET
, +
How can i add PDF file in my project?
by
Kavitha le
Question
26 Mar 2013
license:
CPOL
I wanna add one link in my asp page. While clicking on page it should open one pdf file in new tabHow can i do this?Please help me
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#
ASP.NET
.NET
C#
PDF
ASP>NET
How can i export data in to excel from a grid which contains image?
by
Kavitha le
Question
13 Mar 2013
license:
CPOL
I want to export data in to excel from grid. My grid contains image.Am using the following code, private void CreateXL() { Response.Clear(); Response.AddHeader("content-disposition", "attachment;filename=xxxxxxxt.xls"); Response.Charset = ""; ...
General Programming
»
Uncategorised Quick Answers
»
General
.NET2.0
C#1.0
C#2.0
.NET3.0
C#3.0
.NET3.5
C#
ASP
ASP.NET
.NET
, +
How can i add image inside a row in a Data Table?
by
Kavitha le
Question
12 Mar 2013
license:
CPOL
Hi, I want to show one image inside my datatable. Am using code, dr = dt.newrow(); dr[0]= dt.addrow(dr);How can i do this?Here am checking some values, For example the value in any cell is greater than 50 the it should show one...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET1.1
.NET2.0
C#1.0
C#2.0
.NET3.0
.NET3.5
C#
ASP
ASP.NET
, +
How can i arrange my grid view ?I need to show some values which i got from Database in my grid without duplicate.
by
Kavitha le
Answer
10 Mar 2013
license:
CPOL
Use table.rows[][] while adding rows
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C++/CLI
C#
ASP
ASP.NET
, +
How can i arrange my grid view ?I need to show some values which i got from Database in my grid without duplicate.
by
Kavitha le
Question
10 Mar 2013
license:
CPOL
I need to show some values which i got from Database in my grid as below,Name ScoreMaths ScorePhysicsA 1 5B 2 6C 3 7D 4 8So i added new...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C++/CLI
C#
ASP
ASP.NET
, +
How can i remove a row from gridview? Am gettting error message while trying gridview,deleterow
by
Kavitha le
Question
7 Mar 2013
license:
CPOL
I want to remove duplicate values from my gird row. For that am checking each row with the next row.If any match is there then it should remove that rowam using below code for removing row,Gridview1.DataSource=dt;GridView1.DataBind();If(//here am checking rows if any match found it...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
C#2.0
.NET3.0
C#
ASP
ASP.NET
.NET
C#
, +
How can i solve th error :Cannot find table 0.? what could be the reason?
by
Kavitha le
Question
5 Mar 2013
license:
CPOL
How can i sove th error :Cannot find table 0.? what could be the reason?getting error in this code,DataSet xxx= new DataSet();dt = xx.Tables[0].DefaultView.ToTable(true, "Fieldname"); Please help me.A big thanks in advance
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.1
.NET2.0
C#1.0
C#2.0
.NET3.0
C#3.0
.NET3.5
ASP
ASP.NET
.NET
, +
How to solve error: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
by
Kavitha le
Question
5 Mar 2013
license:
CPOL
Hi,I am getting error with this code:for (int i = 0; i
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.1
C#1.0
.NET3.0
C#3.0
.NET3.5
C#
ASP
ASP.NET
.NET
C#
, +
how can i avoid duplicate values from a row of grid view?
by
Kavitha le
Question
4 Mar 2013
license:
CPOL
I want to check the values in grid row one by one.How can i do that?My grid contains one row and am adding rows using dr.add row but i need to check the each values in row for validation(Avoiding duplicate values)How can i avoid duplicate values?please share your logic and knowledge
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.1
.NET2.0
C#1.0
C#3.0
C#
ASP
ASP.NET
.NET
C#
.NET
, +
How to filter duplicate values from a grid ?
by
Kavitha le
Question
4 Mar 2013
license:
CPOL
I want to generate columns in a grid dynamically, i used grid.addcolumn property but My code is throwing error like "Column name already exists". The error is because the procedure which am usingin database returning same values. I can't use 'distinct' in my procedure because the procedure...
General Programming
»
Uncategorised Quick Answers
»
General
.NET2.0
C#1.0
.NET3.0
C#3.0
C#
ASP
ASP.NET
C#
.NET
C#4.0
, +
How can i show distinct values in .net from back end tables?
by
Kavitha le
Question
4 Mar 2013
license:
CPOL
Am using one procedure to display search result. But the search result returning same values but i want to show it only once in my grid.Consider, Procedure returnsColumn AAAABCCand i want to show it in grid like,ColumnABCProcedure is correct but i need to filter...
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#
ASP
ASP.NET
SQL
ADO.NET
C#
Oracle
C#4.0
, +
How can i order more than one coloumn in oracle?
by
Kavitha le
Question
3 Mar 2013
license:
CPOL
Am using one procedure to retrieve data.The result contains two fields, lets consider Column A and Column Bnow out put looks like,Column A Column BA XB XC XB ...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2000
SQL2005
SQL-CE
C#
ASP
ASP.NET
SQL
SQL-Server
ADO.NET
SQL-Server
, +
How to generate coloumns dynamically in Grid?
by
Kavitha le
Question
26 Feb 2013
license:
CPOL
I want to create columns in grid dynamically in my project, The grid should display search result.In search criteria am passing some IDs.If i pass 12 ids it should generate 12 coloumns if i pass 10 it should generate 10 columnsHow can i do this?Share your logic.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
SQL
Oracle
Gridview
grid
how can i give more than one attribute inside style tag?
by
Kavitha le
Question
6 Feb 2013
license:
CPOL
in my application am usingxxxxxxxbut i want to adjust the width of the too.so how can i do that here? i already used style tag?how can i give two attributes?
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
CSS
HTML
Html5(WebSockets)
What is the exact difference between sql dynamic query and static query ?
by
Kavitha le
Question
4 Feb 2013
license:
CPOL
Hi in my new project we are using dynamic and static sql (inside procedure). but still i dont know what is the difference?What is the use of Dynamic sql? Both case we are passing parameters from front end then why this dyanmic query ?where is the use?
General Programming
»
Uncategorised Quick Answers
»
General
SQL
SQL-Server
Oracle
Getting error The name textbox1 does not exist in the current context
by
Kavitha le
Answer
24 Jan 2013
license:
CPOL
Check that any where they are using ('') if yes remove that instead of commenting.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
CSS
.NET
Getting error The name textbox1 does not exist in the current context
by
Kavitha le
Question
23 Jan 2013
license:
CPOL
In my project i had to create one duplicate page for one page(aspx). So i copied the entire page (both aspx and aspx.cs files) .In my new duplicate i had to remove one textbox (textbox1)so i removed it but nw am getting error that 'The name textbox1 does not exist in the current context'. Here...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
CSS
.NET
How can i connect with TFS in Visual Studio 2010?
by
Kavitha le
Question
16 Jan 2013
license:
CPOL
In my project i want to submit the code which i did in my local to TFS server.I connected with TFS (Team->Connect with team foundation server) now how can i submit my code to TFS?Also let me know how can i take latest code from TFS?It is urgent for me please help.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Visual-Studio
VS2010
TFS
How can i use plsql developer tool? what are the requirments?
by
Kavitha le
Question
15 Jan 2013
license:
CPOL
I have installed the plsql developer tool.But while am trying to open it as usual its asking for password,user name,data base name. But i dont know which pass word and user name i should give.Can any one help me how can i use this tool?What are the software i have to install other than...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
SQL
.NET
SQL-Server
MySQL
Oracle
software
Data
Operating
, +
How can i find the third highest value in a table?
by
Kavitha le
Question
7 Jan 2013
license:
CPOL
I want a SQL/PLSQL query to find the third highest value for a field (EX:Salary) from my table.
General Programming
»
Uncategorised Quick Answers
»
General
SQL
Oracle
databse
What is the meaning of Text=''.
by
Kavitha le
Question
4 Jan 2013
license:
CPOL
What is the meaning of Text=''.What is the difference between'> and??
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
CSS
HTML
Which reference i should add in my application for displaying message box?
by
Kavitha le
Answer
18 Dec 2012
license:
CPOL
This is possible in web forms try this below code, Message.show("");but first add using System.Windows.Forms;it will work.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Message
MessageBox
ASP:NET
How can i send mail from asp.net page?Getting error while trying to send email from ASP.net application?
by
Kavitha le
Question
18 Dec 2012
license:
CPOL
In my application I would like to send a mail and I am using the below code,protected void SendMail() { // Gmail Address from where you send the mail var fromAddress = "xxxxx@gmail.com"; // any address where the email will be sending var toAddress =...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
mailing
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