Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
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
47
Feb 08 10 02:50:32
Sekar
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..
119
Dec 11 09 05:53:32
Sekar
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..
101
Dec 10 09 03:43:47
Sekar
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..
958
Oct 15 09 04:53:20
Sekar
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.
284
Oct 15 09 07:21:37
Sekar



