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


Category filtered by:  General Programming [x]
Question 14 May 2013   license: CPOL
HiI need to connect Linq with MySQL .I am using visual studio 2010.please provide me with sample procedure or sample links to follow.Thanks in advanceThanksSophia Ranjani.E
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
The web knows it all[^]
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
There is no direct answer for this. You have to consider what business do you know, what technology do you know, can you find good developers in that area for a specific language, etc, etc. It sounds like you really need to do some more research on the issue.
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
Hello . . .how to remove unwanted payment folder from nopCommerce ?Please Help me. . .
General Programming » Uncategorised Quick Answers » General
C#
Answer 14 May 2013   license: CPOL
Dumps can be found using google.com, but there is a reason they use the word "dumps." You really need to learn the material. This site does not have dumps. Please refer to google.com for them.
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
I assume your receiving thread is a worker thread and has therefore no message loop. The common solution is to use events to signal such threads that some special action should be performed. Inside the while loop use WaitForMultipleObjects() to check for events from I/O operations and those...
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
As far as I know, you can't run a windows application directly from the cloud. For that, it has to be a web application or a service, I think.But you CAN deploy a windows application through the cloud using clickonce....
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
Hi Friendsclass VideoCaptureDevice, DesiredFrameSize property is not working for me, tell me where is mistake in (1)? same as (1) problem I also want to set custom DesiredFrameRate property. (1):videoDevices = new FilterInfoCollection(FilterCategory.VideoInputDevice...
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
firstly I describe situation:From web page if i insert record successfully then no problem but if some error occur like email id already exist then it focus to the email id text box rather then other.thanks in advance.
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
I have a single server multiple client udp application. There is a single thread (thread#1) with a single socket (socket#1) to receive data from client#1 continuously. The task of this receiving thread is to continuously receive data at its socket.I have a button which says "Send data to...
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
Allotment table as follows in Ms access database Sdate Period Staff 14/5/2013 1 TR 14/5/2013 2 MD 15/5/2013 1 SG 15/5/2013 2 GV from the above Allotment table, i want the output as follows in ms access database ...
General Programming » Uncategorised Quick Answers » General
C#
Answer 14 May 2013   license: CPOL
[EDIT #1]OK, i understand now. You need to add 2 columns for each file:file1Col1 | file1Col2 | file2Col1 | file2Col2 | file3Col1 | file3Col2 ... fileNCol1 | fileNCol2 and load data into these columns.Steps to do (logic):1) create datatable object 2) in a loop -> add columns 3) in a...
General Programming » Uncategorised Quick Answers » General
C#
Answer 14 May 2013   license: CPOL
Never, ever, accept code from a insecure website to handle anything to do with real money.You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third...
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
You'll need to find a hoster. You may want to start at http://www.asp.net/hosting[^]
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
HiHRESULT: 0x8002000B (DISP_E_BADINDEX)) this means invalid index, so within your for loop you are accessing a index that doesn't exists.1) check where the index is going wrong;2) make sure the cell is converted to range as below// Export titlesfor (int j = 0; j
General Programming » Uncategorised Quick Answers » General
C#
Question 14 May 2013   license: CPOL
I have a class called bookInventory that is a log of different elements that go into a linked list.. so every time the program is ran it saves the logs and creates a new linked list. I need to be able to take an element called bookPages and keep a running total of how many pages are being read...
General Programming » Uncategorised Quick Answers » General
C++
Question 14 May 2013   license: CPOL
Hello, Im working on a MVC app.When I call context.SaveChanges to update a specific records. The update is not registered in the database. I do not get any runtime error either. All in notice is that my Records is not updated. I still see the same values. Insert Functionality work...
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
Hi,Check this one,http://forums.asp.net/t/1744060.aspx/1[^]http://aspsnippets.com/Articles/Crystal-Reports-13-Visual-Studio-2010-Issue-with-IIS---bobj-is-undefined-JavaScript-Error-and-Crystal-Report-Viewer-not-displaying.aspx#comments[^]
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
I prefer to use Common Table Expressions[^]:DECLARE @tdata TABLE (grp INT, val INT)DECLARE @dtmp TABLE (grp INT, val INT)INSERT INTO @tdata (grp, val)VALUES(301, 1)INSERT INTO @tdata (grp, val)VALUES(301, 2)INSERT INTO @tdata (grp, val)VALUES(301, 5)INSERT INTO @tdata (grp,...
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
Dear All, I have created a windows application (large) using C#.Net, VB.Net & SQL Server 2005.Can this application be hosted in Cloud? Or should I recreate the entire application using ASP.Net to run in Cloud?Please Advice,Thank you.
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
Hi,Check this one,http://aspsnippets.com/Articles/Crystal-Reports-13-Visual-Studio-2010-Issue-with-IIS---bobj-is-undefined-JavaScript-Error-and-Crystal-Report-Viewer-not-displaying.aspx#comments[^]
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
hello Friendsi want draw path when marker click how it is possible. please solve my problem.
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
Dear Friends sI have q query related to crystal report is not generating after published on IIS.I have developed a web application in VS2010 and create a crystal report. Crystal report is generated during Development time but when i publish this code and load it into IIS , crystal report...
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
Take the virtual off the methods in CCircle. Try override instead.Any class that contains a virtual function is abstract by definition.
General Programming » Uncategorised Quick Answers » General
C++
Question 14 May 2013   license: CPOL
I have Sql Servar 2005 To 2008 Convert Data base But This time Ganarte Error "Cannot open database "CRMDB_HOLIDAY" requested by the login. The login failed." Pls Tale me How to solve this problem & what change in web config fill ...........
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
Thanks Victor, I will try it out!
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
check the below link http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-tutorial-create-your-own-custom-vertical-mega-menu/[^]
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
Required filed validator wont workcheck whether it has file or not usingFileUpload1.HasFileor !(FileUpload1.PostedFile.ContentLength>0)
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
I'm getting an error when I'm exporting Excel to C# , I can't find where my code is wrong and the solution for my problem :sError :An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in GestãoSI.exeAdditional information: Índice inválido. (Excepção...
General Programming » Uncategorised Quick Answers » General
C#
Question 14 May 2013   license: CPOL
#includeclass CShape{private: char cType[20]; float fArea;public: CShape(){} CShape(char * cType_name , float fA) : fArea(fA) { std::strcpy(cType,cType_name); } virtual void print() { std::cout
General Programming » Uncategorised Quick Answers » General
C++
Answer 14 May 2013   license: CPOL
Yes you are right.. Using ContentPageID_ControlID not good,But we have an option try like below it will help you...On the Submit Button Client Click Event call a user defined function and on that function try the below code...JavaScript : var elems =...
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
You need to reference a "connector" in your project. This one is free Connector/Net is a fully-managed ADO.NET driver for MySQL[^]
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
please remove the Quotation from below.....Existingif (st == "UsernametextBox.Text") { if (str == "PasswordtextBox.Text") {After Changeif (st == UsernametextBox.Text){ if (str == PasswordtextBox.Text) ...
General Programming » Uncategorised Quick Answers » General
C#
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...
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
hello!!!i create windows(in C#) base application, its based on .dbf file so i want to fatch some column from .dbf file so how can i execute query on .dbf file.Thank you.
General Programming » Uncategorised Quick Answers » General
C#
Answer 14 May 2013   license: CPOL
Your conditional structure is not correct. please go through over your code.private bool ValidateForm(){bool returnVal = true;if (UsernametextBox.Text == ""){usernamelabelerror.Visible = true;usernamelabelerror.Text = "username should not be blank";returnVal = false;}if...
General Programming » Uncategorised Quick Answers » General
C#
Answer 14 May 2013   license: CPOL
Several things spring to mind:First off, you will only try to check details if the pasword is not blank - if the username is blank, you will check anyway. There are also better ways to check for empty stringsTry this:private void button1_Click(object sender, EventArgs e) { bool...
General Programming » Uncategorised Quick Answers » General
C#
Answer 14 May 2013   license: CPOL
I managed to solve the problem:Firststring alterSQL = "ALTER TABLE ADD NVARCHAR(5) ";Now comes the updatestring qryMove ="UPDATE SET = (SELECT FROM WHERE = )";After update I can remove...
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
Hi...see this may helpful to u. if (!fileupload.HasFile) { lbl.Visible = true; lbl.ForeColor = Color.Red; lbl.Text = "Please Select file"; //checking if file uploader has no file selected } ...
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
Hi,I am working with delegates in one of my project. I know that Delegate is a class (Syatem.Delegate)and delegate is a keyword for the same. But I am not able to understand why I can not create delegate type in method but for Delaget it goes fine in a method(method can not have types...
General Programming » Uncategorised Quick Answers » General
C#2.0ASP.NETC#
Question 14 May 2013   license: CPOL
i wanted to know how to work with GetExtension Method in c++,can any one help me regarding this.i need to know how to use that.
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
I'm writing a web-app that is required to present users with a login screen.Users can enter username/password and select a domain from a dropdown list.how to enumerate all available domains in the server's AD forest even before user login after basic authentication? I came to know that...
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
Here is the sample code for paging implementation in jqGrid.http://trirand.com/blog/jqgrid/jqgrid.html
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
Hi Vid,This is to vague for me but i would try thispostData = "__VIEWSTATE=" & vState & "&ddlRegion=" & merchantID.Substring(2, 2) & "&txtPassword=%24%24region15%23%23&btnEnter=Enter&__EVENTVALIDATION=" & eventvalidation...
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
private void button1_Click(object sender, EventArgs e) { if (UsernametextBox.Text == "") { usernamelabelerror.Visible = true; usernamelabelerror.Text = "username should not be blank"; } if...
General Programming » Uncategorised Quick Answers » General
C#
Question 14 May 2013   license: CPOL
i integrate icici payment gateway in my site.my question is that how can i more secure this payment gateway.what security measurement is done for this payament systems to avoid hacking from hackers?.i am only checks only respose code for successfull transaction.in other payment gateway like...
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
try this.After collecting data in dataAdapter fill data set like this and move on..da.Fill(ds,"TableName")Dim cryRpt As New ReportDocumentcryRpt.Load("PUT CRYSTAL REPORT PATH HERE\CrystalReport1.rpt")cryRpt.SetDataSource(ds.Tables(0))CrystalReportViewer1.ReportSource =...
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
We can also achieve this by disabling browser caching in code behind write the following lines of code in Page_Init event or Page_Load event and don’t forgot to add namespace using System.Web; because HttpCacheability related to that namespaceprotected void Page_Init(object sender,...
General Programming » Uncategorised Quick Answers » General
Question 14 May 2013   license: CPOL
I'm creating a RDLC report in C#. Is it possible to insert the content of a Word 2003 document (with formatting) in it (either in design time or programmatically) before exporting to PDF. The final result will be a PDF file containing the initial report (fields from database) and the Word...
General Programming » Uncategorised Quick Answers » General
Answer 14 May 2013   license: CPOL
Try Show instead of ShowDialog - it doesn't wait for the form to close before continuing.You might want to add the Form.TopMost = True as well, and possibly add a FormClosing event handler so that you only show one form if the user requests it twice.
General Programming » Uncategorised Quick Answers » General

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


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