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


Author filtered by: Member 8233601 [x]
Question 13 May 2013   license: CPOL
Hi,I just want to know what the different ways to generate reports in asp.net.
Question 9 May 2013   license: CPOL
ALTER proc [dbo].[Sp_Update_OPD_Docket]@Docket_no varchar(50)asDeclare @active tinyintset @active=select IsActive from tbl_OPDappointment where Docket_no=@Docket_noif (@active3)BEGINupdate tbl_OPDappointment set IsActive=3 where Docket_No=@Docket_noENDi just want to assign...
Question 20 Mar 2013   license: CPOL
Hello,I am working on payroll system. I have completed with project. now what i want is to run the setup from pen drive. As we see whenever we plug modem all the driver get installed without any user interaction. same thing i want with my application exe. I put my application setup in pen...
Question 27 Jan 2013   license: CPOL
Hi,I am stuck with a problem pls try to solve. In my project i have to arraylist whose size may or may be not same. I want to add elements of the two arraylist i.e arr1[0]+arr2[0],arr1[1]+arr2[1].My problem is if the size of two arraylist is different then how it add the elements which is...
Question 19 Dec 2012   license: CPOL
Hi,I forget my sql server 2005 password and i dont know how to retrive password in sql server. my server name is '.' , Authentication Mode is 'sql server authentication' login is 'sa'
Question 26 Nov 2012   license: CPOL
Hi, I have created a website. In this website i have given a link to download project. Now i want that when user click on that download link selected project(exe)get start downloading...Please provide me all the steps i am in urgent need. Any help will be highly thankful.........
Question 16 Sep 2012   license: CPOL
Hi, I have a datagridview with three column i.e. Quantity,rate,total. Now i want that when i edit quantity or rate of any row total value of that particular row get changed.plz guys help me out i m need.....
Question 12 Sep 2012   license: CPOL
my requirement is to add a node in the Treeview control under parent control i.e parent name is given by combobox and child name is given by textbox.on load of page treeview is shown with three parent node. Now user select the parent node from combobox and wirte child node name through...
Question 24 Aug 2012   license: CPOL
Hi, plz tell me hw to save all the checked item of checkbox list. I never used checkbox list ever before...
C#
Question 23 Aug 2012   license: CPOL
Hi, can any one help me to show whether caps and num lock is on or off if i press caps button and num button. thnx in advance..
Question 22 Aug 2012   license: CPOL
I want to avoid my child form from appearing many times when a user tries to open the child form which is already open in MDIParent. the same Child Form Opens and I can see two child form are in MDI.The following code solve this problempublic partial class Home : Form {ShopMaster...
Question 21 Aug 2012   license: CPOL
Hi, I am using access2003 database(.mdb) and i want to share it so that other developer can add,delete and update tables of my database.four of us want to work on different form independently. so plz provide solution....
Question 17 Aug 2012   license: CPOL
Hiiii to all i have completed my windows application. I created the setup of my project but when its setup runs,it shows an error in my first form.Actually i am using acess2003 database as a local database. and uses the following connection string OleDbConnection con = new...
Question 16 Aug 2012   license: CPOL
hi, can anyone help me to create gridview at runtime. on click of List button i want to hide all the other controls of form and add one gridview progammatically... thnx in advance..
Question 8 Aug 2012   license: CPOL
Hi, Just now i m working on mock test project. This application is shared by multiple user at the same time. now as i m new to this type of project can any one help to carry out this project. Actually i dont know how each candidate work with distinct candidate_id at the same time. there is lots...
Question 31 Jul 2012   license: CPOL
Hi, i am working on web application. I am using visual studio 2008 as ide and sql server 2005 as database. i used Microsoftreportviewer to print the report. it work fine at localhost but when it's uploded on server it shows the following error: Document is not found on the server. so plz anyone...
Question 30 Jul 2012   license: CPOL
Hi I have a problem on uploading microsoftreportviewer.protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { roomno = Request.QueryString["RoomNo"]; id = Request.QueryString["id"]; ...
Question 23 Jul 2012   license: CPOL
hi i want to change background color forecolor on mouse hover as we did in normal website but i want to do this in my winform..
Question 21 Jul 2012   license: CPOL
how to run the function of random number generation after every 15 minutes of server time.
Question 21 Jul 2012   license: CPOL
hello, i want to generate random number and image at different time interval.Actually i am working on lottery web app.This app required that random number and image will be generated at different time interval.we also enable admin to carry out this process automatically or manually.
Question 15 Jul 2012   license: CPOL
I am all done with my winform application.now i want to deploy on target machine.I use sqlserver2005 as database and visualstudio2008 IDE. so need a proper way to deploy the project. I already created setup of this project but how can i include database ...
Question 11 Jul 2012   license: CPOL
Hi to aa the master of c#. i want to change color of furniture at runtime.In my winform i have to show furniture image and user wana change color of furniture at runtime. I dont any idea how to accomplished this plz help me out.... let me explain in deep. Suppose we have an image of chair and we...
Question 27 Jun 2012   license: CPOL
I wana create setup of my school project. I have a bit of confusions with creating shortcut on target pc. Is it necessary to set AlwaysCreate property of Application folder and User's desktop.
Question 14 Jun 2012   license: CPOL
Hello everyone i just want to know hoe to print form in c# winform. Actually i want to print other form on click of print button. let me explain in detail....I have two forms i.e. form1 and form2. now on form1 i have given print button and on the click event of this button form2 get printed as...
Question 8 Jun 2012   license: CPOL
I have completed my web application in visual; studio 2010 and uses sql server2008 as database. now i want to host in over internet. can anyone help me out......thnx
Question 3 Jun 2012   license: CPOL
when i run my windows application i got the following error:Error while trying to run project:could not load file or assembly "demo" or one of its dependencies.The module was expected to contain an assembly manifest.
Question 24 May 2012   license: CPOL
I want to create setup of windows application which was built in visual studio2008 in c# and MS Access as database.I kept this database in datadirective i.e inside bin where exe of project is created.when i created the setup it doesn't work.Error is database was not found... so plz provide me...
Question 8 May 2012   license: CPOL
Hi,I would like to increase the number of expiry days in trial maker example.Trialmaker example is posted by hamid at this link: Application Trial Maker[^] but i am facing problem in performing this task and one more this can u help me to read and edit softwarelocker dll.
how to change trail duration by Member 8233601
Forum Message 7 May 2012  
Hi first of all thanks for such a great piece of work. now i want to know how can i change the trail duration and what to input in Identifier.
Question 5 May 2012   license: CPOL
private void button1_Click(object sender, EventArgs e) { string bkcode = ""; string bname = ""; string publisher = ""; string author = ""; string adate = ""; string price = ""; string rack = "";...
Question 3 May 2012   license: CPOL
I have created my project in C# with MS Access2003 as database. can anyone help me to create setup which is valid for 10 days only after that it get expire.Actually i want to give demo of my project i.e trail version...
Question 27 Apr 2012   license: CPOL
In my first form i am taking student detail with their image. using following codes:To browse image..private void button2_Click(object sender, EventArgs e) { try { OpenFileDialog of = new OpenFileDialog(); ...
Question 22 Apr 2012   license: CPOL
how to make a single column of griddview readonly.I am showing gridview at runtime i.e after user selct items from combobox...
Question 17 Apr 2012   license: CPOL
I have two combobox i.e combo1 & combo2 for selecting class and section respectively.i want to show subjects of that particular class and section which are selected by the given two combobox.I am retriving subjects from Access2003 database.for i did the following code section...
Question 16 Apr 2012   license: CPOL
Hi all,Please help me in solving following query:I want to update table at backend in database throughmakeing changes in datagridview.What I want is, when User makes changes in datagridview and clicks save or update button, the changes which are made in datagridview should get...
Question 10 Apr 2012   license: CPOL
I have following code to show data in gridview:private void panel4_Click(object sender, EventArgs e) { try { OleDbDataAdapter adpt = new OleDbDataAdapter("select Stu_name as 'Name' ,Stu_class as 'Class',Stu_roll as...
Question 10 Apr 2012   license: CPOL
i want to add a column at runtime with each row of column consist of checkbox in winform.i am using msacess2003 as backend and visual studio2008.
Question 8 Apr 2012   license: CPOL
I am using the following code to insert form data into MSAcess2003 database: private void button1_Click(object sender, EventArgs e) { try { OleDbConnection conn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=...
Question 8 Apr 2012   license: CPOL
i am developing my project in visual studio2008 & i have form where i am browsing image into picturebox and save it into access2003 database.plz tell me the complete procedure how to accomplish this.
Question 6 Apr 2012   license: CPOL
I am working on School management project.i wana use MS Access2003 as backend and using visual studio2008 with c# for coding.can anyone plz tell me the complte procedure(setp by step).
Question 5 Apr 2012   license: CPOL
plz tell me what is the difference between local database and server database.Actually in my previous project i have created database on sql server2005 and but now i need to create local database.I also want to know what is local database(.sdf) and service based database(.mdf)
Question 4 Apr 2012   license: CPOL
i m using visual studio 2008 and MS Access2007 as database.i dont know how to insert,update,edit and delete using c#.
Question 30 Mar 2012   license: CPOL
i want to deploy my application on client pc.i have developed my application in visual studio2008 using c# and sqlserver as database.i have included framework3.5 in setup file but i want to deploy my application with framework and database file.please tell me how to include database,framework in...
C#
digit roundoff by Member 8233601
Forum Message 30 Mar 2012  
i have a float type of variable i.e float t1=200.36 and t2=300.62. now i want to roundoff these two variables to their nearest degit. I want to show the information like this: t1=200.36 roundoff=
Forum Message 29 Mar 2012  
i m all done with is problem.Thanks all 4 der precious suggestion.
runtime change into database by Member 8233601
Forum Message 27 Mar 2012  
i have four radiobutton and a button.first i m selecting item through radiobutton and adding items into textbox on button click_event.now i want that item which are shown in textbox can be edited and

Page 1 of 1


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