Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Tags
Member Avatar for ebabes

Please help me solve these errors that I usually receive. I've created an application that reads, updates, and inserts a record into an Access database. But every time I press the **Update** button to update a record, I usually receive this error message "**Syntax error in UPDATE statement**". On the …

Member Avatar for moonshine4
0
1K
Member Avatar for ebabes

I am creating an ASP.NET web page using Visual Web Developer and using C# as my script. Can anybody give me a code in C# that will load another aspx web page? The situation is like this: a page is loaded automatically when a user pressed a button and satisfied …

Member Avatar for kvprajapati
0
132
Member Avatar for ebabes

Can anybody help me create a crystal report by merging two different tables in just a single report. I usually do it using the wizard of crystal report yet, I don't arrive with the format that I wanted to happen. The report looks like a report from a table plus …

Member Avatar for jerry32uk
0
125
Member Avatar for 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. How can I do this in ASP.Net using C# as my script?

Member Avatar for salvea
0
409
Member Avatar for ebabes

What if when a user press a button, the application will load another form but the previous form is automatically hidden in the screen, afterwhich when the current form is closed the previous form is automatically activated? How can I do this? I make use of ShowDialog() but the previous …

Member Avatar for Bilal Saeed
0
192
Member Avatar for 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 blocks a javascript, the page is unable to load. Is there …

Member Avatar for pritaeas
0
80
Member Avatar for 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 [COLOR="Red"]"Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server". [/COLOR] I …

Member Avatar for ebabes
0
92
Member Avatar for 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 receive a different question. The users answer is also stored in the same …

0
60
Member Avatar for 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 of the following fields - ID (number), Stud# (number), PGrade (number)... and so on. How …

0
71
Member Avatar for ebabes

I created a javascript function [B]FnNextQuestion()[/B] 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...

Member Avatar for ebabes
0
102
Member Avatar for 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 can I do the change of the message every after seconds in ASP.Net using C# as …

Member Avatar for ebabes
0
113
Member Avatar for 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?

Member Avatar for ebabes
0
142
Member Avatar for 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. [code]MailMessage mail = new MailMessage(); mail.To = "me@mycompany.com"; mail.From = "you@yourcompany.com"; mail.Subject = "this is a test email."; mail.BodyFormat = …

Member Avatar for ericstenson
0
140
Member Avatar for ebabes

I wish to insert an [B]swf[/B] files in ASP.Net, how can I do it? What is the code in ASP.Net?

Member Avatar for ebabes
0
249
Member Avatar for 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?

Member Avatar for ebabes
0
116
Member Avatar for 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 label is set initially as [B]lblMsg.visible = false;[/B]. How can I do …

Member Avatar for ebabes
0
65
Member Avatar for 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 [COLOR="Red"]Data Source = C:\MyData\grades.mdb[/COLOR]. But when I make use of a relative path in my data source …

Member Avatar for ebabes
0
451
Member Avatar for ebabes

How can I incorporate a web counter (page hit) in ASP.Net to track the number of visitors in my site?

Member Avatar for SheSaidImaPregy
0
129
Member Avatar for ebabes
Member Avatar for ebabes

Can anybody help me identify the code in ASP.Net that is equivalent to MessageBox (C#) or Alert (JSCript). I need a message box that will pop up when a certain condition is not fulfilled. Your response is highly appreciated.

Member Avatar for serkan sendur
0
582
Member Avatar for ebabes

I usually create a datagrid in Visual Web Developer to display information from a database because it has a wizard for SQL transactions. Is there a way to program and manage the datagrid using C# as a script? Such as add or delete directly a record from the datagrid and …

Member Avatar for dilipv
0
102
Member Avatar for ebabes

I wish that when a user positions the mouse in a hyperlink, a set of sublinks will show up. It flips and flops as the user moves in and out the mouse towards it. How can I do this? Thanks. I really appreciate your reply.

Member Avatar for ebabes
0
95
Member Avatar for ebabes

I wish to display a MessageBox when a user had entered an invalid input in a textbox. How can I do this using C# as my script?

Member Avatar for ebabes
0
138
Member Avatar for ebabes

How can I change the font color of my links when a user moves the mouse pointer over a link in Web Developer? Do I need a CSS to do that? If yes, what should be the content of the CSS?

Member Avatar for SheSaidImaPregy
0
69
Member Avatar for ebabes

How can you insert a hyperlink in your site that does not include an underlined text? This is for a basic reason that most of the text of a hyperlink is underlined. How can I get rid of it?

Member Avatar for ebabes
0
104
Member Avatar for ebabes

How will you know whether the input entered by a user in a textbox is alphanumeric, number, or string? I request a user to enter a number in a textbox and I wish to trap those users entering alphanumeric or strings. How can I do this?

Member Avatar for SheSaidImaPregy
0
331
Member Avatar for ebabes

I had just compiled my site using Publlish Website feature of Visual Web Developer. But when I deployed the compiled website in the local IIS, I received the following error message in the browser: Server Error in '/' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of …

Member Avatar for ukerbel
0
67
Member Avatar for ebabes

Can anybody help me look for a site that will host my ASP.Net web files for [COLOR="Red"]FREE[/COLOR]. Thanks.

Member Avatar for ericstenson
0
78
Member Avatar for ebabes

I had finished my website using Visual Web Developer and when i put it in the local IIS and make request to the site, an error displayed in the browser like this The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error …

0
73
Member Avatar for ebabes

Hello out there! I've tried lots of editing in this code yet I still receive the following errors. 1. Every time I press the Update button to update a record, I usually receive this error message[COLOR="red"] [B]“Syntax error in UPDATE statement”.[/B][/COLOR] 2. When I press the Save New button to …

Member Avatar for hollystyles
0
97