Web Forms :: Add Application Help Functionality To .net Site?
Feb 8, 2010
I'm planning to add application help functionality to an asp.net site, with the following requirements:
1. Help links to be introduced throughout the application, either at the page level or next to a particular textbox, with a popup that will show guidance to users on how to use that page or what to enter in that textbox.
2. Content of these help popups to be managed by a designated end-user (not the site's developers).Currently we are using help popups that are programmed into the system and can only be changed through site upgrades.
View 1 Replies
Similar Messages:
Oct 20, 2010
where he sells paper products, as well as custom posters, banners, and the like. He doesn't have a website, so he's hired me to create one for him, where users can place orders, check the status of their order, etc.Other than his requirements, I'm trying to come up with other common functionalities that I should include in the site; things like a company blog, an admin section containing a simple CMS and error tracking/logging, a contact form, etc. Just common things that would be useful for a business site that he (or even I) might not think of
View 2 Replies
Oct 20, 2010
I have to setup an MVC project to house all the HTML documents. This would be like a hierarchical structure using routing. The pages don't have to function, just act as placeholders. It's really just for the group to see all the HTML Pages to get an Idea of functionality. Then we would back fill groups of pages with the functionality by creating the controllers, model etc. How would this be best accomplished? Are there mock frameworks that could accomplish this? So it would be a project just having views, with a control ler that allows navigation between pages, simple to show mostly static HTML pages. The idea is simply for the group to see all the functionality, and to put together a structure to start coding. If possible we would like to see the correct URL based on the route table. What would be a quick solution for this while we work on the back end Object/Domain model?
View 1 Replies
Dec 7, 2013
I am going to create application, in that application, i need feature of single sign on application.if i am login with 1 application, i suppose to login with others application.ex. if i login in gmail, then i automatically login with You Tube...
View 1 Replies
Jul 22, 2012
how to store the password and username by using cookies so that on checking the remember me checkbok the user can store their password and username.
View 1 Replies
Oct 21, 2010
Using Visual Web Developer 2010 Express. I was used to creating a web app anytime and I would get a default page for starters and be happy. But today I find that when I pick either the ASP.NET Web Site or ASP.NET Web Application templates I get site.master and a bunch of site admin files that I don't want. Alternately when I select the empty versions of those templates, I get almost nothing at all. An almost empty web.config page and no Default.aspx page. There is nothing magical about having a default.aspx page in place, but it is an indicator of a change when I can only get a virtually completely empty website or a website with a bunch of bells and whistles I don't want.
Also, for some reason, when I create a new app or website as just noted, in the Solution Explorer I get aspx.designer.cs files showing as well as web.config files for both debug and release. Somehow some settings and templates must have changed, or am I missing something here? How can I get my settings/templates to go back to the way they were?
View 1 Replies
Mar 30, 2010
I want to create an webbased application , in wich i want to add functionality for scanning. And i also want to ocr scanned document, how can i do this in asp.net ?
View 2 Replies
May 27, 2010
How to impliment search functionality in static web application developed in c#, asp.net
View 2 Replies
Feb 20, 2010
I would like to have a search functionality in my site to search within my site. is it possible to have our own search engine.
View 2 Replies
Sep 13, 2010
I have one ASP.NET Application (VS.NET 2005). In that i have one scenario where i have to display 500 records per page (Not less than that bcoz this is client requirement to display 500 records per page) in the Gridview. This functionality is working fine but the application is becoming very slow.Can anybody tell me the solution for increasing performance in this case ?
View 2 Replies
Nov 10, 2010
We are implementing some business functionality that it exposed through the asp.net web service. At the current stage user interface is required for some peace of it and we are going to implement it inside of already existing desktop application (it is MFC C++ application, but we are considering to integrate some WinForms/Wpf components). In the nearest future we plan to replace current desktop application with a web site version (it will be asp.net web site, or PROBABLY Silverlight application). Therefore, I would like to implement UI once on the web site and just re-use it in some way from desktop application. Am I clear enough? Is there any way to do that? For sure, I can implement web service and use it from desktop application right now and re-use it from web application when it will be required... But I hope there is a better way to do that.
View 3 Replies
Feb 10, 2011
create db driven meta keywords/description. I would store these records in a database, xml format i presume; since it would be per culture.How would i go about doing this?
View 4 Replies
Jul 29, 2010
I try to write on clipborad the HtmlTextWriterin Render Event of Web Page.Why do i recive this error ?Prima di effettuare chiamate OLE, occorre impostare il thread corrente sulla modalità Single Thread Apartment (STA). Assicurarsi che la funzione Main sia contrassegnata con STAThreadAttribute.Before OLE calls, set the current thread to single thread mode on Apartment (STA).Make sure the Main function is marked with STAThreadAttribute.his is the of ASP.NET page that throw the error
public partial class _Default : System.Web.UI.Page
{
public delegate void ClipBoardEventHandler(object sender, EventArgs e);
[code]...
View 2 Replies
Jul 5, 2010
I have requirement where I need to allow users to upload a Word document with place holders for certain fields which can be found in the database. This will be their template. For example the place holders might be prepended with @@ or something. For example
Dear @@Title @@Lastname
They then can grab a record and hit export to Word document. This will then let them choose the template. They can select the template and then click continue. I will then get the template and replace the @@Title with the title field in the database for the selected record. I am not sure where to start or what components I need to do this.
From my initial investigation it seems that I can do this with the new open XML standard for Office 2007. So perhaps I should read in the template and save all the contents to a db table somewhere. Then when the use wants to export I get the contents again and then do a search and replace for the @@ placeholders and link them properly. Then save the document to the output stream again which will then bring up the save dialog on their browser.
I am using ASP.Net MVC and am in a hosted environment. I was also maybe contemplating dynamically creating a new View type and dynamically creating new views when the user uploads a template. Not sure that this approach will work though.
View 2 Replies
Jun 7, 2010
It appears that the mvc project is ignoring the site.css file.
Steps to reproduce:
1. Open VS2010.
2. Create a MVC2 Web Application.
3. Make any change to the style sheet, and note that your changes do not appear when you run the app.
4. Even better, rename the Site.css file and note that the site runs fine without it.
Could someone explain why the Site.css file in the Content folder is being ignored?
View 5 Replies
Aug 31, 2010
Is it possible to have a web Service and Website in the same application. The web service would be [URL] and website [URL] Both would share the same code for logic and data access
View 8 Replies
Oct 11, 2010
I want to know what is the difference between web application and web site exactly? Because I feel in trouble, as I want to integrate tasks. Part of them are built as a web site, and the other as a web application. When I added them to the web site and build the solution, I had many errors that I could not handle. It can't handle name spaces and some classes can't be read.
View 4 Replies
Mar 10, 2010
when I try to open a Music ASP.NET website from Visual Studio 2008 (Visual Web Developer) using "LOCAL IIS" option I get the message that the website is not marked as an application in IIS.
View 1 Replies
Apr 4, 2011
Some years ago I worked at a very large project in C++/Java with the a CORBA ORB and we were using Rational Purify/CodeCoverage to instrument, detect memory leaks and discover bottlenecks on server code. From that time I did not have any experience on using tools like that on the .NET platform either working on pure c# or with a web application
Do you use tools?Do you estimate traffic and do calculations on the expected bandwidth needed?
Do you profile differently server code and web page rendering?
What code coverage tool are you using?
I know this is a very big topic. Some information I have are from the book "Performance Analysis for Java WebSites", who is fo the Java platform and reference tools for that platform but ises an approach that is transferable and so the core ideas apply generally.
View 2 Replies
Aug 27, 2010
in my web application i have a button controls like yahoo button, gmail button etc., when i click on any button i want to show the related site in my web application (i want to show the site in a particular part of my web application) right side corner of my web application how can i show the site, which control i have to use.in window application we have webBrowser control in web application how can i show the website.
View 3 Replies
Aug 20, 2010
I follow the tutorial and creted a web site for my company sales system. One of my collegue mention we use the wrong templet, we should use Web application for company application.Should i continue using web site or change to web application? We are creating application for company sales, inventory, hr ,etc where possible more than 1000++ user. And during month end, it will be high traffic and transaction. can Web Site Template with BLL and DAL handle it? or i just need a powerful server?
View 7 Replies
Dec 30, 2010
I had first build an database and populated it with various information, set some properties related to FTS and other things.
Now, in the asp.net MVC application, I am able to add the database ServerExplorer->Connect To Database-> Data Source= MS SQL SERVER->Server name->OpAmp-pc. Now, I was unable to add the database by copying the file in app data folder.
My doubt it how can I share the website+ database with my fellow batchmate or put the whole website online.
Build->Publish Sirte, didn't solved the pupose.
View 1 Replies
Feb 3, 2010
I need to implement a web site installer for my asp.net application. The installer will be handling following features - Deploy the .net web application on to the IIS server Setting up the Sql database connection to run the DB scripts. Execute all the DB scripts. Run another exe for the license management. If some thing goes wrong, need to rollback everything. I have heard about wix and install shield and wondering what would be the best technology suitable for this particular case.
View 2 Replies
Nov 26, 2010
What is the difference between a Web Application and a Web Site?
These are the steps i am following crating the both:
File - new Project - Visual C# - ASP.NET Web Application
FIle - New Web Site - Select "ASP.NET Web Site"
I know this a simple doubt but i want to know.
View 3 Replies
Aug 2, 2010
Suppose I created a custom web application that consists of: several assembly DLLs: web app, business logic, data services multiple aspx pages and ascx custom controls that use them custom configuration section custom HTTP module. More or less the usual stuff. I would like to deploy it to a particular sharepoint site under a certain subfolder. So if I access my sharepoint site via [URL] (because I'm not using sites/some_site) I'd like my application to be available under [URL]
I could manually add a virtual folder (not application because I would need to access some Sharepoint site's data) to my sharepoint site in IIS and manually edit site's web.config file to register my HTTP module and add my custom configuration section as well either putting my DLLs into GAC or put them in the _app_bin (so I don't have problems with CAS), but I don't think that's a good thing to do, because this web application may get deployed in an environment where this shouldn't/couldn't be possible. So I figured I could build a WSP using Visual Studio 2010 and deploy it that way. But I don't have enough experience doing that.
I created a new sharepoint 2010 project. Is there a way I could add all non-executable application files (aspx, ascx) at once? I've seen the advanced tab of the WSP package where I can add my DLLs either to bin folder or GAC. I don't know whether I would also have to add any safe control and register certain classes?So I suppose I need some pretty detailed and explanatory guidance here.
View 1 Replies