//
archives

Archive for

How to Install Java RIM (jad file) to Blackberry Device?

A. Create Link to Jad File Upload your jad and cod file in one folder. B. COD file more than 64 KB 1 . If cod file size is bigger than 64 kb then rename it to *.zip/*.rar file and unzip. 2. Delete zip file after it is unzipped. 3. Then you will have more … Continue reading

ButtonColumn with “Select” CommandName in ASP.NET Datagrid

Create Datagrid, and create ButtonColumn as column: <asp:ButtonColumn HeaderText=”Grouping” Text=”Grouping” CommandName=”Select” Visible=”False”> <ItemStyle HorizontalAlign=”Center” ForeColor=”#C42711″ /> </asp:ButtonColumn> In ASP.NET code (VB): Protected Sub <DataGridName>_ItemCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles <DataGridName>.ItemCommand Dim row As DataRow Dim strTemp As String lblMessage.Visible = False tblStatusDownload.Visible = False GroupingData_Thread() End Sub Sub GroupingData_Thread() ‘method to start … Continue reading

How to Install JAVA Blackberry bundle Eclipse (simple Code using eclipse for RIM )

Setting up your development tools for BlackBerry Java applications If you’re developing Java® applications for the BlackBerry® device, there are a number of tools you can use to develop your application.  In this article, we will focus on setting up the BlackBerry® Java® Plug-in for Eclipse®. The BlackBerry Java Plug-in for Eclipse extends the Eclipse® … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
December 2011
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  

Archives

Web Statistic

Blog Stats

  • 187,136 hits