Search Results

Showing results 1 to 40 of 73
Search took 0.02 seconds.
Search: Posts Made By: ebabes
Forum: PHP May 9th, 2008
Replies: 3
Views: 1,094
Posted By ebabes
I dont want to make use of a frame. I want the other page to be loaded separately. Is it possible?
Forum: PHP May 9th, 2008
Replies: 3
Views: 1,094
Posted By ebabes
Is it possible to load two web pages at the same time without using a javascript? I want a pop up webpage to appear and I usually do it using javascript. But my problem is when a clients computer...
Forum: PHP Apr 27th, 2008
Replies: 2
Views: 695
Posted By ebabes
Thank you very much for the time but I had managed to troubleshoot the problem already. I am unaware that my phpMyAdmin folder is set to read-only. When I changed the property of my folder, it worked...
Forum: PHP Apr 20th, 2008
Replies: 2
Views: 695
Posted By ebabes
I had been using my local phpmyadmin for the past few days and its working. But suddenly, I can't access my local phpmyadmin and got this error "Access forbidden! You don't have permission to access...
Forum: ASP.NET Mar 16th, 2008
Replies: 0
Views: 920
Posted By ebabes
I deployed an online quiz in my site using Access as my database. The question is randomly selected from the database one at a time so that multiple users using the application at the same time will...
Forum: ASP.NET Mar 15th, 2008
Replies: 0
Views: 1,190
Posted By ebabes
I am currently working with an application that involves the creation of new table when a user had pressed a button. I am using an Access Database with a name AcoountReg.mdb. The table should compose...
Forum: ASP.NET Mar 9th, 2008
Replies: 2
Views: 721
Posted By ebabes
Forum: ASP.NET Mar 8th, 2008
Replies: 2
Views: 721
Posted By ebabes
I created a javascript function FnNextQuestion() but I have a problem calling it in my C# class. Is there a way to call this function inside my aspx.cs class? I need help please...
Forum: ASP.NET Mar 6th, 2008
Replies: 6
Solved: 20 Second Timer
Views: 1,413
Posted By ebabes
Forum: ASP.NET Mar 6th, 2008
Replies: 2
Solved: CSS Fields
Views: 492
Posted By ebabes
Thanks SheSaidImaPreggy!
Forum: ASP.NET Mar 6th, 2008
Replies: 15
Views: 3,027
Posted By ebabes
Thanks srikanthkadem! It works well in my project. I only experience a problem when the PrintScreen key of the keyboard is pressed the first time, still it captures a data. Rest assured, I really...
Forum: ASP.NET Mar 6th, 2008
Replies: 15
Views: 3,027
Posted By ebabes
I think you got me wrong peter_budo. What I am saying is PrintScreen key of the keyboard and not an attempt to print the page. Next time may we be responsible enough in the statements that we write....
Forum: ASP.NET Mar 5th, 2008
Replies: 2
Solved: CSS Fields
Views: 492
Posted By ebabes
I have seen lately from this site a listing of all fields that can be inserted inside CSS. But I can't find it now. Can anybody give me the codes for all the fields in CSS?
Forum: ASP.NET Mar 5th, 2008
Replies: 15
Views: 3,027
Posted By ebabes
Thanks to all of you guys! What about if I want to disable the PrintScreen button?
Forum: ASP.NET Mar 5th, 2008
Replies: 6
Solved: 20 Second Timer
Views: 1,413
Posted By ebabes
Thanks buddy! Can I have a sample code for this so that I could fully analyze your idea.
Forum: ASP.NET Mar 4th, 2008
Replies: 15
Views: 3,027
Posted By ebabes
Thanks SheSaidImaPreggy at least you understand my objective in doing such application. Can I have a sample code to make use of it as a good start? Thanks in advance...
Forum: ASP.NET Mar 3rd, 2008
Replies: 15
Views: 3,027
Posted By ebabes
This will only happen when my students will conduct online quiz using my site. After they have logged in to my site and opening the page for online quiz that's the only page where those keys should...
Forum: ASP.NET Mar 3rd, 2008
Replies: 15
Views: 3,027
Posted By ebabes
I am currently working with onlize quiz. Is it possible to disable CTRL, ALT, other keys and status bar? My concern is to secure my page such that nobody can copy any data displayed in the page.
...
Forum: ASP.NET Mar 3rd, 2008
Replies: 9
Views: 1,386
Posted By ebabes
I tried the given code but I receive this error message The name 'smtpServer' does not exist in the current context referring to the statement mail.Fields.Add...
Forum: ASP.NET Mar 2nd, 2008
Replies: 9
Views: 1,386
Posted By ebabes
Thanks SheSaidImaPregy! The code is great. I just want to know from empkeydotcom if how can I set it as my mail server in my code. Assume that I have an email account as ebabes@gmail.com. I badly...
Forum: ASP.NET Mar 2nd, 2008
Replies: 6
Solved: 20 Second Timer
Views: 1,413
Posted By ebabes
I wish to create an application that displays a message in a label assume that the messages have been stored in a string of array. The message automatically changes every after 30 seconds.

