9,869,444 members (30,506 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*
175 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 4
Page Size:
10
·
25
·
50
Author filtered by: baskaran chellasamy
[x]
cannot able to open msaccess in sqlserver
by
baskaran chellasamy
Question
13 May 2013
license:
CPOL
Hi friends when convert ms access database into sql server database using sqlserver importdata the following error is occured. The Workgroup information file is missing or opened exclusively by another user.but i did not open MsAccess file any where in the system while...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
error in connection string
by
baskaran chellasamy
Question
13 May 2013
license:
CPOL
Hi friends The following is my code for connection stringstring sProvider = "Data Source=.;Initial Catalog=" + sDBName + ";UserID=sa;Password=" + sPassword; CN.ConnectionString=sProvider;CN.Open();The error is Keyword not supported: 'userid'
General Programming
»
Uncategorised Quick Answers
»
General
C#
could not able to copy 'obj\debug\ project.exe to bin\debug\project.exe
by
baskaran chellasamy
Question
13 May 2013
license:
CPOL
Hi friends I have two issue in my project.1.Error143Could not copy "obj\Debug\LibrarySystem.exe" to "bin\Debug\LibrarySystem.exe". Exceeded retry count of 10. Failed.2.Error144Unable to copy file "obj\Debug\LibrarySystem.exe" to "bin\Debug\LibrarySystem.exe". The process cannot access...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
cannot able to convert ms access database to sql server database
by
baskaran chellasamy
Question
12 May 2013
license:
CPOL
Hi friends I have tried to convert ms access database to sql database.but i could not able to done it successfully. the below methods are i have been using so for1.from sql server 2008 i created a empty database and try to import data from task but it shows cannot start your...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
my vote is 5
by
baskaran chellasamy
Forum Message
11 May 2013
This is the excellent article ever i read :)
General Discussions
»
Article "Soap Web Services: Create Once, Consume Everywhere"
can we convert the language that is used in windows form
by
baskaran chellasamy
Question
10 May 2013
license:
CPOL
hi friends I have download one sample windows application. but all module name has written in different language (i think uruthu).can we change that into english in windows form Thanks for advance
General Programming
»
Uncategorised Quick Answers
»
General
C#
designer class not available for code behind file in aspx page
by
baskaran chellasamy
Question
10 May 2013
license:
CPOL
Hi friends I have aspx file with aspx.cs file but aspx.designer.cs is not available, so all the controls not visible in code behind file because of not intialization. how can create a designer file for that particular aspx.cs file. Thanks
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
how to use count in a storedporcedure
by
baskaran chellasamy
Question
7 May 2013
license:
CPOL
Hi friends, The following is my table value for customerdetailsCustId CustName BookingDate Noofseats RowName111 Rajkumar 2013-05-08 00:00:00.000 5 A 112 palani 2013-05-08 00:00:00.000 8 A and my query is alter procedure...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
how to set roll number for student
by
baskaran chellasamy
Question
3 May 2013
license:
CPOL
hi friends I am doing school management projects. in that i want to set roll number for student and allocate the student for section of a class. here my doubt is class may have more section.like first class has three section.how can set roll number for students of a particular...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
error to run web application in iis8 in windows application
by
baskaran chellasamy
Question
30 Apr 2013
license:
CPOL
Hello friends I cannot able to run web application in iis8. it show access denied.401.3 You do not have permission to view this directory or page using the credentials you supplied (access denied due to Access Control Lists). Ask the Web server's administrator to give you access to...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
Re: adding voice chat to easy talk chat application
by
baskaran chellasamy
Forum Message
28 Apr 2013
I am new web service. please tell me to how to run this web service application.step by step. 4 folder available here. how to run each one. please help me.
General Discussions
»
Article "Chat Application Using Web Services In C#"
how to run all these four application
by
baskaran chellasamy
Forum Message
28 Apr 2013
Hi i am very new to webservice. i would like to study webservice based on your chat application. In this i have a four folder 1.chat client,2.chat service,3.chat setup 4. chatTesting. how can run
General Discussions
»
Article "Chat Application Using Web Services In C#"
what is the method need to use in combobox to get all related data based on first letter enter
by
baskaran chellasamy
Question
28 Apr 2013
license:
CPOL
Hi friends what is the method for getting all related value when typing a single letter in the combobox like in google search.
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
how to show string value in datagridview cell.
by
baskaran chellasamy
Question
25 Apr 2013
license:
CPOL
Hi friends This is the code i just assign to cell of datagridview.timetablegrid[column, row].Value = teachername + roono;here teachername and roono is the string. it does not show this string.please tell me how can show that string in particular cell. Thanks
General Programming
»
Uncategorised Quick Answers
»
General
C
C#
C#4.0
how can set datagridviewlinklabel to all cells in the datagridview
by
baskaran chellasamy
Question
25 Apr 2013
license:
CPOL
hi friends I have datagridview in windows application, in that i want to set all the cell with datagridviewlinklabel.that datagridview is dyanamically resizable based on the row and column size.
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
row header text problem not able to solve
by
baskaran chellasamy
Question
23 Apr 2013
license:
CPOL
Hi friends i have develop two windows form .in first form the code for add row and column and set the rowheader text. the code is below DataTable dt = new DataTable(); for (int i = 0; i
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
problem on datagridview rowheader value not visible
by
baskaran chellasamy
Question
23 Apr 2013
license:
CPOL
Hi friends This is my complete code for timetable design format using datagridview. DataTable result= userdao.getdateanddayfortimetable1(comp); DataTable period = userdao.getperiodfortimetable(); int periodcount = period.Rows.Count; ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
how to set row header and column header in datagridview
by
baskaran chellasamy
Question
23 Apr 2013
license:
CPOL
Hello friends the following is my code for binding datatable value to datagridview and in that i have two datatable value 1.period and 2.result. and based on the column and row of these datatble count value i have created the datatable. but i want to set the datagridview column header text...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
index out of range error
by
baskaran chellasamy
Question
23 Apr 2013
license:
CPOL
Hi friends,this is my code for setting gridview columnheader and rowheader. for (int k = 0; k
General Programming
»
Uncategorised Quick Answers
»
General
C#
how to create a query for following format
by
baskaran chellasamy
Question
23 Apr 2013
license:
CPOL
Hi friends the following is the actual format in table period_detailsPeriodNo StartTime EndTime1 09:00 10:002 10:01 11:003 11:10 12:104 12:11 01:105 02:01 03:006 03:01 04:00L 01:11 02:00but i want to select as...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
datatable not return correct row and column
by
baskaran chellasamy
Question
23 Apr 2013
license:
CPOL
Hi friends The following is my code for generating datatable based on the rows and columns DataTable result= userdao.getdateanddayfortimetable1(comp); DataTable period = userdao.getperiodfortimetable(); int periodcount = period.Rows.Count; ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
sql server connection problem
by
baskaran chellasamy
Question
21 Apr 2013
license:
CPOL
hi friends I am using mssql server 2008 and when i working with this sometime this sqlserver stopped automatically. and every time i want to go to sqlserver configuration manager to start a service. i dont know what is the problem.how to fix this error?
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
Failed to add a service. Service metadata may not be accessible. Make sure your service is running and exposing metadata.
by
baskaran chellasamy
Question
13 Apr 2013
license:
CPOL
Hi friends the following is my web config file in .net4 webservice project ...
General Programming
»
Uncategorised Quick Answers
»
General
WCF
Error while adding controller class:error in scaffolding option.
by
baskaran chellasamy
Question
8 Apr 2013
license:
CPOL
Hi friends I am new to mvc.when i add controller class the error occurs when select scaffolding option for model class. the error is Unable to retrieve metadata for 'MvcMovie.Models.Movie. Unable to find the requested .Net Framework data provider.It may not be installed
General Programming
»
Uncategorised Quick Answers
»
General
MVC3
problem in html form action method in mvc
by
baskaran chellasamy
Question
1 Apr 2013
license:
CPOL
Hi friends the following is my learning example for mvc. In controller class two methods 1.fillcustomer for filling data 2.Displayresult method for display. public ActionResult Fillcustomer() { return View(); } public ActionResult...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
error in deploying web application
by
baskaran chellasamy
Question
26 Mar 2013
license:
CPOL
Hi friend This is an error occurred when deploying the web application by publishing the application.Error 21 Web deployment task failed. (There was an error reading IIS configuration schema from 'C:\Windows\system32\inetsrv\config\schema\'.) 0 0 trainingsiteAcutally i...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
send email in contact us form
by
baskaran chellasamy
Question
23 Mar 2013
license:
CPOL
Hi friends The following is my code for sending email in contact us page of my website. System.Net.Mail.MailMessage msg = new System.Net.Mail.MailMessage(); msg.From = new MailAddress(emailid.Text); msg.To.Add("baskey86@hotmail.com"); ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
how can find code for built in class in .net assembly
by
baskaran chellasamy
Question
20 Mar 2013
license:
CPOL
Hi friends, The following code is code i got it from meta data for Object class.I want to know where is the place the functions are implemented. for example where is the place "public virtual bool Equal(Object obj)" method is implemented.like this class all other built in class has...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
error in sending email
by
baskaran chellasamy
Question
20 Mar 2013
license:
CPOL
Hi friends actually i found smtp address by typing ping smtp.server.com.in command prompt. that adddress is 216.69.186.201. and my code for sending email is MailMessage Msg = new MailMessage(); // Sender e-mail address. Msg.From = txtFrom.Text; ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
How can find my smtp ip address for sending email
by
baskaran chellasamy
Question
20 Mar 2013
license:
CPOL
Hi friends I am just try to send email from my system using c# code. but i dont know my remote smtp ip address. without know this smtp ip address, i cannot send email.please tell me how can find my system smtp address/ Thank you
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
Is it possible to add c# code in html design.
by
baskaran chellasamy
Question
18 Mar 2013
license:
CPOL
Hi friends, I want to send email using html page.not using aspx page.but i would like to use some c# code for sending email in html design.
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
HTML5/CSS
error in return the output parameter value in c# code
by
baskaran chellasamy
Question
22 Feb 2013
license:
CPOL
Hi friendspublic string deleteapplicationfromstage11(business.Commonpropertis proper) { string storedprocedure = "sp_deleteapplicationfromstage1"; SqlParameter[] param = new SqlParameter[2]; param[0] = new SqlParameter("@applicationnumber",...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
C#
C#4.0
what is the error in this stored procedure
by
baskaran chellasamy
Question
21 Feb 2013
license:
CPOL
Hi friends The above is my stored procedureALTER procedure [dbo].[sp_deleteapplicationfromstage1](@applicationnumber int, @message varchar(100) out )asbegindeclare @admissionnumber intselect @admissionnumber=AdmissionNumber from School.dbo.StudentAdmission_details where...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
How to reload the row after cancelling the delete the row using Delete key in gridview
by
baskaran chellasamy
Question
19 Feb 2013
license:
CPOL
Hi friends This is my code for deleting row of data in datagridview.private void appdatagrid1_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Delete && appdatagrid1.CurrentRow.Selected) { DialogResult result =...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
how to disable automatically increment row in datagirdview
by
baskaran chellasamy
Question
18 Feb 2013
license:
CPOL
Hi friends I have datagridview,when i add data to gridview then it automatically add extra final row.I want to disable this row. how can do it. Thanks for advance
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
combobox selected index changed event
by
baskaran chellasamy
Question
17 Feb 2013
license:
CPOL
Hi, I have two comboboxes. combobox1 values 1000 1001 1002 1003 1004 combobox2 values 1000 1001 1002 1003 1004 Now I want to select data from database based on the two combobox value.For example combobox1 = 1001...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
how to select the entire row in cell click event
by
baskaran chellasamy
Question
16 Feb 2013
license:
CPOL
Hi friends In datagridview cell_click event how can select entire row by selecting a single cell. By this code we can select row. datagridviewrow row=datagridview.rows[e.rowindex].but clicking a cell, i want entire cell of row is selected with selected color
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
How to set the child form in parent form with full screen size
by
baskaran chellasamy
Question
15 Feb 2013
license:
CPOL
Hi friends I have one parent form with menustrip control and lot of child form. when i click child form it open as a small window inside the parent form. but i would like to open all child window with same width of parent form.here i maximize the form to windows size. but i want to ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
sql database not available in visual studio test connection
by
baskaran chellasamy
Question
13 Feb 2013
license:
CPOL
HI Friends I have installed visual studio 2010 and sql server 2008 .in seperate both are working fine.but when i try connect sql server from visual studio by using connect to database, I am not able to retrieve sql server and database. I tried with my best. but still i am not able get...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
VisualStudio2010
database could not be restored
by
baskaran chellasamy
Question
12 Feb 2013
license:
CPOL
Hi friends I have a backup database name called bas1 from database(user-pc\mssqlserver11) and the pc user name is use-pc. now i have another server name called (local)(Sql-server-10.0.1600-saravanan\ramanan) in another pc. now when i restored into this server.it doesnt restored.how can i...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
sql server installing problem problem in windows 8
by
baskaran chellasamy
Question
12 Feb 2013
license:
CPOL
Hi friends, when i am going to install sql server 2008 in windows 8. the error shows as not compatable. what can i do
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
how can design crystal report for billing format
by
baskaran chellasamy
Question
4 Jan 2013
license:
CPOL
Hi friends I am developing report for billing in crstal report. In detail section i want to set table for separating each column. how can set that. please send any model like this. Thank you
General Programming
»
Uncategorised Quick Answers
»
General
CrystalReports
roll number in crystal report as numeric value
by
baskaran chellasamy
Question
4 Jan 2013
license:
CPOL
hi friends In Crystal report Rollno show like numeric value. for example 12130100 is an int in sql server. so in dataset i set int32 datatype. in output of crystal report it show like 12,130,100. how can chgane like 12130100 Advance thanks
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
CrystalReports
how can solve this error
by
baskaran chellasamy
Question
4 Jan 2013
license:
CPOL
hi friends, This is my code for crystal report. int rollno = Convert.ToInt32(textBox1.Text); CrystalReport1 report = new CrystalReport1(); DataSet1 data = new DataSet1(); System.Data.SqlClient.SqlConnection sqlcon; string config...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
error in comboboxselectedindexedchangedevent in c#
by
baskaran chellasamy
Question
2 Jan 2013
license:
CPOL
Hello friends, this is my code. private void comboBox2_SelectedIndexChanged(object sender, EventArgs e) { comp.CLASSID = Convert.ToInt32(comboBox2.SelectedValue.ToString()); comp.ACADAMICYEAR = textBox1.Text; List result =...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
what is the error in the stored procedure
by
baskaran chellasamy
Question
1 Jan 2013
license:
CPOL
Hi friends This is my stored procedure alter procedure sp_getstudentforsearchbyrollno(@rollno int)asbeginselect sar.AdmissionNumber,ra.RollNumber,sa.StudentName,cn.Standered_name,sn.Section_name from School.dbo.StudentRollNumberAllocation_details ra join ...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
how can change the column name of datagrid at runtime
by
baskaran chellasamy
Question
28 Dec 2012
license:
CPOL
Hi friends, This is my storedprocedure. ALTER procedure [dbo].[sp_getmarkforclass](@classid int,@examname varchar(30))asbegindeclare @paramlist varchar(max),@query nvarchar(max),@examid intselect @examid=ExamId from ExamNameSetting_details where...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
what is the error in the stored procedure
by
baskaran chellasamy
Question
27 Dec 2012
license:
CPOL
Hi friends, This is my queryalter procedure sp_getmarkforclass(@classid int,@examid int)asbegindeclare @paramlist varchar(max),@query nvarchar(max)set @paramlist=STUFF((select distinct ',[' + SubjectId + ']' from School.dbo.Mark_details for xml path('')),1,1,'')--print...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
what is the error in the pivot query
by
baskaran chellasamy
Question
18 Dec 2012
license:
CPOL
Hi friends, The following is my pivot table query.select * from (select StudnetAdmissionNumber,23011 as Tamil,23012 as English,2013 as Maths,2014 as Science,2015 as SocialScience from Mark_details)x pivot (max(MarkObtained) for SubjectId in...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
which method is for following query in sql server
by
baskaran chellasamy
Question
18 Dec 2012
license:
CPOL
Hi friends, A) mark details table contain following column 1.markid, 2.Examid,3.subjectid,4.admissionnumber,5.markobtained,6.classid 7.mark B) Subject_registration contain 1.subjectid 2.subjectname and etc. C) class_details contain ...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
Homework
NoEffort
Page 1 of 4
1
2
3
4
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid