No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
I.S .NET programmer and Intranet Developer
- Interests
- Working Out, Basketball,Football and swimming
44 Posted Topics
Re: Naters, I've seen an error already, look at the code. Why do you have a closing "End If" on the Sub Page_Load were you don't have an opening If? That should be End Sub Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load displayrecord() End If Post … | |
Re: I'm more towards the Web developer and a Desktop Application programmer. I'm not really good on graphics and choosing the right color. | |
Re: I will code ASP - VB or C3 online quiz system for a small fee. Dexter Zafra [url]http://www.myasp-net.com[/url] | |
Re: I thought ASP Web Dev teacher should know ASP and SQL bec they got paid good money. Anyway, I changed the coding structure not to use response.write, instead use block so that its easy to read. Here's what I came up: <% Dim username, total, mark set rs=conn.execute("SELECT Predictions.[Match ID], … | |
Re: Use stored procedure. Query the date/time and use timespan, then use if else condition by comparing the date and time. I did this when working on tracking system. | |
Re: Use store procedure with parametr @strSearch then pass a strSearch value through SQL parameter.value | |
Re: Don't rely much on Frontpage specially if you just started learning HTML. Learn HTML first, use notepad to code and when you become quite familiar with HTML, then use frontpage. Set the table width to 100%. | |
Re: Are you looking for a Business or Link Directory script were guests and members can submit links? I do have one running in my site written in ASP and it's available for download. However, it doesn't look as good as the one in my site. The one I'm using is … | |
Hi, 10 CSS layout Templates for you to practice or use in your project. Click the link to download them all. [url]http://www.ex-designz.net/template/tempcat.asp?cat_id=13[/url] By: [url]www.ex-designz.net[/url] | |
Re: You need to query the database using ajax get or post method, and then use callback to show the second dropdown menu using innerHTML. | |
Have anyone here use MS Express Edition? I'm using VS.NET 2005 right now, and I'm planning to buy MS Express Edition. Please share your expeienced with Express Edition. | |
Re: You need to get access to the data or some API. That's the only way to query the information. | |
Re: Search google you will find lots topics related about Advertising info. | |
Re: Create good content that people like. Exchange link with a high PR related site. Submit to search engine. Buy adwords CPC. Promote your site locally (in your city). | |
Re: I would remove the flash intro page. There is no content in there. Search engine start indexing pages from the root your domain which is index,default and home .extension. | |
Re: No, unless I get huge amount of ROI. << Signatures to be setup in your user profile >> | |
Hello guys, Can somone help me figure this out. I tried for few hrs today, but still failed to meet my expectation. In old ASP, the cookie is working prefectly, and it prevent me from rating multiple times even. It's a lot different in ASP.NET. For example, if i rate … | |
Hi, I wrote an ASP.NET application for everyone who wants to migrate from ASP classic to ASP.NET. This code is a good resources for those who just started programming ASP.NET Click the link below to view the demo and download page. URL: [url]http://www.ex-designz.net/dl_info.asp?id=835[/url] By [url]www.ex-designz.net[/url] | |
Author: Dexter Zafra [url]www.ex-designz.net[/url] 'The result will look like this: 'List A-Z: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 'Place the code at the top or bottom of your asp page. … | |
Re: Hello orange soda, I don't get the idea of disabling the pager button to prevent mutiple click on the page postback. The purpose of the pager is to be able the users to move from page to page. There must be something wrong in your code that fire an event … | |
Re: Yes you can make do it. I've seen it on one of the commercial ASP.NET Intranet posted on [url]www.aspin.com[/url]. This is not an easy task to do. Your asking a more advanced Web application here. How good are u on ASP.NET? Dexter [url]http://www.myasp-net.com[/url] | |
Here is the code I use in the World recipe random record. I've been looking all over the net on how to display random record using access db on ASP .NET, but found most for SQL server like NEWID(), doesn't work on Access. This could be easily done in ASP … | |
Re: For a simple querying database project with tons of trick. Check out this little app written in ASP .NET VB. This app is so easy to modify bec it was written entirely in notepad declarative/inline coding style, just like any ASP .NET books sample. It's FREE! No dll,code-behind,control, just like … | |
Re: I'm a coder and I follow rules on web standards. I build site in CSS-p which is pretty easy to learn. | |
Hi guys, I have not had a chance to work on the 3 applications for the past few months due to my busy schedule. As I promised everyone that I will release the ASP .NET version of the World Recipe, Directory and hopefully the Extreme Photo Gallery. For now, I'm … | |
Re: Yes you can. I've done it in my site by combining the 2 db queries and display into one. I used function for the other db and it work flawlessly. Dexter ![]() | |
Re: I agreed with big. Offer something unique and people will come. Incorporate other things that won't make your site visitors feel boring. << Signatures to be setup in your user profile >> | |
Re: Is your IP address dynamic? If it is dynamic then there is a posibility your IP is different from the one in your IIS server. This kind of problem happened to me quite often when my ISP changed my IP address. Dexter | |
Re: I know Win 3k ships with CDOSYS, I don't know about CDONTS. Check your IIS 6 web server e-mail component installed. | |
Re: Code: Dim sLastName sLastName = Request.Form("LastName") sLastName = Replace(sLastName, "'", "''") | |
Re: Here si the code: <a href="msg.asp?msgcode=<%=Request.QueryString("msgcode")%>&titleno=<%=Request.QueryString("titleno")%>">text</a> | |
Re: Right click the DB, hit properties. Under properties, hit tab security. In the security window, click add IUSR and click apply. Boom your done. [url]www.ex-designz.net[/url] Dexter | |
Re: I know this connection is generated from Dreamweaver UltraDev or MX. Do you know how to use the repeat region in UltraDev or MX? It's fairly easy. Here is my sample, no response.write use to confuse non programmers. <% Dim Client Dim Client_numRows Set Client = Server.CreateObject("ADODB.Recordset") Client.ActiveConnection = MM_Support_STRING … | |
Re: IIS/PWS is on the Win 2000 CD. You just have to install it. If you have the Win2K CD, load it your laptop and install the IIS / PWS. If you don't have it, ask a copy w/ your friends. I just installed IIS in my cousin's Dell notebook. Dexter | |
I finally got the time to redesign the Visual Basic API section of my site. I added an ASP scripts to colorize the VB code to look exactly as if you were working on MS VB. I built this apps for my own personal use, but everyone are free to … | |
Re: Try placing the img inside a container. I strongly recommend to read more CSS-P articles. | |
Re: Use Request.Form to grab the value from the other page. popup=window.open("http://localhost/proj/formb.asp?itm=<%Request.Form("ListData")%>,"form2","toolbar=0,width=300,location=0,status=0,menubar=0"); <% Dim listvalue listvalue = Trim(Request.Form("ListData")) If listvalue = "1" Then Response.Write "Product1" ElseIf listvalue = "2" Response.Write "Product2" ElseIf listvalue = "" Response.Write "No product selected" End If %> | |
Re: Good Web Developer should follow guidelines. I used to be a cowboy coder making my own guidelines and designing website for Explorer only. Things have changed. I now code for web standards. | |
Re: Oh! Vegas I missed it. I used to lived there for over a yr when I was doing a Visual Basic Programming contract job. I'm now back in Los Angeles, and I still visit Vegas twice a month because my fiancee is working there. That would be great to start … | |
Re: Ask the tech support of your hosting company on what folder in your web root has read,write and execute permission. This happened to my site when I first set up the photo upload. You can use the cgi-bin folder in your web root which has read,write and execute permission. Dexter | |
Re: ASP broswertype object is not 100% reliable in detectinging browser type and version. I would recmmend getting a third pary software such as browserHawk. Dexter | |
Re: Write a function to add them all. I wrote an an e-commerce application use by my friend's site. Dexter | |
I have use it in my site article,freeware,recipe,link directory,lyrics,template and games section. I was able to display the data in 3 cols and rows using CSS layout. It took me quite a while to figured it out. In ASP, you should know where the loop start and end, otherwise the … |
The End.