Tagged Questions
0
votes
2answers
58 views
How to add html form to asp:PlaceHolder (missing form tag)
I have to add simple form to a asp:PlaceHolder
<form action="https://www...." method="post" target="_top">
<input type="hidden"...
<input type="hidden"...
<input type="image" ...
0
votes
0answers
53 views
Why does the html5 image placeholder act as a Reset button?
In testing out the various HTML5 input types (button, checkbox, color, date, datetime, datetimelocal, email, file, hidden, image, month, number, password, radio, range, reset, search, submit, tel, ...
0
votes
1answer
38 views
Why are my html5 labels not displaying in Live Web Preview?
I added this (taken straight from a book, "HTML5 24-Hour Trainer") to Default.aspx in an asp.net web project:
<form method="post" action="">
<fieldset>
...
0
votes
1answer
189 views
Changing language of HTML form in code behind
On custom sharepoint ASPX page, I have a small HTML form with 3 input types of text and a submit button. I want to know is there any way to change the language of whole the form in codebehind? i want ...
0
votes
1answer
107 views
How to check if html form of aspx page is filled or not under page load event
I have an aspx page where i have html form with two input types of text (textboxes) and one input type of submit (button). In codebehind under Page_load() method of this page, i want to check if form ...
1
vote
0answers
25 views
email id is not working from php to asp age
i am trying to send a emailid from php page to asp page...but its does not receive
by my server. i am using form get method..but if i add @ in my mail id..then its show error..other wise its ...
2
votes
4answers
741 views
Change HtmlForm action in C# ASP.NET 3.5
I have a form as
<form id="form" action="" method="post" runat="server">
When accessing in C# code-behind via
HtmlForm form = (HtmlForm)this.FindControl("form");
and attempting to change ...
0
votes
1answer
279 views
Hidden Fields Lose Content on Postback
I am trying to create a session-less website in which I am using the StringBuilder to post the data to another form. The problem is that after the data is posted to the other form, the page loads ...
0
votes
2answers
427 views
Cannot get a form in javascript from a .NET page?
I have a typical .NET page with a master page. The web page has an asp:Button that calls a javascript function Form_Validator(). I cannot get the Form inside the Form_Validator() function no matter ...
0
votes
2answers
122 views
Can you do a Form submission with Javascript disable
If a user has disabled Javascript in their client browser and they try to use a Form on the Web Page, this causes a Postback. My understanding is that the Form would create a Javascript function ...
0
votes
4answers
812 views
How to call aspx page without opening it
I have a aspx page that I need to call without going directly on that page.
I have tried to make POST from form but it opens this action url in browser.
<form method="POST" ...
1
vote
1answer
146 views
Chrome <input> laggy only when wrapped in <form>
I have an ASP.NET webpage that is rendering many (~3000) <input type="text"> textboxes on a single page (that are client-side only, i.e. do not need to postback). In Chrome, if these inputs are ...
2
votes
2answers
128 views
Forward a form submission in asp.net
I have a HTML webform (NOT asp.net webform) that submits its form to an aspx script.
On the aspx script, I'd like to simply forward the form submission to a different form processing script. (after ...
2
votes
2answers
173 views
Prevent elements from clearing after failed validation on nested .NET master page
The validation works perfectly, but if the validation fails, the form clears all data.
How can I validate the form without causing the user to have to re-enter all the data again? Due to the nature of ...
1
vote
5answers
674 views
How can I add a file upload button to my C# web application?
I want to add a file upload button to my web application in Visual Studio using C# in order to allow for the user to browse for a picture on his PC to save it in database. It is like when you want to ...
4
votes
3answers
1k views
HTML Form Data Lost On POST
We have a very strange problem which we have yet to be able to diagnose. Our application has a number of specific ASP.NET MVC actions which fail because a required parameter is missing:
The ...
1
vote
2answers
461 views
After disabling a Submit button with JS, re-enable after file download
I'm working on an ASP.NET application. Currently when the user clicks "Save" on an item, we disable the Save button, change its text to "Saving..." and so on. This works fine, because the button ...
1
vote
2answers
1k views
get current width of html form using javascript
I want to get the current width of an html form using javascript. I'm writing this in asp.net
Form definition: <form id="form1" runat="server">
What I an trying: ...
1
vote
2answers
252 views
aspx: a form is always forwarded to the same page
on the page products.aspx i created a form:
<form id="send_info_form" method="post" action="send_email.aspx">
<input type="text" name="the_name />
<input type="submit" />
...
0
votes
5answers
698 views
How to implement search textbox as in stack overflow website?
I have a search textbox in the web page. When the user presses enter key after entering text in that textbox then the search function should get executed. How to do this?
0
votes
3answers
212 views
How can I retain carriage returns when I'm encrypting data?
I have this following setup, a textarea named with some data in it that may have carriage returns and another textarea that has style='display:none' in order to make it hidden as follows:
...
2
votes
1answer
171 views
ASP.net post and default page
Scenario:
I have a regular aspx page with a form.
When someone clicks a button the form submitted via post like normal.
HOWEVER. The page where the form resides is the default page(Default.aspx). ...
2
votes
1answer
3k views
ASP Button (Command vs Submit)
I want this to be a command button not a submit button, so that when the user presses the "Submit" button is "clicked".
ASP Code:
<asp:Button CommandName="StartButtonName" CommandArgument="soo"
...
0
votes
2answers
929 views
HTML Encoding Form Post
A user has sent me some information that they posted to one of my pages with potential XSS issues however, looking at the server side code I don't think it would ever run through my code smoothly.
...
0
votes
1answer
547 views
Really Weird ASP.Net Reserved Request.Form key name
I seem to have stumbled across a really weird issue when posting a static HTML page to an ASP.NET page:
Example:
<form action="Kiosk.aspx" method="post">
<input type="hidden" id="key" ...
1
vote
3answers
264 views
Is is possible to get ASP.NET input controls to act like a basic HTML Form?
ASP.NET has a number of nice features regarding making data input pages:
Adding input controls is easy (<asp:...).
The system automatically generates member variable for the controls.
Post-backs ...
3
votes
6answers
4k views
Asp.Net nested form
I need to supply an html form (not a server form) for searching within an asp.net web-forms website. The form will post to another website where an indexed search is performed. Seeing as nested ...
1
vote
4answers
2k views
url rewriting + Asp.Net Login Form = Death
on our site we do url rewriting to generate massive amounts of database generated pages. on every page, there is a Login control for users. like this:
Internal aspx page: /DB.aspx?id=123
User visible ...
7
votes
7answers
9k views
Using embedded standard HTML forms with ASP.NET
I have a standard aspx page with which I need to add another standard HTML form into and have it submit to another location (external site), however whenever I press the submit button the page seems ...
3
votes
5answers
2k views
How I do to force the browser to not store the html form field data?
When typing in html forms, browsers like firefox or ie store the values, sometimes quietly. So when typing in another webforms, the browser smartly suggest the same information. Another method to show ...
3
votes
2answers
8k views
How do I use jQuery to insert a <DIV> wrapped around a variable number of child elements?
I have ASP.Net code similar to the following (this is inside a FIELDSET):
<ol>
<li>
<label>Some label</label>
<one or more form controls, ASP.Net ...
2
votes
4answers
4k views
Best way to implement Google Custom Search on an aspx page
Google custom search code is provided as a form tag. However, Asp.net only allows a single form tag on a page. What is the best way to implement their code so you can include it on an aspx page (say ...
