Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
Questioninherited controls Pin
xilefxilef25-Oct-05 18:19
xilefxilef25-Oct-05 18:19 
AnswerRe: inherited controls Pin
Longxe25-Oct-05 18:24
Longxe25-Oct-05 18:24 
Questiondraw above a control? Pin
Longxe25-Oct-05 17:37
Longxe25-Oct-05 17:37 
AnswerRe: draw above a control? Pin
Christian Graus25-Oct-05 17:49
protectorChristian Graus25-Oct-05 17:49 
GeneralRe: draw above a control? Pin
Longxe25-Oct-05 18:07
Longxe25-Oct-05 18:07 
AnswerRe: draw above a control? Pin
Rob Graham25-Oct-05 17:54
Rob Graham25-Oct-05 17:54 
GeneralRe: draw above a control? Pin
Longxe25-Oct-05 18:31
Longxe25-Oct-05 18:31 
Questionunicode Pin
ybasha25-Oct-05 16:15
ybasha25-Oct-05 16:15 
Hi there,

i try this in my code but some problem in the updated stmt can u help me shoot wht the problem is the compiler thro me error: The name Var1 does not exist in the class or namespace of the project....

here is the codesnippet:

string strsql;
DataTable dt;
SqlDataAdapter da;


SqlConnection objConn = new SqlConnection("data source=yusuff;user id=sa;password=sa;initial catalog=Heritage");
dt = new DataTable();
strsql = "select * from Articles_production";
da = new SqlDataAdapter(strsql,objConn);
da.Fill(dt);

if(dt.Rows.Count > 0)
{
//foreach (DataRow dr in dt.Rows) //ervy loop
for (int i=0;i
AnswerRe: unicode Pin
KaptinKrunch25-Oct-05 17:21
KaptinKrunch25-Oct-05 17:21 
GeneralRe: unicode Pin
ybasha25-Oct-05 17:30
ybasha25-Oct-05 17:30 
GeneralRe: unicode Pin
ybasha25-Oct-05 17:32
ybasha25-Oct-05 17:32 
AnswerRe: unicode Pin
Christian Graus25-Oct-05 17:35
protectorChristian Graus25-Oct-05 17:35 
AnswerRe: unicode Pin
Rob Graham25-Oct-05 17:40
Rob Graham25-Oct-05 17:40 
AnswerRe: unicode Pin
Anonymous25-Oct-05 17:41
Anonymous25-Oct-05 17:41 
AnswerRe: unicode Pin
Gulfraz Khan27-Oct-05 5:31
Gulfraz Khan27-Oct-05 5:31 
AnswerRe: unicode Pin
lmoelleb27-Oct-05 11:16
lmoelleb27-Oct-05 11:16 
Questionwriting a C#program(arrays) Pin
Zjaded25-Oct-05 13:19
Zjaded25-Oct-05 13:19 
AnswerRe: writing a C#program(arrays) Pin
Christian Graus25-Oct-05 13:25
protectorChristian Graus25-Oct-05 13:25 
AnswerRe: writing a C#program(arrays) Pin
Guffa25-Oct-05 13:25
Guffa25-Oct-05 13:25 
GeneralRe: writing a C#program(arrays) Pin
Zjaded25-Oct-05 13:37
Zjaded25-Oct-05 13:37 
GeneralRe: writing a C#program(arrays) Pin
David Stone25-Oct-05 13:59
sitebuilderDavid Stone25-Oct-05 13:59 
GeneralOT Pin
leppie25-Oct-05 22:30
leppie25-Oct-05 22:30 
GeneralRe: OT Pin
David Stone26-Oct-05 11:11
sitebuilderDavid Stone26-Oct-05 11:11 
GeneralRe: writing a C#program(arrays) Pin
Zjaded26-Oct-05 10:18
Zjaded26-Oct-05 10:18 
GeneralRe: writing a C#program(arrays) Pin
Wjousts26-Oct-05 13:00
Wjousts26-Oct-05 13:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.