9,867,109 members (49,368 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*
75 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 2
Page Size:
10
·
25
·
50
Author filtered by: hiphopper0123
[x]
giving rating using button clik
by
hiphopper0123
Answer
29 Apr 2013
license:
CPOL
int rating=0;private void button1_Click(object sender, EventArgs e) { rating++; txtrating.Text = rating.toString(); }
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
How to avoid pop up block ?
by
hiphopper0123
Answer
29 Apr 2013
license:
CPOL
check accepted answer
General Programming
»
Uncategorised Quick Answers
»
General
C#
Javascript
jQuery
How to display an uploaded image without refresshing
by
hiphopper0123
Answer
29 Apr 2013
license:
CPOL
may be This can help you
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
C#
C#4.0
MVC3
how to make an installation file of application plz help me...
by
hiphopper0123
Answer
28 Apr 2013
license:
CPOL
how to create set upand for the sqlserver proble use sqlserverce compact edition in your code you just have to mention connection string in your code once so there will not be any eror of path for con string or server namehere is small demonstration click here
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
C#3.5
Can one run a Winform application on an Apple device?
by
hiphopper0123
Answer
26 Apr 2013
license:
CPOL
You have to create same application using mono for ios and This is the only way
General Programming
»
Uncategorised Quick Answers
»
General
C#
Windows
Apple
WinFrom
what is mean by main function in c#
by
hiphopper0123
Answer
25 Apr 2013
license:
CPOL
Main () and Other Methods (C# vs Java)[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
Software developement getting bore
by
hiphopper0123
Answer
25 Apr 2013
license:
CPOL
try game development if you have interesthttp://msdn.microsoft.com/en-us/library/bb203894.aspx[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
SQL
How to split the string having same common delimiters
by
hiphopper0123
Answer
25 Apr 2013
license:
CPOL
here is non linq waystring str=@"\\C-IMS\IMSData\Images\F1231231\3eb8b6e4-9792-4328-a246-0766e205d0a5.JPG"; string str1 = @"\\C-IMS\IMSData\Images\F5477748\97cf42d9-3ed1-4d0c-a26d-098e063871e3.JPG"; string[] strarr=new string[2]; strarr[0] = str; ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
Could not load file or assembly
by
hiphopper0123
Answer
24 Apr 2013
license:
CPOL
right click on project in solution exploret.select Add diployable dependencieschecked Asp.net MVC and click ok
General Programming
»
Uncategorised Quick Answers
»
General
C#
MVC
Remove .aspx From URL
by
hiphopper0123
Answer
19 Apr 2013
license:
CPOL
Remove HTML or ASPX Extensionusing css remove file extension of webpageHow to remove file extension from website address?
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
hosting
Remove .aspx From URL
by
hiphopper0123
Answer
19 Apr 2013
license:
CPOL
Remove HTML or ASPX ExtensionRemove File Extention from URLsHow to remove file extension from website address?
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
hosting
DOB select from calender and auto calculate AGE
by
hiphopper0123
Answer
19 Apr 2013
license:
CPOL
DateTime dt = Calendar1.SelectedDate; DateTime dt1 = Convert.ToDateTime(DateTime.Now.ToShortDateString()); TimeSpan t = dt1.Subtract(dt); TextBox1.Text = t.TotalDays.ToString(); TextBox2.Text = (t.Days / 365).ToString();
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
sqlserver2008
face recognize using PCA
by
hiphopper0123
Answer
19 Apr 2013
license:
CPOL
Face Recognition Using PCA
General Programming
»
Uncategorised Quick Answers
»
General
C#
Please help me to Convert code vb.net to C#, Thanks
by
hiphopper0123
Answer
19 Apr 2013
license:
CPOL
if (object.ReferenceEquals(ctrl.GetType, typeof(DateTimePicker)) == false & object.ReferenceEquals(ctrl.GetType, typeof(TextBox)) == false) {}
General Programming
»
Uncategorised Quick Answers
»
General
C#
special characters count in a url using windows form c#
by
hiphopper0123
Answer
18 Apr 2013
license:
CPOL
string str = "hello@123:*&^789'!@#$*()_+="; int count = 0; foreach (char c in str) { if (!char.IsLetterOrDigit(c.ToString(),0)) { count++; } } ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
Creating a Confirmation Box
by
hiphopper0123
Answer
18 Apr 2013
license:
CPOL
Yes No MessageBox In Asp.net
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
.NET
how can include my software with 30 days validity
by
hiphopper0123
Answer
18 Apr 2013
license:
CPOL
how to make trial applications in .NET
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
ProgressBar In Asp.net and C#
by
hiphopper0123
Answer
18 Apr 2013
license:
CPOL
Html5 Progreebar you can easily add in your aspx pageAsp.net Ajax Progressbar
General Programming
»
Uncategorised Quick Answers
»
General
C#
Video Conference in ASP.NET C# Website
by
hiphopper0123
Answer
17 Apr 2013
license:
CPOL
See This
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
audio-video
C# How to delete specific lines based on line no. from a text file
by
hiphopper0123
Answer
17 Apr 2013
license:
CPOL
public void read(int lineNumber) { int counter = 0; string line; System.IO.StreamReader file =new System.IO.StreamReader("D:\\test1.txt"); string newstr = null; while ((line = file.ReadLine()) != null) { ...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
file
How to get only filename without path in FileUpload Control
by
hiphopper0123
Answer
17 Apr 2013
license:
CPOL
string filename = fileupload.FileName; int index = filename.LastIndexOf("\\"); int len = filename.Length; filename = filename.Substring(index+1,len-index-1);
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
how to increment textboxvalue
by
hiphopper0123
Answer
17 Apr 2013
license:
CPOL
int a = Convert.ToInt32(txtbox1.Text)+1;gpno = a;
General Programming
»
Uncategorised Quick Answers
»
General
C#
which is best C# or VB.Net
by
hiphopper0123
Answer
17 Apr 2013
license:
CPOL
C# is better than VB.NET.It is my personal opinion.As far as language and features are concerned mostly both are same.
General Programming
»
Uncategorised Quick Answers
»
General
C#
chat application in asp.net
by
hiphopper0123
Answer
17 Apr 2013
license:
CPOL
SignalR Chat with Asp.net
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
WCF
How to call javascript method
by
hiphopper0123
Answer
17 Apr 2013
license:
CPOL
this is how you can call javascipt method from cs pageStringBuilder strBuilder = new StringBuilder();strBuilder.Append("");strBuilder.Append(" MethodName();");//javascript function namestrBuilder.Append("");//register...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Speech Recognition with c#
by
hiphopper0123
Answer
16 Apr 2013
license:
CPOL
recongition system will only recognize those words which are already in the grammar file means you can not directly add names to the grammar files
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
Extracting zip file using c# program
by
hiphopper0123
Answer
16 Apr 2013
license:
CPOL
How to: Compress and Extract Files[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
ZIP
is .net is platform independent or not
by
hiphopper0123
Answer
16 Apr 2013
license:
CPOL
.net is platform dependent it will only work on windows based operating systemsif you want to code in linux then mono.net http://www.mono-project.com/Main_Page[^] is usefull
General Programming
»
Uncategorised Quick Answers
»
General
C#
How to select checkbox and display values in textboxes
by
hiphopper0123
Answer
16 Apr 2013
license:
CPOL
private void checkBox_CheckedChanged(object sender, EventArgs e){ var checkboxes = from c in groupBox1.Controls.OfType() where c.Checked orderby int.Parse(c.Name.Substring(8)) select c; ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Need to debug vc++ referenced dll from c# or VB project
by
hiphopper0123
Answer
16 Apr 2013
license:
CPOL
http://stackoverflow.com/quest...
General Programming
»
Uncategorised Quick Answers
»
General
C#
VB
DLL
VB.NET
Debugging
VC++
Connect MySQL Database Remotely with dot Net Windows Apps
by
hiphopper0123
Answer
16 Apr 2013
license:
CPOL
create new user in mysql server on server system and allow the access to the inventory database to that user and then change the username and password in your code. no need to change the code
General Programming
»
Uncategorised Quick Answers
»
General
C#
ADO.NET
MySQL
how to set access write of database
by
hiphopper0123
Answer
16 Apr 2013
license:
CPOL
Right-click your setup project in the Solution Explorer and pick "View -> File System".Right-click "File system on target machine" and pick "Add Special Folder -> Custom Folder".Rename the custom folder to "Common Application Data Folder." (This isn't the name that will be used for the...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Access
Getting Window Security Popup for Connecting Server for Window 7
by
hiphopper0123
Answer
16 Apr 2013
license:
CPOL
http://stackoverflow.com/questions/9802095/how-to-stop-annoying-window-security-popup[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Which method is good for bulk mailing smtpServer.SendAsync() or smtpServer.Send()
by
hiphopper0123
Answer
16 Apr 2013
license:
CPOL
http://www.c-sharpcorner.com/uploadfile/sangeeta92/best-technique-of-sending-bulk-email/[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
how to hide the column when it is empty...do not show that record in gridview if column is empty
by
hiphopper0123
Answer
16 Apr 2013
license:
CPOL
protected void grdresult_RowCreated(object sender, GridViewRowEventArgs e) { e.Row.Cells[2].Visible = false; }
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
SQL-Server
Could not use ''; file already in use.
by
hiphopper0123
Answer
16 Apr 2013
license:
CPOL
file already in use means your table from database file is open at the time of database transaction close all the tables from access database.if any of table is open from your database then application throws this exception
General Programming
»
Uncategorised Quick Answers
»
General
C#
Get list of Installed printers using Sharepoint 2010
by
hiphopper0123
Answer
15 Apr 2013
license:
CPOL
http://msdn.microsoft.com/en-us/library/office/bb258177(v=office.12).aspx[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
sharepoint2010
Namespace System.Drawing in not available in ASP.NET project, why?
by
hiphopper0123
Answer
15 Apr 2013
license:
CPOL
add reference of System.Drawing in your application then you can use Drawing namespace for bitmap class for your captcha image
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
marathi language string validation
by
hiphopper0123
Answer
15 Apr 2013
license:
CPOL
may be this can help you [][^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
Export to excel in asp.net
by
hiphopper0123
Answer
15 Apr 2013
license:
CPOL
public static void ExportToSpreadsheet(DataTable table, string name){ HttpContext context = HttpContext.Current; context.Response.Clear(); foreach (DataColumn column in table.Columns) { context.Response.Write(column.ColumnName + ";"); } ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
how to update in edit a textbox
by
hiphopper0123
Answer
15 Apr 2013
license:
CPOL
didnt understand your question but if you want to update column value based on textbox thenSqlCommand sqlcom = new SqlCommand("update tablename set columnname='"+TextBox1.Text+"' where id='"+str_id+"'", sqlcon);
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
how to get a c# login page right after booting
by
hiphopper0123
Answer
15 Apr 2013
license:
CPOL
copy the shortcut of exe to user's startup folder elseif you have created set up of project then in setup project add new folder of startup folder and add shortcut of exe in it
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
VS2008
C#
Visual-Studio
two textboxes when i type text in first textbox it should automatically appear in the second textbox
by
hiphopper0123
Answer
15 Apr 2013
license:
CPOL
use text changed event and set autpostback property to true private void textBox1_TextChanged(object sender, EventArgs e) { textBox2.Text = textBox1.Text; }
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
print functon is not working in c#
by
hiphopper0123
Answer
15 Apr 2013
license:
CPOL
http://msdn.microsoft.com/en-us/library/aa287529(v=vs.71).aspx[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
dropdown and textbox
by
hiphopper0123
Answer
15 Apr 2013
license:
CPOL
txtcolor.Text = ddlcolor.Text;Also check AutoPostback property checkbox of your dropdownlist in designview
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
how to move data of a database which is already retrieved in the textboxes?
by
hiphopper0123
Answer
5 Apr 2013
license:
CPOL
see this
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
connecting visual C# to mysql database
by
hiphopper0123
Answer
4 Apr 2013
license:
CPOL
what operating system are you running and on what bit 32 or 64 if your os is running on 64 bit and if you install connector of 32 bit then it will not show you in the data source connection
General Programming
»
Uncategorised Quick Answers
»
General
C#
2012 version
by
hiphopper0123
Forum Message
4 Apr 2013
please upload for vs 2010
General Discussions
»
Article "Asp.Net Signalr Chat Room"
My vote of 5
by
hiphopper0123
Forum Message
4 Apr 2013
Nice
General Discussions
»
Article "Security : It’S Geting Worse"
My vote of 5
by
hiphopper0123
Forum Message
3 Apr 2013
thnks
General Discussions
»
Article "Calling Silverlight Method From Javascript And Javascript Function From Silverlight"
Page 1 of 2
1
2
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid