How To Get The WebApplication Option To Show Up

Jun 15, 2010

I installed Visual Studio 2010 (ultimate). When I click on New Project-> Visual Basic (or C#)-> Web, the only options i get is AjaxControlExtender, AjaxServerControl and ASP.Net Server Control. How do i get the ASP.Net WebApplication option to show up?

View 1 Replies


Similar Messages:

AJAX :: Show Smart Tag Disabled - No Add Extender Option

Feb 18, 2010

I am running vs2010, added the ajax toolkit. I can get form control to drag onto forms and run (ie the editor) but cannot get calender extender to work. I manually added it to the code. set the target id. No calender when ran. But the smarttag will appear on the textbox with the only option of remove extender. Why are the smart tags not working. The show smart tag option is disabled on the right click context menu of the textbox.

View 3 Replies

UrlRewriting From WebApplication To MVC WebApplication

Jun 17, 2010

I have an ASP.NET Web Forms Application in migration process to ASP.NET MVC 1. Urls are as follows:

[URL]

(hxxp because stackoverflow thinks they are links and prevents me from posting so many)

"mvc" is another application inside my Web Site in IIS7.

I now need to be able to do this:

[URL]

Where 'subsiteName' can be anything and must be checked in runtime. I can't create directories for each subsiteName.

I thought of UrlRewriting, so /subsiteName/* rewrites to /*, but then I'd have to rewrite from WebForms to MVC.

I can't imagine a way to make a request to [URL]ever be taken by the MVC application in this scenario.

View 1 Replies

Visual Studio :: 2003 - 2005 And 2008 - Doesn't Show Business Intelligence Option

Jun 11, 2010

I have VS.NET 2003, 2005 and 2008, when I use VS.NET 2005 and clic on new project, this doesn't show me the business intelligence option, this only work with .NET 2008, what sould i do?

View 1 Replies

Web Forms :: Can't Select Dropdown List Option If There Is Only One Option Returned

Jun 29, 2010

I have a dynamic dropdown that is populated from sql. The user is supposed to select an option from the dropdown, then click a search button on the form to return some results based on that selection. It works fine if the dropdown gets populated with more than one record. However, if only one record is returned, that one record can't be selected. Whether you select it or just leave it alone since it's the only one, when you click the form button (search button), no results are returned b/c the dropdown selection must not be actually selected.

I've included the relevant code below. First the DDL, then the datasource, and finally the C# code in the if (!Page.IsPostBack)

[Code]....

View 4 Replies

How To Know About Webapplication URL

Aug 27, 2010

Im running a web application in visual studio 2008...

while running, my first web page url is [URL] while i run this in another system, it is [URL] Really eager to know what is this all about...

because the images in root folder are displaying in my system but not in another system...

View 2 Replies

How To Get The User A Webapplication Will Run Under

Jul 12, 2010

Question: I have a web setup project.

It installs the webapp and puts it into the appropriate virtual directory.

So far so good.

My question now is: how do I set folder write permission?

My problem is, I can set the permissions programmatically, but I need to know the IIS user the application runs under, since it's that user that need the permissions.

View 1 Replies

Put The TabControl In The WebApplication?

Feb 18, 2010

I need to put the TabControl in the WebApplication... but i dont know how i do that?

View 4 Replies

C# - How To Deploy WebApplication On Localhost Using IIS

Jul 27, 2010

I am using Visual Studio 2010, Windows 7 and IIS. I have written a small WebApplication and I want to publish the WebApplication in the localhost. So I click on the project in Visual Studio => Publish => choose File Sytem => Local IIS. After that, I get an error:

To access local IIS Web sites, you must install the following IIS

components:

IIS 6 Metabase and IIS 6 Configuration Compatibility ASP.NET

In addition, you must run Visual Studio in the context of an administrator account. For more information, Press F1.

This topic is new for me, so I am a beginner. What exactly must I do to solve this error?

View 2 Replies

C# - Creating WCF Service To MVC Webapplication

Sep 13, 2010

I wonder if there are some differences between creating a WCF service and an MVC web-application. If you know of good links on how to create such a service for an MVC application that returns a JSON object please do post them.

View 1 Replies

Creating .ics Files In Webapplication

Mar 13, 2011

I am trying dynamically to create an .ics file when ever a user clicks on a attend button in an asp.net application . But it is throwing an runtime error. if we dont have any controllers except other than a single button control , we were able to generate the .ics file, but a full fledged aspx page which in turn is associated with an master page . we are getting errors.can some one let us know if there is an alternative solution for these kind of issues.

View 4 Replies

What Is The Difference Between Webservice And Webapplication

May 14, 2010

can you tell me what is the difference between webservice and webapplication.

View 4 Replies

Export To Excel Using C# (in Webapplication)

Aug 26, 2010

i have done Export to Excel code from Gridview to Excel Sheet. i have got the download Dialog box. How to Get the Button Value whether the datas are saved/Downloaded or Dialog box is closed by hitting cancel button .....

i want to identify the button hitted is Save or Cancel in the Download dialog Box.

code :

public void Export(GridView GridView1, DataTable dtGuid)
{
string attachment = "attachment; filename=ScratchcardDetails.xls";
Response.ClearContent();.....

View 1 Replies

C# - Can Use Window Application Vb Dll In Webapplication

Sep 28, 2010

i am trying to use vb 6.0 dll which is for window application in .net webapplication so tell me can i use it if yes then

View 1 Replies

Web Forms :: To Use WINSCP In WebApplication?

Aug 10, 2010

Is there any way to use WINSCP in WebApplication. My purpose is i shoud need to retrieve the files or folder through secure way means by the way of SFTP or FTP. So that i would like to create an application which is having the feature of file retrievan through secured way.

I would be more good if an ready made dll available to configure with Webapplication in order to achieve the retrieval procees through secured SFTP or FTP

View 4 Replies

C# - Accessing Sharepoint From A WebApplication?

Feb 25, 2011

currently investigating SharePoint for our company as a means to make Excel processing accessible through our web application without relying on the Office Interop DLL files. (our sysadmin doesnt want to install Office on the production server, for good reason)I'm aware that Sharepoint has an Excel Webservice that can be enabled and used by the application. The problem, if it is a problem, is that I need to make a class that wraps all the logic for transforming an Excel into HTML.So I need to add the references to this webservice to the application.

But what if we need to deploy the application with a customer that has no SharePoint server available, will this cause a problem in the application? We will use checks to make stuff visible and invisible depending on whether a parameter is set, but I'm looking for a means to ensure that I can for example add the required references at runtime when I need them for Sharepoint.

View 1 Replies

C# - Using Ghostscript In A Webapplication (PDF Thumbnails)?

Mar 24, 2010

i am using the ghostscriptsharp wrapper for c# and ghostscript. I want to generate thumbnails out of pdf-files. Further Information on the sample-code are given here.There are different Methods imported form the ghostscript-c-dll "gsdll32.dll".

[DllImport("gsdll32.dll", EntryPoint = "gsapi_new_instance")]
private static extern int CreateAPIInstance(out IntPtr pinstance,
IntPtr caller_handle);

[code]...

View 2 Replies

Check Performance Of Webapplication?

Aug 27, 2010

Q. How to check performance of webapplication.

1.Data counter

2.Web performance counter

View 4 Replies

C# - Printing Problem In Asp.net Webapplication?

Dec 8, 2010

i am using following code for print the content of Webapplication -

[code]...
now problem is that when i run this application and press on print button then only half of matter of multiline textbox is printed by the printer but rest part not.so tell me how i print the multiline textbox using above code. Note my multiline textbox has huge data which will print on more than 4 or 5 page.if you have another code for do it please share with me.

View 1 Replies

How To Capture A Screen Shot From A Webapplication

May 26, 2010

In Java we can do it as follows:

import java.awt.Dimension;
import java.awt.Rectangle;
import java.awt.Robot;
import java.awt.Toolkit;
import java.awt.image.BufferedImage;
import javax.imageio.ImageIO;
import java.io.File;
...
public void captureScreen(String fileName) throws Exception {
Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
Rectangle screenRectangle = new Rectangle(screenSize);
Robot robot = new Robot();
BufferedImage image = robot.createScreenCapture(screenRectangle);
ImageIO.write(image, "png", new File(fileName));
}

How do we do this in .NET from a webapplication? Capturing the client's screen and sending it to the server all from within the application.

View 4 Replies

Access Windows Service In Webapplication Using Dot Net

Dec 28, 2010

I need to read the data from the COM port in a web application, so I have written a Windows Service for reading data from serial ports. Now I need to access that data in a web application. Can anyone tell me how to access it? Is using threads the best way to do this or not? What other possible ways are there?

View 3 Replies

How To Apply OpenFileDialog Function To A WebApplication

Mar 11, 2011

I am devoloping a Web Application, in which one Page has some neccessity that User should select any folder in the System and for ex if he selects ex:D:xyz, then this Path should be Saved in Database, I have written the Code for Storing in to Database and Remaining Every thing. But actually i think that if it is like a Browse Button click function to select the Folder, what i have made is, as i dont know how to make it in Web Application simply i used a textbox to be able to user to type the Path.

View 3 Replies

Passing Values From Silverlight To Webapplication?

Mar 2, 2011

I am using the silverlight application for in my project,i have problem with passing values from silverlight application to asp.net web application page. so how to pass the values from silverlight to webapplication.

View 2 Replies

C# - Test WebApplication In Different Internet Speed?

Mar 29, 2010

how is it possible to test a web application developed in VS 2008, in different internet speed connections?

View 5 Replies

Web Forms :: Embedding One Webapplication Inside Another?

Jan 12, 2010

I need to integrate two websites that reside on two different domains. User accesses the first app, automatically signs in the second, and can navigate from the first to the second.

My idea was to use an IFRAME in order to embedd the second app inside the first.

Did anyone encounter any issues with such approach? can you recomend something else which makes for sense.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved