Skip to main content

Posts

Showing posts from July, 2009

Request Signatures in Blackberry

Request Signatures in Blackberry need copy sigtool.db, sigtool.csk to SDK/component/Bin folder for example V 4.2.1 ../eclipse\plugins\net.rim.eide.componentpack4.2.1_4.2.1.17\components\bin

How to install SQL Server 2005 Reporting Services on a Windows Vista-based computer

Note If you do not enable all these features, the Reporting Services option does not appear in the Feature Selection dialog box of the SQL Server Setup program. After you enable the required features, you must start the World Wide Publishing service if you want to install the default configuration of Reporting Services. Otherwise, the SQL Server Setup program only installs Reporting Services and does not configure Reporting Services. http://support.microsoft.com/kb/934164

Form.DefaultButton

Well, in ASP.Net 2.0 there is a new property on the form and asp:Panel controls called “DefaultButton” which allows you to set the button which is “selected” when the Enter key is pressed. Page.Form.DefaultButton = btnSaveOnly.UniqueID;