Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Ahmad Safwat8-Jul-08 1:15
Ahmad Safwat8-Jul-08 1:15 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Alan Balkany8-Jul-08 5:37
Alan Balkany8-Jul-08 5:37 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Frank Horn8-Jul-08 7:23
Frank Horn8-Jul-08 7:23 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Ahmad Safwat8-Jul-08 21:24
Ahmad Safwat8-Jul-08 21:24 
AnswerRe: How to Determine The Location Of Label Text In Pixels Pin
Ahmad Safwat9-Jul-08 4:30
Ahmad Safwat9-Jul-08 4:30 
Questionhow to ? Pin
SSN7-Jul-08 21:46
SSN7-Jul-08 21:46 
AnswerRe: how to ? Pin
Ashfield7-Jul-08 22:33
Ashfield7-Jul-08 22:33 
AnswerRe: how to ? Pin
dealon7-Jul-08 22:33
dealon7-Jul-08 22:33 
The SqlDataReader has no such method, please take a look at this below:

SqlDataAdapter s = new SqlDataAdapter("...sql...", Conn);
DataTable dt = new DataTable(); ;
s.Fill(dt);
DataRow dr = dt.Rows[dt.Rows.Count - 1];

Hope it's usefull for you!

Regards,
Dealon

Impossible is nothing!

QuestionTreeview Control Pin
shehezada7-Jul-08 21:40
shehezada7-Jul-08 21:40 
AnswerRe: Treeview Control Pin
Kjetil Svendsen7-Jul-08 23:42
Kjetil Svendsen7-Jul-08 23:42 
GeneralRe: Treeview Control Pin
shehezada8-Jul-08 3:29
shehezada8-Jul-08 3:29 
GeneralRe: Treeview Control Pin
DaveyM698-Jul-08 4:21
professionalDaveyM698-Jul-08 4:21 
GeneralRe: Treeview Control Pin
Kjetil Svendsen8-Jul-08 21:26
Kjetil Svendsen8-Jul-08 21:26 
QuestionSending mail Pin
hadad7-Jul-08 21:35
hadad7-Jul-08 21:35 
AnswerRe: Sending mail Pin
Ashfield7-Jul-08 22:26
Ashfield7-Jul-08 22:26 
AnswerRe: Sending mail Pin
Anu Palavila7-Jul-08 22:30
Anu Palavila7-Jul-08 22:30 
GeneralRe: Sending mail Pin
Simon P Stevens8-Jul-08 1:06
Simon P Stevens8-Jul-08 1:06 
AnswerRe: Sending mail Pin
N a v a n e e t h7-Jul-08 22:48
N a v a n e e t h7-Jul-08 22:48 
Questioncan not obtain local variable value in Visual Studio 2008 Pin
George_George7-Jul-08 21:02
George_George7-Jul-08 21:02 
AnswerRe: can not obtain local variable value in Visual Studio 2008 Pin
leppie7-Jul-08 21:06
leppie7-Jul-08 21:06 
GeneralRe: can not obtain local variable value in Visual Studio 2008 Pin
George_George7-Jul-08 21:28
George_George7-Jul-08 21:28 
GeneralRe: can not obtain local variable value in Visual Studio 2008 Pin
leppie7-Jul-08 21:35
leppie7-Jul-08 21:35 
GeneralRe: can not obtain local variable value in Visual Studio 2008 Pin
George_George7-Jul-08 21:47
George_George7-Jul-08 21:47 
QuestionCheck Channel already registered? Pin
ASysSolvers7-Jul-08 21:02
ASysSolvers7-Jul-08 21:02 
QuestionCheck Channel already registered? PinPopular
ASysSolvers7-Jul-08 21:02
ASysSolvers7-Jul-08 21:02 

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.