Click here to Skip to main content
15,896,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: name resolution issue Pin
George_George18-Aug-08 23:00
George_George18-Aug-08 23:00 
GeneralRe: name resolution issue Pin
leppie19-Aug-08 1:32
leppie19-Aug-08 1:32 
GeneralRe: name resolution issue Pin
George_George22-Aug-08 1:15
George_George22-Aug-08 1:15 
Questionsql server 3.5 Pin
lankaudaranga18-Aug-08 20:59
lankaudaranga18-Aug-08 20:59 
AnswerRe: sql server 3.5 Pin
Colin Angus Mackay18-Aug-08 21:10
Colin Angus Mackay18-Aug-08 21:10 
GeneralRe: sql server 3.5 Pin
lankaudaranga18-Aug-08 22:14
lankaudaranga18-Aug-08 22:14 
GeneralRe: sql server 3.5 Pin
AhsanS18-Aug-08 23:29
AhsanS18-Aug-08 23:29 
GeneralRe: sql server 3.5 Pin
lankaudaranga19-Aug-08 0:01
lankaudaranga19-Aug-08 0:01 
YES


reader.Read();
if (reader.HasRows == true)
{
MessageBox.Show("STOCK ID ALREADY EXITS", "ERROR", MessageBoxButton.OK, MessageBoxImage.Error);
comboBox1.Text = "";
comboBox1.Focus();
}

BUT ITS NOT WORK Frown | :(
GeneralRe: sql server 3.5 Pin
Colin Angus Mackay19-Aug-08 1:23
Colin Angus Mackay19-Aug-08 1:23 
GeneralRe: sql server 3.5 Pin
lankaudaranga19-Aug-08 18:25
lankaudaranga19-Aug-08 18:25 
GeneralRe: sql server 3.5 Pin
Colin Angus Mackay19-Aug-08 21:27
Colin Angus Mackay19-Aug-08 21:27 
QuestionIMAP Pin
kathiresanmoorthy18-Aug-08 20:56
kathiresanmoorthy18-Aug-08 20:56 
Questionclickonce setup - publish Pin
arkiboys18-Aug-08 20:52
arkiboys18-Aug-08 20:52 
AnswerRe: clickonce setup - publish Pin
AhsanS18-Aug-08 20:56
AhsanS18-Aug-08 20:56 
QuestionHelp!!!! Pin
Grim Re@p3r18-Aug-08 20:30
Grim Re@p3r18-Aug-08 20:30 
AnswerRe: Help!!!! Unclear post Pin
Muhammad Gouda18-Aug-08 21:18
Muhammad Gouda18-Aug-08 21:18 
QuestionMDI children instances, how to code Pin
ianhunt0118-Aug-08 20:12
ianhunt0118-Aug-08 20:12 
AnswerRe: MDI children instances, how to code Pin
AhsanS18-Aug-08 20:33
AhsanS18-Aug-08 20:33 
AnswerRe: MDI children instances, how to code Pin
DaveyM6918-Aug-08 22:52
professionalDaveyM6918-Aug-08 22:52 
AnswerRe: MDI children instances, how to code Pin
ianhunt0119-Aug-08 8:56
ianhunt0119-Aug-08 8:56 
GeneralRe: MDI children instances, how to code Pin
DaveyM6919-Aug-08 11:10
professionalDaveyM6919-Aug-08 11:10 
QuestionHow to bind hardcoded DataGridView with DataTable Pin
Piyush Vaishnav18-Aug-08 19:24
Piyush Vaishnav18-Aug-08 19:24 
AnswerRe: How to bind hardcoded DataGridView with DataTable Pin
AhsanS18-Aug-08 19:33
AhsanS18-Aug-08 19:33 
Questionsource code of scannig image from web cam in vb.net or in c# Pin
shp_ptn18-Aug-08 19:02
shp_ptn18-Aug-08 19:02 
AnswerRe: source code of scannig image from web cam in vb.net or in c# Pin
AhsanS18-Aug-08 19:24
AhsanS18-Aug-08 19:24 

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.