Forum: Community Introductions Mar 2nd, 2008 |
| Replies: 9 Views: 621 Yep. That's alright they were to easy anyway. :) |
Forum: ASP.NET Mar 1st, 2008 |
| Replies: 2 Views: 1,980 If it is a pop up window then the window.opener.GetElementById("Your Control Here") works pretty well. |
Forum: Troubleshooting Dead Machines Feb 29th, 2008 |
| Replies: 15 Views: 2,776 nukewarm takes e-machine and throws it in garbage bag. |
Forum: ASP Feb 29th, 2008 |
| Replies: 15 Views: 2,725 ASP.Net does this right out of the box doesn't it? <asp:Login>...</asp:login> |
Forum: C# Feb 29th, 2008 |
| Replies: 4 Views: 605 Do the passwords/usernames have to be secure? Encrypted? If so you are talking about an awful lot of lines of code. |
Forum: C# Feb 29th, 2008 |
| Replies: 3 Views: 4,456 I'm not sure what you mean. If you want to create a list from dynamic data or get data from a dynamic list?
From data to list...
<html><body><form>
<asp:ListBox ID="ListBox1"... |
Forum: Community Introductions Feb 28th, 2008 |
| Replies: 9 Views: 621 Yea its nukewarm like lukewarm only hotter. :) |
Forum: Web Development Job Offers Feb 28th, 2008 |
| Replies: 6 Views: 1,058 Hello my name is Indiana. |
Forum: Community Introductions Feb 28th, 2008 |
| Replies: 9 Views: 621 I have spent most of my web site development days using Data Access Pages. Now that they apparently suck so bad I have installed a new IIS server and a new SQL server at work and I'm working to... |
Forum: C# Feb 28th, 2008 |
| Replies: 7 Views: 35,975 Forget about trying to use javascript in these asp pages. The better you get at c# the more you can fully use the .Nets.
This should work. Insert code right above the <html...> tag.
<script... |