In this article, I’ll talk about and will give you reference links of simple ASP.NET grid view requirements which we are facing in day to day coding life :)
How to put radio button into ASP.NET Grid View:
http://techahead.wordpress.com/2008/04/01/aspnet-using-radio-button-inside-grid-view/
How to pass value from child window to parent window using JavaScript:
http://www.plus2net.com/javascript_tutorial/window-child3.php
How to pass data of child page grid view to parent window:
http://www.codeproject.com/KB/webforms/DataGrid_Row__Value.aspx
How to click button event on entering values into textbox and pressing enter key:
http://forums.asp.net/t/1361883.aspx
How to get readonly values from asp.net textbox to server side:
http://forums.asp.net/t/1460570.aspx
http://geekswithblogs.net/ranganh/archive/2007/05/10/112390.aspx
Saturday, September 12, 2009
ASP.NET Grid View
Labels:
ASP.NET,
ASP.NET Grid View,
Grid View,
How to click button event on entering values into textbox and pressing enter key,
How to get readonly values from asp.net textbox to server side,
How to pass data of child page grid view to parent window,
How to pass value from child window to parent window using JavaScript,
How to put radio button into ASP.NET Grid View
Object reference not set to an instance of an object. The Solution installation failed
I was getting error "Object reference not set to an instance of an object. The Solution installation failed" while adding and deploying my solution package from STSADM command, I have looked into my event log and SharePoint log to find out the exact error, I have found out that it’s related to Admin Content SQL database. The current user who is executing the STSADM command must have full control access to this content database.
Then I run my solution package with service account and it ran well without any problem, here we can also add current user into content database and will give full control rights to current user to executing solution package.
Good Luck!
Then I run my solution package with service account and it ran well without any problem, here we can also add current user into content database and will give full control rights to current user to executing solution package.
Good Luck!
Labels:
event log,
feature,
full control to user,
Getting error while installing solution package: Object reference not set to an instance of an object. The Solution installation failed,
Installaing feature,
MOSS 2007,
Object reference not set to an instance of an object,
Object reference not set to an instance of an object. The Solution installation failed,
Personal Experience,
SharePoint,
SharePoint Content Database,
SharePoint Features,
SharePoint Log,
solution package,
SQL Admin Content Database,
STSADM
Subscribe to:
Posts (Atom)