Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
Showing results 1 to 25 of 47
Search took
0.21
seconds.
Search:
Posts Made By:
EricaStar
Forum:
ASP.NET
10-22-2010, 06:22 PM
Replies:
2
Entity Data Model - Original Value
Views:
5,905
Posted By
EricaStar
Entity Data Model - Original Value
How do you configure an entity field in the Entity Data Model to automatically get the original value of the field if the value passed to the field in my code is null? Maybe in the table mapping? I'm...
Forum:
HTML & CSS
04-16-2009, 06:10 PM
Replies:
7
Firefox Background not displaying
Views:
809
Posted By
EricaStar
So...all I had to do was set HTML to 100%????...
So...all I had to do was set HTML to 100%???? Firefox is weird ;)
Forum:
HTML & CSS
04-16-2009, 06:02 PM
Replies:
7
Firefox Background not displaying
Views:
809
Posted By
EricaStar
empty-cells is in there for Safari. it doesn't...
empty-cells is in there for Safari. it doesn't work in IE; but in IE I just fill empty cells with spaces. I haven't ran into any problem with table-layout yet, but I tried removing it to see if that...
Forum:
HTML & CSS
04-16-2009, 05:42 PM
Replies:
7
Unwanted top margin in FireFox
Views:
1,491
Posted By
EricaStar
You don't have to waste your time telling me why....
You don't have to waste your time telling me why. I already know why some people think that using DIVS are better. I wouldn't use stupid either. That implies something different. Happy Coding!
Forum:
HTML & CSS
04-16-2009, 05:36 PM
Replies:
7
Firefox Background not displaying
Views:
809
Posted By
EricaStar
the body height is already set to 100%.
the body height is already set to 100%.
Forum:
HTML & CSS
04-16-2009, 05:33 PM
Replies:
7
Firefox Background not displaying
Views:
809
Posted By
EricaStar
Firefox Background not displaying
I am updating a website to make it compatible with all browsers and I keep running into problems. In IE the table shows up fine. However in Firefox, the table doesn't appear to be showing up.
CSS:...
Forum:
HTML & CSS
04-16-2009, 04:55 PM
Replies:
7
Unwanted top margin in FireFox
Views:
1,491
Posted By
EricaStar
I figured it out. It turns out that all I had to...
I figured it out. It turns out that all I had to do was to set the table's vertical align property to TOP.
Forum:
HTML & CSS
04-16-2009, 04:39 PM
Replies:
7
Unwanted top margin in FireFox
Views:
1,491
Posted By
EricaStar
Ooops...I didn't realize that was still in there....
Ooops...I didn't realize that was still in there. I removed it. It's some sort of compatibility issue. It works fine in IE. Setting Line-Height to 16px fixes the problem, but if I do that, I'm just...
Forum:
HTML & CSS
04-16-2009, 04:11 PM
Replies:
7
Unwanted top margin in FireFox
Views:
1,491
Posted By
EricaStar
Unwanted top margin in FireFox
Can someone tell me why Firefox displays a space at the top of my design, although I have all margins reset to 0?
HTML:
<html>
<head runat="server">
<link rel="stylesheet"...
Forum:
JavaScript frameworks
02-18-2008, 06:10 PM
Replies:
1
Yahoo User Interface: Slider Control
Views:
5,321
Posted By
EricaStar
Would, then, anyone know of some samples for...
Would, then, anyone know of some samples for putting multiple YUI sliders on a form?
Forum:
JavaScript frameworks
02-16-2008, 07:38 PM
Replies:
47
What's your favorite JavaScript framework?
Views:
11,939
Posted By
EricaStar
Yahoo User Interface, gives plenty of sample code...
Yahoo User Interface, gives plenty of sample code and documentation. As a beginning javascript developer that is exactly what I need. If you are experienced in programming techniquest (from other...
Forum:
ASP.NET
02-16-2008, 07:33 PM
Replies:
2
Put two values in the Dropdownlist Datatextfield HOW?
Views:
6,515
Posted By
EricaStar
I would agree with skillzdx. I don't remember...
I would agree with skillzdx. I don't remember what the syntax in SQL, but in MySql (it's probably similar) it is:
Select concat(firstname, ' ',lastname) as FullName from tblUsers
Then in your...
Forum:
MySQL
02-16-2008, 07:29 PM
Replies:
8
integrating users
Views:
1,285
Posted By
EricaStar
I'm assuming your using MySql. If 5 or later, why...
I'm assuming your using MySql. If 5 or later, why not create a trigger using After Insert?
Forum:
JavaScript frameworks
02-16-2008, 07:19 PM
Replies:
1
Yahoo User Interface: Slider Control
Views:
5,321
Posted By
EricaStar
Yahoo User Interface: Slider Control
I am trying to put multiple sliders on a web form. The sample on YUI only shows one slider on a form. I tried developing my own code to allow for 4 sliders on one form, but as a beginner in...
Forum:
ASP
03-15-2007, 10:37 PM
Replies:
2
MySql DataRow
Views:
976
Posted By
EricaStar
I fixed my own problem with the following...
I fixed my own problem with the following replacement in the item template:
<%="<a href=" & chr(34) & "javascript:PopIt(" & chr(39) & ...
Forum:
ASP
03-15-2007, 04:36 PM
Replies:
2
MySql DataRow
Views:
976
Posted By
EricaStar
This was moved to ASP, but I am using ASP.NET....
This was moved to ASP, but I am using ASP.NET. Can an admin please move it to ASP.NET forum. Thanks. I wasn't sure where to put it so thanks for your help.
Forum:
ASP.NET
03-15-2007, 04:31 PM
Replies:
2
Sending a simple mail in ASP.NET
Views:
733
Posted By
EricaStar
What error are you getting? I would remove...
What error are you getting?
I would remove the underscore after 'New'.
Forum:
ASP.NET
03-15-2007, 03:24 PM
Replies:
1
Changing value of a child control from host page
Views:
839
Posted By
EricaStar
What error are you getting? It could be that you...
What error are you getting? It could be that you need to add a protected withevents statement to youe declarations section:
Protected WithEvents txtAttendingName As...
Forum:
ASP
03-15-2007, 03:13 PM
Replies:
2
MySql DataRow
Views:
976
Posted By
EricaStar
MySql DataRow
Hello All.
I hope I'm posting this to the right forum. If not, please advise. I think this problem is related to mysql. I have a MySql database. In my program I am using a asp.net repeater. I am...
Forum:
HTML & CSS
12-29-2006, 07:44 PM
Replies:
1
Dynamic Width (Best Method)
Views:
588
Posted By
EricaStar
Dynamic Width (Best Method)
Can someone please tell me the best method for implementing dynamic width pages that'll work on all late browsers? I've read many solutions but no one method works on all browsers that I've seen. I...
Forum:
HTML & CSS
12-27-2006, 04:32 PM
Replies:
1
flash player detection
Views:
648
Posted By
EricaStar
There is no way to do that using plain HTML or...
There is no way to do that using plain HTML or CSS. You may want to post this question in the javascript forum. You might also want to reference this page: http://www.quirksmode.org/js/detect.html....
Forum:
HTML & CSS
12-27-2006, 04:16 PM
Replies:
3
Positioning is off
Views:
624
Posted By
EricaStar
Positioning is off
Can someone let me know what I'm doing wrong. The right border on of the box that says 'This is the first box' does not display. What am I doing wrong. CSS file is attached.
HTML:
<!DOCTYPE...
Forum:
ASP.NET
12-14-2006, 02:19 PM
Replies:
2
Invalid ViewState
Views:
1,910
Posted By
EricaStar
Brando, Thanks for the help. I tried all of the...
Brando, Thanks for the help. I tried all of the fixes posted on Microsoft and nothing worked. So, I went ahead and changed my viewstates to sessions. In my opinion, it's something configured wrong on...
Forum:
ASP.NET
12-13-2006, 09:16 PM
Replies:
2
Invalid ViewState
Views:
1,910
Posted By
EricaStar
Invalid ViewState
I haven't found much about this on the web. Please Help!
Error:
The state information is invalid for this page and might be corrupted.
Stack Trace:
[HttpException (0x80004005): The state...
Forum:
ASP.NET
12-12-2006, 03:16 PM
Replies:
2
Macros
Views:
901
Posted By
EricaStar
There's a NoBot control found here that may be...
There's a NoBot control found here that may be helpful:
http://ajax.asp.net/ajaxtoolkit/NoBot/NoBot.aspx
Showing results 1 to 25 of 47
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
08:39 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.