QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

Why does my ASP.NET file have multiple <form> tag with runat=server?

Megasolutions.net :: Asp.Net Frequently Asked Questions - FA...
Net framework provides an Administration utility that manages the installation and uninstallation of multiple versions of ASP.NET on a single machine. You can find the file in C:\WINNT\Microsoft.NET\Framework\v**\aspnet_regiis.exe if you install VS.NET or the framework without IIS installed, and then go back in and install IIS afterwards, you have to re-register so that ASP.NET 'hooks' into IIS properly."

How can I call a CGI without using a <FORM> tag?

A guide to CGI Scipts at 4eIT.com - Linux web hosting, compl...
Domain Name Registration | Linux Web Hosting | Reseller Web Hosting | Free Web Hosting | Free Resource Directory

Why doesn't the focus feature on the <html:form> tag work in every circumstance?

Apache Struts Web Application Framework
Unfortunately, there is some disagreement between the various browsers, and different versions of the same browser, as to how the focus can be set. The <html:form> tag provides a quick and easy JavaScript that will set the focus on a form for most versions of most browsers. If this feature doesn't work for you, then you should set the focus using your own JavaScript. The focus feature is a convenient "value-add" -- not a core requirement of the tag.

edit] How do I activate HTML-Tags, e.g. "<input>" or "<form>" ?

MediaWiki FAQ - Meta
if you need those HTML-tags for one action only (e.g. this PayPal-Button), but don't want HTML to be activated generally, write your own MediaWiki_Extension which outputs your HTML-needs (e.g. PayPal extension). the more "dirty"-way is to add $wgRawHtml = true; to your LocalSettings.php. If you do so, HTML-tags are activated on every page. Note: even after adding $wgRawHtml = true;, it appears you must surround your html tags with <html> and </html>.

Posted: Thu Jun 02, 2005 - 3:10 pm Post subject: Why use <form> tag?

DashboardWidgets - Forums
Is the HTML valid (All tags closed, no <input> fields without a <form> around them ...) ? " I don't understand the point of using <form> tags even if you are using <input> elements. You don't need to use them. Just add a button ( <input type=button> or <button> ) and use the onclick event to register your event handler for that button.

How can I search and replace within <form>...</form> tags?

TextPipe FAQ - Frequently Asked Questions about TextPipe
If you want to search and replace inside <form> elements, use Filters\Restrict\HTML or XML element or attribute, and select Restrict to between tags <FORM> and </FORM>. Check 'Include start and end tags' if you also want to search/replace inside the attributes of the tag as well. Next, add a new search and replace (Filters\Replace\Find pattern (perl style)) and drag it INSIDE the original.

What is ASP.NET?

Forum FAQ - GameDev.Net Discussion Forums
ASP.NET is based upon the .NET framework. ASP.NET differs because the design of the site is separated from the code. ASP.NET is driven towards creating scalable web solutions and applications through the provision of Web Services CodeProject ASP tutorials includes a variety of excellent tutorials, from using data to creating full-scale web applications.

What file format does the Tag Database use?

Slim Devices : Product Info : FAQ
The data is saved using SQLite and is in that binary format. If you want external access to this data, we plan to export it as an XML file similar in format to the iTunes file but this has not been implemented yet.

Why doesn't SuperMemo notice that the <img> tag makes a unique new html file?

FAQ: Using HTML in SuperMemo
HTML texts are compared at the registry level (i.e. as plain text). For that reason, you cannot keep two identical texts with different formatting even if the differentiating tag contains an image. You can resolve your problem by naming your image in text (e.g. "Fig. 1" or "Pronuncation:", etc.). HTML tags are compared only in textless HTML I have an HTML article imported with Ctrl+Alt+N. When editing and pressing 's' key, SuperMemo moved focus to the next element.

How do I create arrays in a HTML <form>?

PHP: PHP and HTML - Manual
To get your <form> result sent as an array to your PHP script you name the <input>, <select> or <textarea> elements like this: lt;input name="MyArray[]" /> <input name="MyArray[]" /> <input name="MyArray[]" /> <input name="MyArray[]" /> Notice the square brackets after the variable name, that's what makes it an array.

How do I publish my ASP.NET application to my ISP's web server?

Megasolutions.net :: Asp.Net Frequently Asked Questions - FA...
Your ISP must first create an IIS application and apply the Front Page Server Extensions to it. Then in Visual Studio .NET, select the "Project | Copy Project" menu. Then enter the URL and select the FrontPage web access method. The "Copy Project" feature copies all of the necessary files to your ISP's machine for your ASP.NET application to run. You can also FTP your files to your ISP web server. But you must know which files to upload. For more details refer PRB: Remote ASP.

Can I run multiple catalogs on one server?

MiniVend Frequently-Asked Questions
Yes. MiniVend supports multiple independent catalogs. There are users who run more than 500 catalogs on a single machine. The capacity is usually a function of how busy the catalogs are and how much memory and processor speed your system has.

How do I upload a file from my ASP.NET page?

Mail Test
In order to perform file upload in your ASP.NET page, you will need to use two classes: the System.Web.UI.HtmlControls.HtmlInputFile class and the System.Web.HttpPostedFile class. The HtmlInputFile class represents and HTML input control that the user will use on the client side to select a file to upload. The HttpPostedFile class represents the uploaded file and is obtained from the PostedFile property of the HtmlInputFile class.

How to create a File Picker in ASP.NET?

ASP .NET FAQ - DataList
lt;asp:datalist id="DataList1" runat="server" DataKeyField="FullName" OnSelectedIndexChanged="SelectedIndexChanged"> Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Protected Sub SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles DataList1.SelectedIndexChanged

What Does ASP.NET Frameworks Hosting Give Me?

Virtuoso FAQs
Seperation of the web application development environment and the deployment application server. ASP.NET and IIS are no longer inextricably linked -as many assume- on the Windows platform. Secondly, because ASP.NET is a Microsoft .NET Framework, and the fact that Mono is an Open Source and CROSS Platform .NET CLR implementation, you also get a decoupling of ASP.NET from Windows as a deployment platform.

What does the specials tag mean?

FAQ
This item is specially priced for a limited time. Click on our Specials link on the task bar at the top of every page.

How does the parser deal with tags like <tag/>?

HTML Parser - HTML Parser Frequently Asked Questions
The parser handles tags ending with a slash as a normal Tag object. The Tag interface has a method - isEmptyXmlTag() which returns true if is this such an empty xml tag (has no end tag).
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact