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


License filtered by: The Code Project Open License (CPOL) [x]
Article 14 May 2013   license: CPOL
.NET library to call server side method from JavaScript.
Question 14 May 2013   license: CPOL
I have three forms-login, registration and home. Lets say an user A click login button, a new form home opens with textbox where he write something. Similarly another user B login and write. Now i want to display that form with text that was last written by either user A or B. How to do that?
Answer 14 May 2013   license: CPOL
The problem is most likely related to your connection string. You can check for that by trying to connect to the databaseSqlConnection conn = new SqlConnection(connString);conn.open();conn.close();If the above code throws an exception then indeed it is your connection string. You can try...
Answer 14 May 2013   license: CPOL
ok i solved this problem by below code:code behind: protected List objListItems = new List();and in javaScriptalert('')alert('')
Article 14 May 2013   license: CPOL
This article presents a step-by-step guide for the implementation of a UserControl named SliderControl.
Answer 14 May 2013   license: CPOL
ok sir thanks..........................................................
PHP
Question 14 May 2013   license: CPOL
How do I install Windows on a tablet with Android OS؟
Question 14 May 2013   license: CPOL
Hello, I have a very important project, which is a monitor in the computer operationsThe project is show if the window has been opened a new operation.I used this code in formLoad event: For Each p In Process.GetProcesses old_list.Items.Add (p.ProcessName) ...
Answer 14 May 2013   license: CPOL
Although your formulation is quite vague, I will try to answer: yes and no.It depends how do you implement sms sending. Using a concrete mobile phone for such task is rarely a good option. Such a device has a narrow throughput. Using a phone can be a starting point but rarely a production...
PHP
Answer 14 May 2013   license: CPOL
https://www.google.com/search?q=how+to+develop+a+RMI+with+ehcache[^].
Question 14 May 2013   license: CPOL
Hello,I would like to ask how to get connection in WorkflowConsoleApplication with database which is created in SQL Server 2005.I am trying with these command line but its do not work.In Program.cs:const string connString = "Initial Catalog=kino;Data...
Technical Blog 14 May 2013   license: CPOL
An introduction to design patterns
Answer 14 May 2013   license: CPOL
You have not specified the programming platform. But according to your formulation, I suppose you use c++. So you can start here: InterSpy - An integrated Windows message trace and filter utility[^]
Question 14 May 2013   license: CPOL
I have the following code in VB6. How can I re-write this in VB.net?Structure selectStruct Dim name As String 'name of menu Dim options(0 To 300) As String 'the options in the select/combo Dim selected As Integer 'the number of the option which is selected Dim size As...
VB6
Question 14 May 2013   license: CPOL
I want to know that is this possible that if i make a web in php which can can sms only not to receive but the source of sending SMS means the API or Bulk sms server is my mobile phone means when i attach my mobile phone in my computer my website will able to send sms and when i remove my mobile...
PHP
Answer 14 May 2013   license: CPOL
Hi,Try this:public class Main { public static void main(String[] args) { String initialString = "line1\nline2\nline3"; System.out.println(initialString); System.out.println(); // Get each line of your initialString String[] eachString =...
Question 14 May 2013   license: CPOL
how to develop a RMI with ehcache ... with netbeans
Question 14 May 2013   license: CPOL
Is it possible to intercept messages which are being sent to a window. I have a 'messages' window running on my PC which receives text strings upon certain events and I would like to intercept these messages with a separate application in case I need to take some action. I can get a HWND for the...
Question 14 May 2013   license: CPOL
Hello Everyboy !i want deploy my application c# with mysql database so i dont know can i do it whith method clickOnce.my database is installed in xampp server and i'm connecting from my applicationso how can deploy mySQL Server database with c# application and Creating MySql...
Answer 14 May 2013   license: CPOL
Yes, you are posting in the wrong forum. But to answer your question the reason it is slanted toward Windows development is because the vast majority of users are windows developers. I would have thought that fairly obvious.Perhaps you should try visiting the site as you must have done to...
Question 14 May 2013   license: CPOL
H,I am trying to display logged in user and the roles which user is involved.function UserName() : String;varUser : Pchar;i:DWORD;begin i:=1024; user:=StrAlloc(Succ(i)); if GetUserName(User, i) then Result := StrPas(user) else Result := 'unknown';end;With...
Answer 14 May 2013   license: CPOL
I have solved this!I am so embarrassed that I had to actually post a question like this!The problem was in coordinates passed to the child's CreateWindow() function.I have calculated the positioning of a child static control related to main window's coordinates, so I have passed 300...
C++Win32
Question 14 May 2013   license: CPOL
Hi,We are using one .net windows application for viewing the reports.we don't have any issue while opening this application with IE7.Recently our systems are upgraded to windows 7 and IE 8.Please find the example attached screenshot for reference.Here the problem is unable to select required...
Question 14 May 2013   license: CPOL
Hi all,I have an app that is using OLE compound storage and for each stream it uses an CArchive that has the boolean m_bForceFlat on FALSE.If I perform a copy on an PowerPoint object and place into my app, it pastes properlly.The interesting thing is that I can save the document once,...
OLE
Question 14 May 2013   license: CPOL
I want deploy application on the server side, and client side but i dont know how install the server component on server and component Client on computers client , I like architecture Client server , view and view model and business logic and model on Client side and than install business logic...
Answer 14 May 2013   license: CPOL
No, the keyword delegate and System.Delegate are not the same at all.You could be confused with the C# alias keywords. For example "int" is an alias for System.Int32. For delegates, this is not the case.Read the documentation on these type and look through all the cases of using the...
Answer 14 May 2013   license: CPOL
I found one easy code :)var client = new SmtpClient("smtp.gmail.com", 587); client.EnableSsl = true; client.Credentials = new NetworkCredential("jpbritopoker@gmail.com", "**********"); var mail = new MailMessage(); mail.From = new...
C#
Answer 14 May 2013   license: CPOL
For the server-side programming such as ASP.NET, prefer using Open XML SDK instead of Office Interop. Look at this Microsoft article:http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757#kb2[^].Use Open XML SDK:...
Answer 14 May 2013   license: CPOL
The best idea so far is the Solution 4.The right solution for System.Windows.Forms is: create a custom control which behaves like a button and implement rotation property. If you want to rotate to an arbitrary angle, you should also set the property...
Answer 14 May 2013   license: CPOL
Suppose the .mdf and .ldf are specifically the AdventureWorks2008R2:EXEC sp_attach_db @dbname = N'AdventureWorks2008R2', @filename1 = N'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Data\AdventureWorks2008R2_Data.mdf', @filename2 = N'C:\Program...
Question 14 May 2013   license: CPOL
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package neethu;/** * * @author neethu *///I'm trying to send an email using Java:import java.util.*;import javax.mail.*;import javax.mail.internet.*;import...
Question 14 May 2013   license: CPOL
Hi,I am using the database connectivity Using an Entity data model.Error: Data source is an invalid type. It must be either an IListSource, IEnumerable, or IDataSource.What can in replace with gvNewsGroup.datasource?NewsGroup newsgroup = new NewsGroup() {...
Answer 14 May 2013   license: CPOL
if you are searching for .exe it is in your project YourProjectName\bin\Debug...bt if u want to create a Instaler package this will help youhttp://balanagaraj.wordpress.com/2007/05/29/create-exe-or-setup-file-in-net-windows-application/[^]
Answer 14 May 2013   license: CPOL
Intellisense for C++/CLI does not work on VS2010. I believe it is working in VS2012 though, so you might want to upgrade to that if you can.
Answer 14 May 2013   license: CPOL
Have a look at below links.http://forums.asp.net/t/1056508.aspx/1http://stackoverflow.com/questions/8270464/best-way-to-call-a-json-webservice-from-a-net-consoleAnd many more on Google.
Answer 14 May 2013   license: CPOL
You can't send a DataGridView to an email, any more than you could send a Button, and expect it to signal an event on your system when it was pressed. Suppose you could, and the remote system did not have .NET installed? What would happen then?Instead, set the mail body to HTML (use...
C#
Technical Blog 14 May 2013   license: CPOL
The point of this project is to get community members to develop a TFS API that does exactly what the API provided by Microsoft does just in a simple to use way.
Dev
Tip/Trick 14 May 2013   license: CPOL
Easy steps for converting Word /Excel /PowerPoint /Visio file to PDF.
Question 14 May 2013   license: CPOL
I have been trying to figure this out for a while now. I have been able to find sample code for console application to post data but i'm completely new to web services. I have a console app that does some calculations and i would like to then send those calculations to a web service. Could some...
Question 14 May 2013   license: CPOL
Hi all , i made a code that i can send an email to gmail.com with c# and it is working very well.Now i want to put my datagridview1 in the email body and send it.Somone can show me how i can do that?I searched a lot but i only found useless information and asp.net codes.Here is my...
C#
Question 14 May 2013   license: CPOL
Hi All,1. I am new to Managed C++, In my program, based on C++, In case I need to make a transition to Managed C++ and use the equivalent constructs.Eg., System::String ^ ptr = gcnew ("C:\Dir1\abc.txt"); // SomeClass ObjSomeClass should consume the...
Question 14 May 2013   license: CPOL
Dear All Experts, I am trying to fix one bug from 2 days. But unable to fix it. My application's work is to edit one word file and saving that in server.but i am getting one exception after hosting. The exception message is given below:- Retrieving the COM class factory for...
Question 14 May 2013   license: CPOL
I have created an application using Visual Studio 2008 c#, mysql. the database is exiting in xampp serverif you know how to do it then please help me.so please can you anwserme how can i create deploy my project for will be installing with your local database in various PC...
Question 14 May 2013   license: CPOL
i have a webpart that i would make that the webpart follows the windows on the right site, so if i scroll down on the page the webpart are following the the screen and scroll??.. I want this because when a user in my first webpart updates something i want him to se in the other webpart what he...
Article 14 May 2013   license: CPOL
Mobilizing Atari Arcade in HTML5
Article 14 May 2013   license: CPOL
Using Web Workers to improve performance of image manipulation
Answer 14 May 2013   license: CPOL
If My.computer.filesystem.FileExists ("Your Virus") thenMsgbox "Virus Found"ElseMsgbox "Virus Isn't Found"End ifend sub
Answer 14 May 2013   license: CPOL
As mentioned in Solution-1 use txtamt_words.Text.You are using inline query and passing your Input/TextBox values into it. This is a potential risk of SQL Injection.Have a look at below links to uderstand SQL...
Question 14 May 2013   license: CPOL
Table A -------- Mid orgID1 1 2 23 24 4Table B---------id Mid MemberID 1 1 2 2 1 3 3 1 4 4 2 1 5 2 3 6 2 4 7 4 2 8 4 3In above case orgId and MemberID is same in Table BIf I have orgID=1.I need...
Question 14 May 2013   license: CPOL
private void btn_Delete_Click(object sender, EventArgs e) { if (txt_mobile_no.Text == "") { DialogResult Case = MessageBox.Show(".رقم الجوال فارغة", "سجل فارغ", MessageBoxButtons.OK, MessageBoxIcon.Error); } ...
C#

Page 1 of 9,314
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid