Forum: ASP.NET Jun 15th, 2008 |
| Replies: 6 Views: 1,791 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. |
Forum: ASP.NET Jun 15th, 2008 |
| Replies: 5 Views: 3,393 Use store procedure with parametr @strSearch then pass a strSearch value through SQL parameter.value |
Forum: ASP.NET Apr 18th, 2006 |
| Replies: 0 Views: 1,684 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... |
Forum: ASP.NET Nov 13th, 2005 |
| Replies: 0 Views: 4,174 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... |
Forum: ASP.NET Sep 14th, 2005 |
| Replies: 17 Views: 46,947 I will code ASP - VB or C3 online quiz system for a small fee.
Dexter Zafra
http://www.myasp-net.com |
Forum: ASP.NET Sep 11th, 2005 |
| Replies: 5 Views: 21,255 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... |
Forum: ASP.NET Sep 11th, 2005 |
| Replies: 4 Views: 7,570 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.... |
Forum: ASP.NET Sep 3rd, 2005 |
| Replies: 9 Views: 26,476 Yes you can make do it. I've seen it on one of the commercial ASP.NET Intranet posted on www.aspin.com. This is not an easy task to do. Your asking a more advanced Web application here. How good are... |
Forum: ASP.NET Jul 29th, 2005 |
| Replies: 2 Views: 12,670 Demo is working
Demo Link: http://www.myasp-net.com
Dexter |
Forum: ASP.NET Jul 29th, 2005 |
| Replies: 2 Views: 4,393 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... |
Forum: ASP.NET Jun 30th, 2005 |
| Replies: 2 Views: 12,670 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(),... |
Forum: ASP.NET Jun 30th, 2005 |
| Replies: 0 Views: 3,653 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... |