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

Frequently Asked Questions

How can ASP.NET application transmit data from one page to another?

One way to transfer data from page to page is to use querystring as follows: <% ' Page1.aspx dim st as string = "somevalue" response.redirect("page2.aspx?value=" & st) %> <% ''page2.aspx dim st as string st = request.querystring("value") %> Another ways is to store data in SESSION variable. The following code shows it: <% '' Page1.aspx dim st as string = "somevalue" session("value") = st response.redirect("page2.aspx") %> <% ''page2.

How much data can you transmit?

Deep Space Communications Network - Faq
We are currently not accepting data streams for transmission as we may not be able to monitor what is being sent. We may offer this service in the future. See similar questions...

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. See similar questions...

How to View one record per page in ASP.NET?

Megasolutions.net :: Asp.Net Frequently Asked Questions - FA...
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load See similar questions...

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. See similar questions...

How do i send a mail from ASP.NET page?

The following snippet shows how to do it. <%@ import namespace="system.web.mail"%> <% dim message as new MailMessage() message.From = "srikanthpragada@yahoo.com" message.To = "you@somedomain.com" message.Subject = "Batch Schedule" message.Body = "Some body" SmtpMail.SmtpServer = "srikanthtechnologies.com" SmtpMail.Send (message) %> See similar questions...

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. See similar questions...

How do I transmit a file to Data Media?

Data Media Associates, inc.
Save your file to be transmitted, zip it and use our On Line Passport to upload your file. You may use any protocol to transmit to Data Media. See similar questions...

Is it safe to transmit my data over the Internet?

Accounts Centre uses encrypted transmission of information between the servers. Secure Socket Layer (SSL) helps ensure that your information is protected during transmission over the Internet. Accounts Centre utilizes the 128-bit SSL encryption, which is also used by banks and online trading and financial companies for their information transfers and security over the Internet. See similar questions...

How do I send an email message from my ASP.NET page?

Mail Test
You can use the System.Web.Mail.MailMessage and the System.Web.Mail.SmtpMail class to send email in your ASPX pages. Below is a simple example of using this class to send mail in C# and VB.NET. In order to send mail through our mail server, you would want to make sure to set the static SmtpServer property of the SmtpMail class to mail-fwd. Write a program to create a user control with name and surname as data members and login as method and also the code to call it. See similar questions...

How to run an exe from a ASP.NET page?

ASP.NET 3.5 interview question: 10/1/07 - 11/1/07
Instead give user the option to click on it and download the executable, and execute it if he wants to. All you can do is put .exe in a directory on your web site and put a hyperlink to it on some page. Note : Be sure to secure this directory by deactivating all execution permissions both in the IIS console and in the directory ACL See similar questions...

Why is no data being displayed within the application?

Desktop Weather FAQ
You have to be connected to the Internet to access current weather information. Please check your Internet connection to ensure that you are still connected. If you are connected and still do not see any data, please check your "Settings" to ensure that they are correct and then select "Reset" to get updated information. Please note that if you access the Internet through a dial-up connection it may take a few extra minutes once you've connected to get updated information. See similar questions...

In Visual Studio .NET, how do I create a new ASP.NET application for an existing ASP.NET project?

Asp .Net 1.1 Faqs
First create an IIS application using the IIS MMC. Then in Visual Studio .NET, use the "New Project In Existing Folder" project template (at the end of the template list). It will first ask you for the project name (use the same one you created for the IIS application). Click OK button. Then enter in physical folder location. You must first create an IIS application using the IIS MMC. Then in Visual Studio .NET, create a new ASP. See similar questions...

Q.1A Can my fax modem transmit data?

Faximum - Fax FAQ- questions
In a word, maybe. There is a standard proposed by the EIA/TIA/ANSI called Binary File Transfer (BFT) that extends the fax Group III modulation and protocols for bulk data transfer. The problem, of course, is that few fax modems or software packages provide support for this mechanism. See similar questions...

Explore Other Topics

Milk and cheese give me an upset stomach. Do I have lactose intolerance? What should I do?
QUESTION: I am installing a Ford alternator and external voltage regulator. How do I wire them?
Do you suffer from migraines/headaches/neck or shoulder pain ?
Why does the video keep buffering or playing back badly?
Why there is diarrhoea or constipation after surgery?
Q14. Should I regap my Iridium spark plugs?
What happens if the delivery is not made within the specified time?
How does a HRA work?
I keep getting unwanted telephone solicitors calling my home, what can I do about it?
How and where do I get the cap and gown for graduation?
Can I remove my iron-on labels?
Are there any deductions to be taken from vacation pay?
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact