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


Author filtered by: Member 9330747 [x]
Question 25 Apr 2013   license: CPOL
I've a application in which I want to update app.config. And then read from it. But it's not happening, I'm getting the prior value not the updated value. My code like this :class Program { static string str= ConfigurationManager.AppSettings["UserID"]; // it returns "hello" ...
Question 27 Mar 2013   license: CPOL
I am getting this error while trying to connect Sybase databse from Visual Studio 2010 in C# code.My App.Config file is like this :
Question 18 Mar 2013   license: CPOL
I've a two tables in SQL server 2008. One is tempTable(with 28 columns) which contains 1.7 million rows. It also has an identity column, named RowID . Other is BaseTable(with 52 columns). Now I've to insert all the rows from tempTable to BaseTable with modified value. I did like following...
Question 21 Feb 2013   license: CPOL
Hi, experts,I am using SQL Server 2008.If I want to insert a row in a table, then I simply use the following queryinsert into Table1 (Col1, Col2) values ('EDJ','LP')And if I wanna check before inserting then I followIf not exists (select 1 from Table1 where Col1='EDJ' and Col2='LP)...
Question 15 Feb 2013   license: CPOL
Hi,I've 2 tables in database name Tab1 & Tab2.Tab1 consists of following columns.Col1,Col2,Col3,Col4,.....Tab2 consists of following columns.Col2,Col5,Col6,Col7,.....and a datatable named tempTab.tempTab consists of following columns.Col1,Col4,Col6,Col7There are large...
Question 3 Jan 2013   license: CPOL
Hi All, I have a table(may be DataTable) as ID Name Department1 ABC Oracle2 DEF JAVA3 GHI C#Now I want this output should be :Column1 Column2ID 1,2,3Name ABC,DEF,GHIDepartment Oracle,JAVA,C#Please help me in C# or SQL code.Thanks in advance.
SizeChanged event not working by Member 9330747
Forum Message 17 Sep 2012  
Really great work sir. But SizeChanged event not working for the Form in which I applied your theme. My Code like this private void Form1_SizeChanged(object sender, EventAr

Page 1 of 1


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