|
-
Sep 29th, 2005, 03:05 AM
#1
Thread Starter
Fanatic Member
datagrid row count
hi there
does any one know any code for checkin data row count on datagrid
i want to make a noise for every time the datagrid is increased by one
Last edited by d2005; Sep 29th, 2005 at 03:57 AM.
it works 60% of the time, all the time.
-
Sep 29th, 2005, 04:03 AM
#2
Thread Starter
Fanatic Member
Re: datagrid row count
ok so i have the row count
Dim rowCount As Integer
rowCount = Me.dgMsgIn.DataSource.Rows.count
does anyone know know how to make a noise
it works 60% of the time, all the time.
-
Sep 29th, 2005, 04:59 AM
#3
Thread Starter
Fanatic Member
Re: datagrid row count
so i tried this but it dont work
Dim rowCount As Integer
rowCount = Me.dgMsgIn.DataSource.Rows.count
TxtMessageOut.Text = rowCount
If rowCount = rowCount + 1 Then
Beep()
End If
it works 60% of the time, all the time.
-
Sep 29th, 2005, 05:17 AM
#4
Re: datagrid row count
What's the beep for? This is ASP.NET. And elaborate upon 'doesn't work'
-
Sep 29th, 2005, 05:21 AM
#5
Thread Starter
Fanatic Member
Re: datagrid row count
my datagrid represnents messages that are pulled from the database,
a row if you like
if the datagrid has a new row upon refresh then i want it to make a noise
just to wake the person up
so for every row incremented then i want a noise,
a beep for example
it works 60% of the time, all the time.
-
Oct 3rd, 2005, 10:12 AM
#6
Thread Starter
Fanatic Member
Re: datagrid row count
any ideas, was away for weekend and now im back to the samwe old troubles lol
it works 60% of the time, all the time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|