How...
Forum: ASP.NET Mar 2nd, 2008
Replies: 7
Views: 8,324
Posted By ebabes
Thanks to all of you guys. Its a big help!
Forum: ASP.NET Feb 28th, 2008
Replies: 9
Views: 1,386
Posted By ebabes
Thanks SheSaidImaPregy! Can you answer my problem on Calendar please. I want that when a user clicks a date in a calendar, a message in a textbox will appear and let's assume that it is a scheduled...
Forum: ASP.NET Feb 28th, 2008
Replies: 9
Views: 1,386
Posted By ebabes
I wish to incorporate e-mail in my page such that when a user had pressed a button, an email will be sent to the recipient. This has been my code.

MailMessage mail = new MailMessage();
mail.To =...
Forum: ASP.NET Feb 26th, 2008
Replies: 5
Views: 2,804
Posted By ebabes
Thanks to all. The code is now working. It happened that there was a delay in the server where I uploaded my site.
Forum: ASP.NET Feb 26th, 2008
Replies: 2
Views: 586
Posted By ebabes
Hi! When the user clicks a date, I want to display a scheduled meeting let's say in a textbox or a label. How can I do this in ASP.Net using C# as my script?
Forum: ASP.NET Feb 25th, 2008
Replies: 2
Views: 586
Posted By ebabes
I inserted a Calendar object in my page. I want that when I click a certain date, let's say a label will appear visible in the page such as "This day is your scheduled meeting!". Assume that this...
Forum: ASP.NET Feb 25th, 2008
Replies: 5
Views: 2,804
Posted By ebabes
What if I didn't make use of a master page, where will i put the code? I tried inserting it right after the title tag of my default.aspx (this is the only place where I had seen that the code link...
Forum: ASP.NET Feb 22nd, 2008
Replies: 5
Views: 2,804
Posted By ebabes
I wish to put an image/icon beside the website address everytime a user visits my page. How can I do this in ASP.Net?
Forum: ASP.NET Feb 22nd, 2008
Replies: 6
Views: 4,845
Posted By ebabes
Thanks. I don't get any problem about the directory where I put my database. I only find a problem in the word "Server" because it is not accepted by the Web Developer when I insert the code in a...
Forum: ASP.NET Feb 21st, 2008
Replies: 6
Views: 4,845
Posted By ebabes
I tried the given code this.oleDbConnection1.ConnectionString = "Provider=Microsoft.Jet.OleDb.4.0;Data Source=" + Server.MapPath("~\\MyData\\grades.mdb"); but I received an error message "The name...
Forum: ASP.NET Feb 20th, 2008
Replies: 6
Views: 4,845
Posted By ebabes
Just a follow up, I am using C# as my script. I make use of OleDbConnection and OleDbCommand to facilitate my SQL transactions. How can I make use of relative path in MS Access?
Forum: ASP.NET Feb 20th, 2008
Replies: 6
Views: 4,845
Posted By ebabes
Everytime I connect my Access database into my page for some SQL statements like SELECT, INSERT, UPDATE, and DELETE - I make use of an absolute path in my data source such as Data Source =...
Forum: ASP.NET Feb 17th, 2008
Replies: 7
Views: 8,324
Posted By ebabes
Thanks buddy! How about if I wish to specify the size of the object?
Forum: ASP.NET Feb 15th, 2008
Replies: 7
Views: 8,324
Posted By ebabes
I wish to insert an swf files in ASP.Net, how can I do it? What is the code in ASP.Net?
Forum: ASP.NET Feb 14th, 2008
Replies: 8
Views: 928
Posted By ebabes
Thanks buddy! Its a big help...
Forum: ASP.NET Feb 14th, 2008
Replies: 4
Views: 2,214
Posted By ebabes
Thanks. I forgot how to make use of Random function already. can I have a sample code for it? Thanks again...
Forum: ASP.NET Feb 13th, 2008
Replies: 13
Views: 6,381
Posted By ebabes
If I make use of response.redirect will it not close my current page? Thanks...
Forum: ASP.NET Feb 12th, 2008
Replies: 5
Views: 1,376
Posted By ebabes
I'm usng ASP.Net 2005 (Web Developer). I am not aware that there are built in functions provided in the page. What are those functions and how can I make use of it?

Thanks...
Forum: ASP.NET Feb 12th, 2008
Replies: 8
Views: 928
Posted By ebabes
How can I incorporate a web counter (page hit) in ASP.Net to track the number of visitors in my site?
Showing results 1 to 40 of 73

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC