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


Author filtered by: arunrv [x]
Question 12 May 2013   license: CPOL
Hi everyone , I am working on a database merging concept in this i am having many of the table column identity (1,1) . Now my problem is while merging the old DB the Id starts from number but not from beginning its then identity seeding by 1 . Now i have create a new table in new DB...
SQL
Answer 11 May 2013   license: CPOL
Hi Mohd Riaz Can you show the code how u have written in web service because you are telling that for the first time its working good but for 2nd time its giving problem so the it may be having problem on web service.
Answer 11 May 2013   license: CPOL
Hi rgboss238, Here is a code how can you hide a print button while printing Print Page function print_page() { var ButtonControl = document.getElementById("btnprint"); ...
Question 4 May 2013   license: CPOL
Hello everyone Hi I am working on a project where the customer has to register through web application after few days a certain alert has to be send to him through SMS or through E-mail which he has provided during registration time .For such alert messages I can use Windows...
Question 28 Feb 2013   license: CPOL
Hello everyone , I am working on a project where there are 3 login pages for different user for that the parameter userID and Password remains the same . For all the 3 separate login pages i need to write validation for each page so i taught of writing a JavaScript file to validate commonly...
Answer 19 Feb 2013   license: CPOL
just need to append a single quot ''' and convert it to varcharhere is the answer'SELECT MemberShipTB.AppNo, MemberShipTB.MemberID, MemberShipTB.Name,...
Question 19 Feb 2013   license: CPOL
Hello every one , I am having problem in fetching data data from another Data base .I am having 2 data base 1.BankingDB2.MarketingDBin this 2 DB i am having a same table MembersTBi.e in banking i am having table MembersTB an also i am having table MembersTB in MarketingDB...
Answer 9 Feb 2013   license: CPOL
Hi, Fine you can take a class create a get and set property in it ,class numericUpdown { public static int NumericUpDownValue{ get; set; }}in userController in numeric updown change event you can set the property value like this numericUpdown.numericUpdownValue =numUpDownBx.value;...
C#
Question 16 Jan 2013   license: CPOL
Hello Everyone, I am working on a Vehicle tracking device.From that device i am getting readings like this 12177784N,076372617E. From this reading I need to do some code processing to get data in this format 12 17.7784 , 076 37.2617 I am getting it If i search in google map for this...
Question 10 Jan 2013   license: CPOL
Hello every one , I am working on a school cab management project where i need to track the vehicle movement . A GPS tracking device is fixed on the vehicle it will be sending latitude and longitude readings frequently . Now my task is to get the location address/name with that...
Question 5 Jan 2013   license: CPOL
Hello every one , I am a software developer working on ASP.Net C# . I am facing problem in creating ASP session when my asp.net web application is deployed in ISS.Here in detail If i run my application through VS software the session id carrying data from Login.aspx to...
Question 17 Nov 2012   license: CPOL
Hello everyone, I am having a DB say DB1 in that i am having an employe Table EmpTable where I maintain employe record and I have set a primary key there .I am having a another DBsay DB2 in that I am having a salary table where all Employe salary will be maintained . Now Instead of...
SQL
Answer 9 Nov 2012   license: CPOL
Create function like thisprivate void txtSerial_KeyPress(object sender, KeyPressEventArgs e){ number_handler(e);}private void txtID_KeyPress(object sender, KeyPressEventArgs e){ number_handler(e);}private void number_handler(KeyPressEventArgs e){ char var...
C#
Answer 8 Nov 2012   license: CPOL
Did you check the script src path . I think it may be having problem in SRC path attribute of the script tag
Answer 6 Nov 2012   license: CPOL
Hope this code may help you . If you want to get only one Table format from Data Base means you can use like this ,If you want to fetch multiple Table means you can use DataSet but for your prob DataTable is enough .string x=textBox1.Text; string y=textBox1.Text; ...
Answer 6 Nov 2012   license: CPOL
Hope this code may help you . If you want to get only one Table format from Data Base means you can use like this ,If you want to fetch multiple Table means you can use DataSet but for your prob DataTable is enough .string x=textBox1.Text; string y=textBox1.Text; ...
Question 3 Nov 2012   license: CPOL
Hello Every one, In my project I want to keep the track of users or Client from where did he logged in . I need to get parameter like IP address , location (latitude,longitude) so how can i get that two parameter in my Web application....1. IP Address2....
Question 30 Oct 2012   license: CPOL
Hello every one I my project I want to declare a temporary table where its columns count changes based on data count .For example if I am having data for first time like this A,B,C,D like this then I want to create column like this Declare @TableName table(name varchar(20),A...
SQL
Question 24 Oct 2012   license: CPOL
Hello every one, In my project I have created a Registration page . When the user fills his application and click submit button I need to redirect to 2 different pages at the same time first is Printing page that i am doing like this ...
Question 17 Oct 2012   license: CPOL
Hello everyone, In my web project i want to print some values on a application form. Means I want to fill the application form taking data from database and print it on application in a particular location (i.e x,y coordinates has to be set). Say for example application form...
Answer 12 Oct 2012   license: CPOL
RectangleHS.NavigateUrl ="javascript:window.open('WebForm1.aspx','Graph','height=600,width=900');"Hope this will help you I have tried its working ............
Answer 11 Oct 2012   license: CPOL
Why cant you store procedure for that1St create a store Procedure like this Here Pass coloum datatypeis varbinary(MAX) in table create procedure [dbo].[SP_Insert](@username varchar(20),@password varchar(20),@Pass varbinary(max))as begin-- Your Insert Query here insert into...
SQL
Forum Message 4 Oct 2012  
Hello Guys, you are doing a good job . I usually travel 3hours every day . So in that time I will open my Android mobile and login to code project and answer to the question which I know. Bef
Question 2 Oct 2012   license: CPOL
Hello everyone, I am working on a banking sector project for that I have to redirect to loging page to home page with secure manner so can anybody tell how can I implement Https in .aspx page in my project . If explanation is in depth it s good . So can anyone suggest any link ,...
Question 29 Sep 2012   license: CPOL
Hello every one , I am working on a project where a customer has to book a property then the agreement will be there in that property.For that both payment is done through cash or Cheque so i am maintaining both booking payment and agreement payment in one table its self . and i have...
Question 24 Sep 2012   license: CPOL
Hello everyone, In my project I want to write logout code which will work on any browser . My problem is when I login into my home page I am creating session . So in each and every page i am going to check weather session count is there (Session.Count>0) if session...
Answer 14 Sep 2012   license: CPOL
Add Sub Mul Div ...
C#
Answer 14 Sep 2012   license: CPOL
http://www.mal...
Answer 11 Sep 2012   license: CPOL
You can use Iframe tag in HTML5 fallow this link http://www.w3schools.com/html5/tag_iframe.asp[^]http://www.roseindia.net/tutorial/html/html5/HTML5iFrameTag.html[^]Hope it may help you...
Answer 7 Sep 2012   license: CPOL
DataTable objDataTableReceiptDetails = new DataTable(); objSiteRegistrationBLL.SiteGetReceiptDetails(objSiteBookingDTO, ref objDataTableReceiptDetails); string table = ""; for (int i = 0; i
Answer 13 Aug 2012   license: CPOL
See this link it may hepl youhttp://stackoverflow.com/questions/9971309/session-timeout-on-server-side-in-asp-net-c-sharp[^]
C#
Question 10 Aug 2012   license: CPOL
Hello every one,I am facing problem in loading my banner image into my .aspx page.Here is the problem i have create a separate folder in my project for CSS and Imagesits like this ../CSS/Director/Director.css and image is stored in ../Image/Director/Image .bg_header{...
Question 20 Jul 2012   license: CPOL
Hello everyone , I am going to develop an application to take screenshots and save it when ever user clicks on the or open the forms on system tray. Consider that i am having 4 task bar (MS Paint,MS Word,Visual Studio,Firefox) think that all the 4 applications are running ...
Answer 21 Apr 2012   license: CPOL
protected void Button1_Click(object sender, EventArgs e) { //Start record mciSendString("open new Type waveaudio Alias recsound", "", 0, 0); mciSendString("record recsound", "", 0, 0); }protected void Button2_Click(object sender, EventArgs e) {...
C#
Question 11 Apr 2012   license: CPOL
Hello every one , I am having an EXE in "C:\\Program Files\\Veritas\\NetBackup\\Bin\\admincmd>bpdbjobs.exe"it writes some text output ...Now i need to take that output text and write it into a text file . For that i am using this command "C:\\Program...
C#
Question 8 Apr 2012   license: CPOL
Hello every one I am facing a problem in MVC2 to diaplay the Data Base record on the view page . I am having a Product model like thispublic class ProductDetails:IEnumerable { [Required (ErrorMessage="Product name required")] public string ProductName { get;...
Answer 7 Apr 2012   license: CPOL
Its not possible to call both the click event at same time . Here 1st client onclick will be executed (OnClientClick) the return of javascript also effects on it . If the return type is false from the javascript then the "onclick" event does not execute it .So check weather the javascript...
Question 3 Apr 2012   license: CPOL
Hello every one I am doing a project where i need to insert data into DB using Store Procedure in Linq. I am getting the store procedure name in Linq class . The store procedure is used for inserting a data into DB. So now my problem is How can i call that Store Procedure and pass...
Answer 12 Mar 2012   license: CPOL
In order to access comport you need to have namespaceusing System.IO.Ports;then in button click event write this{then need to create an object for serial port like thisSerialPort obj = new SerialPort("COM1");//But be shore that the bardrate matches between hardware and computer...
VB
Answer 12 Mar 2012   license: CPOL
In order to access comport you need to have namespaceusing System.IO.Ports;then in button click event write this {then need to create an object for serial port like this SerialPort obj = new SerialPort("COM1");//But be shore that the bardrate matches between hardware and computer...
VB
Question 9 Mar 2012   license: CPOL
hello every one I one of my asp.net application i want to display the txt file content into textbox. So how can i do it i search in internet i got this codeI took a script tag and place this codefunction read() {// var file = fopen(getScriptPath("a.txt"), 0);// var ...
Answer 8 Mar 2012   license: CPOL
Hay vins555you have the option to delete the child record when parent record is deletedIt simple while giving relation between two table you give the relation as cascade That's all when u delete the parent record it automatically deletes the child record Hope it will help you.....
Question 7 Mar 2012   license: CPOL
Hello every one can anybody tell what is the difference between Thread.sleep() and Thread.join()Here i am doing some simple application static void Main(string[] args) { Thread th = new Thread(new ThreadStart(startAnew)); th.Start(); // th.Join(3000); ...
Answer 10 Feb 2012   license: CPOL
select distinct (DESTINATION) from BUS AVAILABILITY WHERE SOURCE =@SOURCEfor more to know about SQL queries visit the website "WWW.W3Scgools.com"hope this may help you
Question 7 Feb 2012   license: CPOL
Hello every one I am working on a networking project . So in this project i am using sockets to carry data from one system to another . For this the "Fire wall " has to be turn Off else it wont accept data send by one system to another one . For that i want to turn...
Answer 1 Feb 2012   license: CPOL
ClientScript.R...
Answer 30 Jan 2012   license: CPOL
You can apply CSS to gridview Hope this link may help youhttp://atashbahar.com/post/GridView-makeover-using-CSS.aspx[^]http://www.cyberslingers.com/weblog/post/ASPNET-GridView-Themes.aspx[^]http://www.csharpaspnetarticles.com/2009/07/scrollable-gridview-fixed-headers-asp.html[^]
C#
Question 26 Dec 2011   license: CPOL
Hello every one I am doing a project based on web management where a user send his source and destination place .Based on that i need to calculate the total distance of journey and generate bill based on that .So now i am trying to 1st get the latitude and longitude of source and then...
Answer 21 Dec 2011   license: CPOL
Use this string a=Form1.Combobox1.Text; //Here you will get the selected text that you have choose in comboBox //Hope this will help youthen you can assign the 'a' variable to your search class
C#

Page 1 of 3
1 2 3


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