Click here to Skip to main content
Page 1 of 4
Page Size: 10 · 25 · 50


Author filtered by: baskaran chellasamy [x]
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...
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'
C#
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...
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...
my vote is 5 by baskaran chellasamy
Forum Message 11 May 2013  
This is the excellent article ever i read :)
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
C#
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
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...
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...
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...
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.
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
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.
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
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.
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
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; ...
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
C#
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...
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; ...
Question 13 Apr 2013   license: CPOL
Hi friends the following is my web config file in .net4 webservice project ...
WCF
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
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...
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...
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"); ...
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...
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; ...
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
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.
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",...
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...
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 =...
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
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...
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
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 ...
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...
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...
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
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
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
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...
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 =...
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 ...
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...
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...
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...
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 ...
how to stop focus on control by baskaran chellasamy
Question 18 Dec 2012   license: CPOL
Hi friends, The below is my code. private void comboBox7_SelectedIndexChanged(object sender, EventArgs e) { if (radioButton2.Checked == true) { comp.CLASSID = Convert.ToInt32(comboBox2.SelectedValue.ToString()); ...
table creation for mark entry by baskaran chellasamy
Question 16 Dec 2012   license: CPOL
Hi friends, I am developing school management system.In that i want to design a table for mark entry.here I am struggling because each class has different in subject name and no.of subject.for example upto highschool they have only 5 or 6 subject but in higher secondary school level...

Page 1 of 4
1 2 3 4


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