Forum: ASP Feb 13th, 2007 |
| Replies: 10 Views: 2,782 Well, when I expect only one match, I test only for EOF, not BOF.
i.e.
Set rs = Server.CreateObject("ADODB.recordset")
rs.Open strSQL, objSpecs, adOpenStatic, adLockReadOnly, 1
if rs.EOF... |
Forum: ASP.NET Feb 12th, 2007 |
| Replies: 9 Views: 12,222 GridView supports EmptyDataRowStyle
http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.emptydatarowstyle.aspx |
Forum: Visual Basic 4 / 5 / 6 Jan 3rd, 2007 |
| Replies: 2 Views: 5,527 Where do you want it cut down? For display, many things such as texboxes have a way to number format data.
Then there's the Format function.... |