Forum: ASP.NET Dec 18th, 2008 |
| Replies: 4 Views: 468 Not without some special software. Aspx doesn't work with any of the browsers I know of. |
Forum: ASP.NET Dec 18th, 2008 |
| Replies: 4 Views: 468 Happy Hoildays!
Does anyone know of an Integreated Development Environment for creating ASPX files AND being able to see the results in a WYSIWYG window?
I've tried Visual Basic, Visual Studio etc... |
Forum: ASP.NET Dec 6th, 2008 |
| Replies: 6 Views: 812 One last question since I added to your reputation, please.
You know how I added the Iframe to point to the php like you suggested. The php is a simple php form.
There is a SQL database also. It it... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 6 Views: 812 Thanks Serkansendur
That works like a charm.
One way around aspx! |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 6 Views: 812 That's a great idea if it works.
Is it a complicated process or just a statement? |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 6 Views: 812 I have a template for web pages which is asp.net
Inside the content object or whatever it's called, it wish to place a simpe PHP form. I tried it and the PHP code doesn't seem to be recognized as... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 13 Views: 948 I think there is some critical form element crap in the compiled dll file called App_Web_i5ksdbwd and inherited into the form. Since it's a dll file, is there no software that will open it so I can... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 13 Views: 948 here's the original td with the copied td
can anyone see an error why this would not work to create a form element from an existing one?
<tr>
<td class="Listings" valign="top"... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 13 Views: 948 Thanks. Now that you understand the issue, is it possible for me to take a working asp form and add fields or am I screwed because I will still need to get at the compiled code-behind pages.
You... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 13 Views: 948 Hi,
I just checked the masterpage and found some <form> </form> tags but no real input this or input that stuff. What is the value of separating the <form> tags from the input stuff on aspx file? ... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 13 Views: 948 |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 5 Views: 564 Hard to day. I didn't write the program yet I have to troubleshoot a non working form. That's the trouble with code behind I think. There are three files it inherits from, a masterpage, itself, and... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 5 Views: 564 Hi 4advanced,
I have compiled the .aspx source code and underneath that the generated HTML code in one txt file. Anyway I could get that to you?
I don't know how to file tx on this site. I don't... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 5 Views: 564 I have an aspx form. It works. It submits.
Now, without going into ANY OTHER FILE, I would like to add a field or two.
Is this possible?
I've tried it but those fields never send their data
I've... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 13 Views: 948 Not sure I understand what you said. Here is the exact code for the aspx form. The html generated will send an email even though there is no real form statement in the code. Plus the copied fields... |
Forum: ASP.NET Dec 4th, 2008 |
| Replies: 13 Views: 948 Not sure. So do you have any idea why the field won't send data?
Thx |
Forum: ASP.NET Dec 4th, 2008 |
| Replies: 13 Views: 948 I am using an existing .aspx form that will submit a few fields and a comment box. It actually works! Now, I open that form in Dreamweaver and copy...let's say...the NAME field and all its guts in... |