IT & Life
Simple IT & Life Related solution
Home
12/19/2008
[VBScript error] Operation is not allowed when the object is closed
Operation is not allowed when the object is closed
VBScript RecordSet is invalid, no object is returned. Thus, "object is close"
Check SQL statement that used to generate the recordset
Dec 19, 2008 3:46:05 PM
NEXT POST
Get value in form with enctype="multipart/form-data"
[Code coming from: http://www.pro-soho.com/Blog/ar...
PREVIOUS POST
[GridView] Reading values from Gridview Item Templates
// Read the values from Text Box String name = ((TextBox)(gridview1.Rows[e.RowIndex].FindControl("NAME"))).Text; // Read the values from Label String ID = ((Label)(dgSummary.Rows[e.RowIndex].FindControl("ID"))).Text; // Read Html Check Box value boolean bol=((HtmlInputCheckBox)(gridview1.Rows[e.RowIndex].FindControl("CheckBox1"))).Checked
Perry
1
Following
0
Followers
Search
Recent Comments
Silvester Lord:
[this is good] Today I read on this question mu...
|
more »
On
Formating of system generated time when saving into Database
Shaun Montalvo:
[this is good] What eventually it is necessary ...
|
more »
On
[VBScript error] Operation is not allowed when the object is closed
Jayson Wing:
[this is good] Instead of criticism write the v...
|
more »
On
在ASP.NET的GridView(CommandField、ButtonField、ItemTemplate)裡的刪除Button加入Confirm的
[this is good] What eventually it is necessary to it?
Posted by: Shaun Montalvo | 06/15/2010 at 04:11 AM