How To Browse Webpages In Intranet
Jan 25, 2010how to browse my web (aspx) pages in intranet
View 1 Replieshow to browse my web (aspx) pages in intranet
View 1 RepliesHow is it possible to programatically Browse back one step, instead of doing that with the browse back/forward buttons in the browser ?
View 4 RepliesI have an ASP.NET page that I would like to include inside of my classic asp website. The classic asp pages were originally written in Dreamweaver CS4.
What steps need to be taken? Will I need to convert all pages to asp.net or can I leave them alone? Will they convert easily if I have to convert to ASP.NET.
Using C#
How to display a message box in C#
I cannot find the message box in the dropdownlist....
How to display a message box in webpages...
I am .NET developer & new to Mobile Web Applications. I am working on ASP.NET 3.5 & VS2008. Currently our clients can access our site through Desktop browsers & now I am working on creating Mobile Web Application of the same.
I have started with stuff from Visual Web Developer Team Blog Post & [URL]
Now our current Web Application uses Ajax & I want to use same in our Mobile Web Application but I am not able to use Ajax controls on these mobile pages.
1. Do Mobile Web Pages supports Ajax or not?
I know that System.Web.WebPages.WebPage has a read-only Model property of type dynamic.
By default this property is null when accessed in a Razor cshtml page. My question is if I want an Mvc-style approach (without using full-fledged Mvc3) how would I set Model to something before the page renders?
How i put the video on Web pages using ASP.NET???
View 2 RepliesWhat setting must I change under IIS to allow access to the folders? I am looking for that settings for hours, nothing found.
It seems like it is giving a 403 error when I tried to access the folder.
we have a reseller web application that uses basically the same asp.net codes on different domains. However we replaced the cookies in the web.config files to the root domain of each domain and the timeout time to 1000
HOwever for the initial site that was setup, it runs well. But every additional site times out after about 2mins
I have looked through the web.config so many times to see if anything is conflicting but cant find anything.
I need to pass a dollar amount from one webpageto another webpage without letting the user modify the values when the values are passed between these pages. ie Page 1 (entry page) to Page 2 (confirmation page)
View 2 RepliesI'm new to .NET. And created a website using
ASP.net 3.5 (.aspx as frontend)
VB.net(aspx.vb as backend)
SQL Server 2000 as backend
Now I want to host the site within our intranet network. But I can't.
I don't know about web.config in detail.
I would like to give our intranet users and create, edit, colaborate documents via a browser. What is the best way to go about this?
Requirements: The user should be able to:
1. create content,
2. edit content (content created by anyone)
3. records should be kept on who edited what and when
4. should easily be able to go back and forth between edits
5. should be able to assign rights to created/edited pages (i.e. who can view them)
I am working with asp.net application,Where i need to send email from my application.Im am sending email using HTML page.Before hosting in the IIS it is working properly ,But it is not working in the intranet the following Error occurs
Could not find file 'c:windowssystem32inetsrvEmailBody1.htm'.
Where EmailBody1 is name of the html page.
I have a web-site that runs for external customers on the internet and for internal users on an intranet. In IE11 with no compatibility mode set the intranet site asks the user to log in for every pop-up page however this is not the case with the internet.
Now if turn on the Compatiblility mode then the intranet and internet work the same in that the users do not need to log on to every pop-up page, however the site formatting in lost when the Compatibility mode is set.In Chrome,Firefox there is no problem. I think it is something to do with the security and zones but have tried everything.
-store in database table just the url to the image file located on file system of web server(ex:"C:image.jpg")?
-store them in database table as type "image"?
-store them in database table as filestream data?
How do I link a control to an external style sheet? What folder do I put the external style sheet in?
View 2 RepliesI am working on the Home Page of a new client. The client wants me to show 5 images in his home page, which he does not want to part with.I am using a master page and also a user control in the home page.All this make the home page too heavy(if this is the right word).All are .jpg images.
The master page contains logos and the user control is a table containing hyperlink to navigate to other web pages.
I have been working on a web application using C# and I want to capture images from my webcam on the registration page. The concept is as the page loads, the system checks for a webcam connected and if the webcam is found conencted, Image streaming should be done and the frames would be displayed on the page. As soon as I click the "Grab Image" button, the Image should be captured and stored to a database.
View 12 RepliesUsing Vb.net I created a html table with a hyperlink column to another ASPX.Net page. The page I am linking to has a text box that accepts a customer number and a button (NEXT) to link to another ASPX.Net page. When I link to the first page, the customer number is not in the textbox. Also, I do not know how to execute the NEXT button so it links to the final page.
[Code]....
In the root of my domain i have the CSS file style.css and the masterpage file site.master.The link to the CSS file within the site.master is
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
The problem is that webpages contained within subdirectories do not inherit the CSS file.What am i doing wrong here?If i copy the style.css file to the subdirectories everything works like a charm...UPDATE: If i change the path to /style.css or to ~/style.css the style is Not applied also to the webpages within the root folder.
I realize that subroutines in the 'C' language are now classes that are instantiated as objects in the C# language, but I don't know how to use them in a web page. I have several control event handlers that need to use the same function. Where is the class defined and how is it instantiated within the event handlers?
View 2 RepliesAny way to add powerpoint slides to the webpage.
View 3 Replieshow is it possible to embed any .swf file into any .aspx page?
View 2 Repliesi built a user control for login process, i'm using it in some of my pages, but something
wierd happens, in some pages it works fine, and in some page he just doing Postback,
and put this in the url:
?ctl00%24ContentPlaceHolder1%24LoginBox1%24TxtUserName=&ctl00%24ContentPlaceHolder1%24LoginBox1%24uiTxtPassword=&ctl00%24ContentPlaceHolder1%24LoginBox1%24SignInCmd=Sign+In
Whats the best way to store data from database, if you are planning to retieve all needed that once from d database only once, when the page is loaded for the first time. is arrays appropriate or is the better storage methods. dude to lack of speed. we have decided to only get all data from the database once and store them on arrays then only interate with the database when inserting, deleteing and updating. I'm using visual studio 2008 , coding on c# and using asp.net mysql connector. what other storage methods
View 5 Replies