2,383 Posted Topics
Re: [CODE=asp]< %@ Page Language="C#" %> < script runat="server"> void AlertBtn_Click(object sender, EventArgs e) { string showmessage = "Test Message Box"; string alertScript = "< script language=JavaScript> "; alertScript += "alert('" +showmessage +"');"; alertScript += "< /script" +"> "; if (!IsClientScriptBlockRegistered("alert")) this.RegisterClientScriptBlock("alert", alertScript); } < /script> < html> < head> < … | |
![]() | Re: Welcome To Daniweb Dee Coppola :) |
Re: Hi jsp, Welcome To Daniweb... you should to post your thread in JSP Forum (Web Development) [URL="http://www.daniweb.com/forums/forum24.html"]http://www.daniweb.com/forums/forum24.html[/URL] | |
Re: you can use shell() function. | |
Re: See this link [URL="http://www.tek-tips.com/viewthread.cfm?qid=1433076&page=13"]http://www.tek-tips.com/viewthread.cfm?qid=1433076&page=13[/URL] | |
Re: [CODE=asp]<%@ Page CompilerOptions='/R:"C:\Program Files\Microsoft.NET\OracleClient.Net\System.Data.OracleClient.dll"' Language="vb" %> <%@ import Namespace="System.Data.OracleClient" %> <%@ Import Namespace="System.Data" %> <%@ import Namespace="System.XML" %> <script runat="server"> Sub Page_Load(Sender As Object, E As EventArgs) Dim oOracleConn As OracleConnection = New OracleConnection() Dim oraODR as System.Data.OracleClient.OracleDataReader Dim oraConn As System.Data.OracleClient.OracleConnection Dim oraCMD as System.Data.OracleClient.OracleCommand Try oOracleConn.ConnectionString = "User … | |
Re: you want it like add item on list box, so just when runtime only? | |
Re: post in ASP.NET Forum will give u help much better. | |
Re: [QUOTE=Estella;514772]you must access registry to do this or put the program on startup program..[/QUOTE] the easiest way is put the program on startup program, you can access this as special folder with vb | |
Re: add reference (right click on project name) : [B]Microsoft Visual Basic.Net Runtime mscorlib[/B] add this on the top of code. [CODE]using System.Diagnostics; using Microsoft.VisualBasic;[/CODE] try this following code : [CODE]private void button1_Click(object sender, System.EventArgs e) { Interaction.Shell("C:\\Documents and Settings\\Jerry\\My Documents\\Calck.exe", (AppWinStyle) 2, false, -1); }[/CODE] | |
Re: See sound program in this attachment and compare with your own prog [ATTACH]5053[/ATTACH] | |
Re: see this link : [URL="http://www.themssforum.com/VisualBasic/Looking-loop/"]http://www.themssforum.com/VisualBasic/Looking-loop/[/URL] | |
Re: [URL="http://www.google.co.id/search?q=Binary+to+decimal+in+java&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a"]learn to use google[/URL] | |
Re: see this link friend [URL="http://www.devcity.net/Articles/111/1/vbnet_se_dll.aspx"]http://www.devcity.net/Articles/111/1/vbnet_se_dll.aspx[/URL] | |
Re: what a requirement? and now is Saturday 9 Feb 2008.. | |
Re: in what database?? specify your problem friend... | |
Re: DSN = Database Source Name [URL="http://www.devasp.com/samples/dsn_access.asp"]http://www.devasp.com/samples/dsn_access.asp[/URL] | |
Hi all members.. i reply many introduction post here and i got something missing...so i think what it is..:-/ in fact i never introduce my self to you, it's not fair. so this my post about me. please forgive me for my carelessness.. :'( my name is Jery, i m … | |
Re: hi kamesh.ch, welcome to daniweb... as jbennet said... try to write some code before and if you find an effort post here and many people will help u. :) Ok friend. All for the best. | |
Re: if i did not wrong to understand : select member_id, email_addr, tel_nr, fax_nr from STM_COMM where member_id = 5 | |
| |
The End.