Your Open Source

sekar

sekar

since from Mon 23 Jun 2008
Points : 754
Posts :171
Comments :24

Recent Posts :-

Rowset is not bookmarkable in vb

how to solve the error "rowset is not bookmarkable" in datagrid or recordset?Check the following VB code to solve the issues.Dim rs As ADODB.RecordsetSet rs = New ADODB.Recordsetstr = "select * from route"rs.CursorLocation = adUseClientrs.Open str, con, adOpenDynamic, adLockOptimisticSet DataGrid1.DataSource = rs

  • views 61
  • datetime Feb 08 10 02:50:32
  • author Sekar
  • rating

Serialize() and unserialize() in php

serialize() and unserialize() :-Serialize :- This is useful for storing or passing PHP values around without losing their type and structure. For example stored the data like session data. The stored the data format like a:1:{s:5:"title";s:71:"This is simple example of the serialize and unserialize function in php";} Unserialize :- single s..

  • views 123
  • datetime Dec 11 09 05:53:32
  • author Sekar
  • rating

SMTP commands authentication

Sending mail SMTP AuthSMTP-AUTH can be used to allow users to relay mail while denying relay service to unauthorized users, such as spammers. The following commands to able sending the mail from Telnet.C:>Telnet youropensource.com 25Telnet> HELO mail.youropensource.comTelnet> Ehlo YOSTelnet> AUTH PLAIN aEbeFegHRDseYOs1245aYu=Telnet..

  • views 106
  • datetime Dec 10 09 03:43:47
  • author Sekar
  • rating

Center align position in android button

How to alignment the center position of the button in Android?In the XML layout, can able to set the center postion by using the "android:layout_gravity", the sample XML code as below,<button android:text="ClickMe"     android:id="@+id/btClick"     android:layout_width="100px"     android:gravity..

  • views 1041
  • datetime Oct 15 09 04:53:20
  • author Sekar
  • rating

How to align center position in android textview

how to align the text in thecenter position of android textview ?  I tried couple days but I can't findout the solution. I guess its possible to do in XML layout or Java Code.

  • views 306
  • datetime Oct 15 09 07:21:37
  • author Sekar
  • rating

Featured
Top User's
sekarSekar
Posts 172
$104.06 USD
tjrambabuTjrambabu
Posts 145
$18.18 USD
damuDamu
Posts 67
$16.88 USD
lazywriterLazywriter
Posts 24
$3.14 USD
psbharathyPsbharathy
Posts 24
$4.23 USD