Click here to Skip to main content
15,892,809 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Datagrid Problem Pin
Suresh Pirsquare10-Nov-06 1:09
Suresh Pirsquare10-Nov-06 1:09 
GeneralRe: Datagrid Problem Pin
monika_vasvani10-Nov-06 1:31
monika_vasvani10-Nov-06 1:31 
AnswerRe: Datagrid Problem Pin
postmaster@programmingknowledge.com10-Nov-06 2:17
postmaster@programmingknowledge.com10-Nov-06 2:17 
QuestionHow to count records from database.. Pin
Sam.M9-Nov-06 23:58
Sam.M9-Nov-06 23:58 
AnswerRe: How to count records from database.. Pin
_mubashir10-Nov-06 0:05
_mubashir10-Nov-06 0:05 
GeneralRe: How to count records from database.. Pin
Sam.M10-Nov-06 0:08
Sam.M10-Nov-06 0:08 
GeneralRe: How to count records from database.. Pin
_mubashir10-Nov-06 0:13
_mubashir10-Nov-06 0:13 
AnswerRe: How to count records from database.. Pin
Suresh Pirsquare10-Nov-06 0:24
Suresh Pirsquare10-Nov-06 0:24 
Try this code

dim i as integer=0
do while dr.read()
i=i+1
loop
Label1.Text="No of Records : " & i.toString()

Hope this may help u


Regards,

Suresh Dayma

Everything Is Possible!

AnswerRe: How to count records from database.. Pin
Britney S. Morales10-Nov-06 1:57
Britney S. Morales10-Nov-06 1:57 
AnswerRe: How to count records from database.. Pin
Michael P Butler10-Nov-06 2:14
Michael P Butler10-Nov-06 2:14 
AnswerRe: How to count records from database.. Pin
postmaster@programmingknowledge.com10-Nov-06 2:19
postmaster@programmingknowledge.com10-Nov-06 2:19 
Question"string to int" Pin
ravikiranreddydharmannagari9-Nov-06 23:36
ravikiranreddydharmannagari9-Nov-06 23:36 
AnswerRe: "string to int" Pin
_mubashir10-Nov-06 0:06
_mubashir10-Nov-06 0:06 
GeneralRe: "string to int" Pin
_AK_10-Nov-06 0:08
_AK_10-Nov-06 0:08 
AnswerRe: "string to int" Pin
_AK_10-Nov-06 0:06
_AK_10-Nov-06 0:06 
AnswerRe: "string to int" Pin
Suresh Pirsquare10-Nov-06 0:10
Suresh Pirsquare10-Nov-06 0:10 
QuestionTrace Back Button in IE Pin
Deepak the Cool9-Nov-06 23:35
Deepak the Cool9-Nov-06 23:35 
AnswerRe: Trace Back Button in IE Pin
PavanPareta9-Nov-06 23:51
PavanPareta9-Nov-06 23:51 
Questiongenerating multiple line charts dynamically Pin
bskvarma9-Nov-06 22:53
bskvarma9-Nov-06 22:53 
Questionmulti language application Pin
Krishlibran9-Nov-06 22:24
Krishlibran9-Nov-06 22:24 
AnswerRe: multi language application Pin
PavanPareta9-Nov-06 23:36
PavanPareta9-Nov-06 23:36 
AnswerRe: multi language application Pin
Suresh Pirsquare9-Nov-06 23:56
Suresh Pirsquare9-Nov-06 23:56 
QuestionLogin problem Pin
ratildo9-Nov-06 21:06
ratildo9-Nov-06 21:06 
AnswerRe: Login problem Pin
ednrgc10-Nov-06 3:51
ednrgc10-Nov-06 3:51 
GeneralRe: Login problem Pin
ratildo13-Nov-06 0:58
ratildo13-Nov-06 0:58 

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.