That won't really work. The page load by default only includes a list of existing members in a dropdown list, with an Edit button and a New button. Choosing either a member from the list and clicking Edit, or just clicking New makes the form appear.
So if I redirect, then it takes me back...
I have a .NET form using C# that I use for both editing a table and adding a new record. When editing, it grabs data from a record and fills the form text boxes with the info, and shows an "Edit" button. Click on "Edit" and it works fine. At the top, I have a "New" button. This is supposed...
are you saying that I should be able to get the class information in the input button (if it is not asp:button) using Request.Form ? I tried that but didn't work.
I'll look at that jqueryUI button.
Thanks,
So I have looked for days for a solution online to this, and I've tried different ways of doing this, but can't seem to find a complete solution. So please HELP!
I have a form that a user is filling out online. At one point in the form, they select keywords they want to associate with their...
I don't write SQL that much, and usually my queries are pretty straight forward. I'm having a problem (I think it's join-related) where I want all the records from one table (A), but then if a related table (B) has a piece of data to add, I want it, but if not, I want it to return a blank or...
I've got a convoluted Select statement gathering lots of info from a variety of tables.
Abbreviated, I've written something like this:
Select master_customer_id, name, title, company, user
FROM cus_table
WHERE name LIKE 'A%'
On a separate piece of code, I'm using this nice little snippet...
I have a login form (enter.cfm) that submits to a page that checks the login (check_login.cfm). Some people have written their own page code on their own site, so it goes to my page (check_login.cfm) that checks the login, without them having to go to my own login page.
Is there a way I can...
I searched around on some forums for this, and everyone seems to suggest using a database as the middleman. But is there a way to pass a session variable established in coldfusion to ASP so it sees it too?
My website runs on Coldfusion, but we are revamping some things and our new...
Thanks for the replies. The site is hosted by Network Solutions. They tell me it was just the bandwidth, and using a shared packaged. They're telling me to upgrade to dedicated or VPS for more access.
I kept thinking it was the code, since it is much more complicated this year. I still...
Searched around but couldn't find any specific help on this.
I run a website that is in ColdFusion. It's a site that gives away free tickets. We did this last year and had no problems when we went live, even with a huge hit at the beginning. This year, the code is much more complicated...
Thanks for all the suggestions...I guess I'm even a bit more confused than before.
However, the first response had the easiest solution for me: Web-Based.
Since my prior experience is mostly Access Databases running off IIS web servers with ASP coding, this would definitely make the most...
Okay,
I've been out of the DB design game for about a year and a half. Previously, I did some intermediate design in Microsoft Access 2003, some good VB scripting with that, and a lot of ASP scripting (the DBs run off websites for the most part).
I'm in the pre-design phases of a new...
Does anyone know what the properties are for downloading details about a yahoo stock quote are?
I have the basic string:
http://finance.yahoo.com/d/quotes.csv?s=ibm&f=sl1d1t1c1ohgv
But I know there are many more properties I can add to get more info...I just don't know where there is a...
About eight months ago, I THOUGHT I read some sort of programming book that spoke about grabbing the HTML code from another web page on the Internet.
Basically, what I want to do is this:
I want to keep track of when a page of information on another website is updated with new information...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.