User Profile

Collapse

Profile Sidebar

Collapse
econVictim
econVictim
Last Activity: Mar 20 '09, 03:16 PM
Joined: Oct 23 '08
Location: Chicago
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • econVictim
    replied to How to enable get/post in IIS7 asp.net 2.0
    in IIS
    thanks for your reply but this is not really an answer to the question. for various reasons relating to custom application i cannot take advantage of the usual .net methodology. instead this is really a work around. i could take advantage of this simpler approach or consider redesigning hundreds of content pages.
    See more | Go to post

    Leave a comment:


  • econVictim
    started a topic How to enable get/post in IIS7 asp.net 2.0
    in IIS

    How to enable get/post in IIS7 asp.net 2.0

    I have a standard html form in my master page. The form uses the GET method. When I submit the form, nothing is appended to the URL. I am assuming that this feature is disabled somewhere somehow. I have read a few articles that describe how to enable the features in the web.xml and so I've gone ahead and done it and my web.xml looks like

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
    ...
    See more | Go to post

  • Thank you frinny again for replying to my question. I am now completely confused about my strange errors. I have scoured the internet looking for reasons why this doesn't work. I want to believe that a form with the get method would be the answer, and I think it is the answer. However for the life of me I cannot figure out why my form returns get methods with ?x=somenumber&y =somenumber. I think the numbers returned in the get method are related...
    See more | Go to post

    Leave a comment:


  • I've created the custom control - however using the control destroys my sessions. Is there somethings I'm missing? I've created an ascx.cs and placed the following code inside.

    Code:
    using System;
    using System.Data;
    using System.Configuration;
    using System.Collections;
    using System.Web;
    using System.Web.Security;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    ...
    See more | Go to post

    Leave a comment:


  • If i do not hear of any other suggestions I will try your second alternative... to me this is extremely bizarre.. Although, it does not surprise me that I have a strange error.

    Thank you
    See more | Go to post

    Leave a comment:


  • frinivale,

    thanks.. I have gone ahead and tried to implement the GET method as you have suggested. The results are not what I expect however. When I submit the form I get a bizzare ?x=11&y=7 at the end of the url. X and Y are not variables in this form.

    Every thing seems to be working alright, in other standard aspx pages the GET method works just fine...

    Any ideas what would cause this?
    See more | Go to post

    Leave a comment:


  • C# WebApp: retreiving a control value in a master page form

    I have a standard html form in a masterpage that is part of a search engine on a separate page...
    [code=asp]
    <form id="fsearch" action="search. aspx" method="post">
    <table border="0" cellpadding="0" cellspacing="0" >
    <tr>
    <td style="width: 280px;"><input type="text" id="search" style="height:2 1px; border:solid...
    See more | Go to post
    Last edited by Frinavale; Dec 10 '08, 08:33 PM. Reason: added [code] tags

  • thanks guys i'm writing with c#
    See more | Go to post

    Leave a comment:


  • questions: refresh on back button and force a page refresh

    i have a user profile oriented website where every page has a form in it. I want people to submit the form and cause a refresh...

    I also want the page to refresh if they hit the back button so that the form they've submitted cannot be submitted again.. I have a poll where people vote, I don't want them to revote.... this is a common theme in the website with interactivity.. .

    any thoughts about this would be appreciated...
    See more | Go to post

  • ok i've fixed the errors... thanks guys.. this is what i've ended up doing

    .aspx :

    Code:
        <form id="form1" runat="server">
    
            <asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click" CommandArgument="12">LinkButton</asp:LinkButton>&nbsp;
            <asp:Panel ID="Panel1" runat="server"
    ...
    See more | Go to post

    Leave a comment:


  • here is a link to the page where the code example can be seen
    www.boilerconne ctions.com/aaronstests/search/popup.aspx

    thank you for replying, i'm going to modify the code tonight
    See more | Go to post

    Leave a comment:


  • you can sort them in order if you want using a bubble sort loop with your array
    a bubble sort works kindof like this - you will need to store values in temporary containers after you compare them. if they are greater or smaller, switch them.. i hope this helps you. the end result is a sorted set of values with the one you need at either top or bottom of the array
    See more | Go to post

    Leave a comment:


  • a popup form that doesn't execute functions- web c#

    hey guys, i'm new to working with .net c#. I've been doing some more advanced things without knowing much about what i'm doing... I need to create this popup window without using the javascript.. i've been mostly successfull using some simple code however my buttons on the popup don't execute. any ideas and solutions would be greatly appreciated... thank you

    this is the front form... form1

    [HTML]
    <form id="form1"...
    See more | Go to post
No activity results to display
Show More
Working...