Pages

Saturday, September 12, 2009

ASP.NET Grid View

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

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!