Category Archives: Coding and IT

fb apps failed to load

facebook application issue

issue : create fb apps but failed to see the result of new apps kronolgi : – create new apps – fill in name and captcha – fill in Canvas URL (our website that want to be displayed in the

fb apps failed to load

facebook application issue

issue : create fb apps but failed to see the result of new apps kronolgi : – create new apps – fill in name and captcha – fill in Canvas URL (our website that want to be displayed in the

xampp

coding issue : mysql service cant start in windows vista

issue : mysql service in Xampp cant start on windows vista terjadi ketika gue mau nge-run satu program yang gue tulis, vbnet + mysql, di komputer client yang pake OS windows vista. sementara issue itu ga muncul di PC gue

xampp

coding issue : mysql service cant start in windows vista

issue : mysql service in Xampp cant start on windows vista terjadi ketika gue mau nge-run satu program yang gue tulis, vbnet + mysql, di komputer client yang pake OS windows vista. sementara issue itu ga muncul di PC gue

chkdsk

Hardisk External Tidak Bisa di Akses ?

prolog pada suatu sore yang ceria, saya meraih Kasasti (hardisk external saya) dan mencoba membukanya. biasanya langsung terbuka, tidak pernah kena virus, dan pasti dia akan siap sedia memberikan file file yang saya minta. eh tapi tiba tiba saya melihat

chkdsk

Hardisk External Tidak Bisa di Akses ?

prolog pada suatu sore yang ceria, saya meraih Kasasti (hardisk external saya) dan mencoba membukanya. biasanya langsung terbuka, tidak pernah kena virus, dan pasti dia akan siap sedia memberikan file file yang saya minta. eh tapi tiba tiba saya melihat

making Default ‘Enter’ Button at asp.net.

this article is copy paste article from Karl Moore , original link is : http://www.developer.com/net/asp/article.php/1594521/ASPNET-Secrets-Part-1.htm ====== Unveiled: How to Create a Default ‘Enter’ Button! This is one of those little code snippets you can pull your hair out trying to

making Default ‘Enter’ Button at asp.net.

this article is copy paste article from Karl Moore , original link is : http://www.developer.com/net/asp/article.php/1594521/ASPNET-Secrets-Part-1.htm ====== Unveiled: How to Create a Default ‘Enter’ Button! This is one of those little code snippets you can pull your hair out trying to

Get APPLICATION SETTING at web.config

here is the code : Public Shared Function GetConnectionString(ByVal ConnStr As String) As String Dim ar As New Configuration.AppSettingsReader Try Return ar.GetValue(ConnStr, GetType(String)) Catch ex As Exception Return String.Empty End Try End Function   and the web.config : configuration> <appSettings>

Get APPLICATION SETTING at web.config

here is the code : Public Shared Function GetConnectionString(ByVal ConnStr As String) As String Dim ar As New Configuration.AppSettingsReader Try Return ar.GetValue(ConnStr, GetType(String)) Catch ex As Exception Return String.Empty End Try End Function   and the web.config : configuration> <appSettings>

Get the Row Number at gridview by Client ID

Get the row number of GRIDVIEW by client ID, and manipulate its content Hi , I just get a task to work on grid view event , its something looks like this. Dealer Amount +/- Final Amount Dealer a 21659141,50

Get the Row Number at gridview by Client ID

Get the row number of GRIDVIEW by client ID, and manipulate its content Hi , I just get a task to work on grid view event , its something looks like this. Dealer Amount +/- Final Amount Dealer a 21659141,50

The SMTP email sending. [asp.net using vb]

hello all. i have read before about sending email through smtp in asp.net, though it sounds easy, but i’ve hit some configuration error or something else. here i will share you step by step how to send email, and some

The SMTP email sending. [asp.net using vb]

hello all. i have read before about sending email through smtp in asp.net, though it sounds easy, but i’ve hit some configuration error or something else. here i will share you step by step how to send email, and some