|
|
|
|
|
| | Total Hits: 489 | Today: 0 | Author: stotti_no1. | Rating:  |
| |  Ever wondered how to write a simple Active Directory Browser? Well, then look at my example code here. Its quite simple and straightforward. I am utilizing System.DirectoryServices to connect to AD and enumerate objects.
Of course, this is a simple example which doesn't include threading to make the user interface respond faster. But it will give you an idea of how to connect to AD and do some simple browsing.... |
| | Total Hits: 130 | Today: 0 | Author: Luke Bailey | Rating:  |
| |  I have often had a need to pass various arrays of data from the server to a browser and vice a versa, and although JavaScript has good array handling facilities what I really wanted was a simple library that implemented array passing in both JavaScript (for the client-side) and VBScript (for the server-side ASP code). Implementing such a library would allow JavaScript code in the client’s browser to send a large amount of data via a single HTTP POST field that the server could then interpret wit... |
| | Total Hits: 2 | Today: 0 | Author: Dianyang Wu | Rating:  |
| |  Many web applications such as proxy web servers and multiple search engines are required to access the HTML pages of other websites. The classes WebClient, WebRequest, and WebResponse are usually used to perform these requirements in ASP.NET.
On the other hand, a WebBrowser control is used in a Windows Forms application to browse web pages and other browser-enabled documents. WebBrowser provides many events to track data processes, and many properties and methods to access and create new ... |
| | Total Hits: 2 | Today: 0 | Author: Raj Kumar | Rating:  |
| |  This article describes the use of the Windows Phone WebBrowser control. WebBrowser is like a mini browser which displays web content, static web content, dynamically generated web content from the network.... |
| | Total Hits: 2 | Today: 0 | Author: RohitDighe | Rating:  |
| |  When i was doing coding for sign in and sign out for my clients application, i found that after signing out from the application i transfered the control to login page e.g. login.aspx. At this point if i click the Back button of Browser it shows the content of previous page user was viewing.
As there was important data displayed on page it is security threat.
It is a threat for web applications displaying important information like credit card numbers or bank account details.... |
| | Total Hits: 3 | Today: 0 | Author: SheoNarayan | Rating:  |
| |  When we usually work with ASP.NET AJAX, we feel the lack of history in the browser (browser back and forward button doesn't work) when we perform any asynchronous operation. In this article, I am going to show how to maintain the browser history while performing ASP.NET AJAX asynchronous postback operation.... |
| | Total Hits: 58 | Today: 0 | Author: asithangae | Rating:  |
| |  This article explains the Client Life Cycle of Ajax Script Manager and Update Control. It also explains the page life cycle when a partial postback happens because of Ajax control, and the control over the events as a devoloper.... |
| | Total Hits: 92 | Today: 0 | Author: AzamSharp | Rating:  |
| |  Sometime back I visited a website that had the drag and drop shopping cart feature. Users can simply drag and drop the items they wish to buy in the basket and the basket is updated with the new results. I was extremely impressed with this feature and decided to create a small application that does the same. In this article I will implement a page which enables the users to drag and drop the items they wish to buy into the shopping basket. The shopping basket items and the price will be updated.... |
| | Total Hits: 118 | Today: 0 | Author: Agus Kurniawan. | Rating:  |
| |  This article intends to show how to detect the browser on the clients side. I use the HttpBrowserCapabilities class using the C# language. The HttpBrowserCapabilities class gives information on the capabilities of the browser that is running on the client. It needs the System.Web namespace. HttpBrowserCapabilities properties are accessible through the Browser property of ASP.NET's intrinsic Request object. Here's the HttpBrowserCapabilities members... |
| | Total Hits: 49 | Today: 0 | Author: Evernew Solutions | Rating:  |
| |  A recent project was developed using Internet Explorer 5.5 as the browser of choice. Aware of browser incompatibilities, viewing the web page using three other commonly used browsers, Internet Explorer 4.0, Netscape Navigator 6.1, and Netscape Navigator 4.7 revealed some 'distortions'. This was mainly due to whether or not a particular browser could interpret style sheets, and if so how the style sheets were interpreted.... |
| | Total Hits: 62 | Today: 0 | Author: Microsoft | Rating:  |
| |  This step-by-step article demonstrates how to determine the client browser type in server-side code without using the BrowserType object in ASP.NET. In classic Microsoft Active Server Pages (ASP), the two most common methods to determine the client browser type are to use the BrowserType component or the Request.ServerVariables("HTTP_USER_AGENT") variable. Although you can use these methods in ASP.NET, you can also use the new properties that ASP.NET provides. In ASP.NET, the Request object i... |
| | Total Hits: 137 | Today: 0 | Author: Patrik Löwendahl | Rating:  |
| |  This is just a simple "how to" really. It will show a neat little technique to retrieve a HTML response to insert into your own little box on your site. To do this, we will build a little class which leverages some of the HTTP classes in the framework.... |
| | Total Hits: 40 | Today: 0 | Author: Doug Seven | Rating:  |
| |  Sniffing browser capabilities is nothing new to an experienced web developer. Over time many different approaches have come around...using InStr() to see if a particular value, such as MSIE was in the HTTP_User_Agent value of the Request.ServerVariables collection, or using the Browser Capabilities component in ASP 3.0 to compare against. In ASP.NET you get the HttpBrowserCapabilities class, a new and improved Browser Capabilities component.... |
| | Total Hits: 69 | Today: 0 | Author: Faisal Khan. | Rating:  |
| |  In this article we are going to learn about the HttpBrowserCapabilities component of ASP.NET which will allow you to detect the user browser and develop browser friendly pages.... |
| | Total Hits: 91 | Today: 0 | Author: Toby Jacob Rhodes. | Rating:  |
| |  What is RAVE? RAVE is an acronym that describes the different types of web browsers that use web pages. Specifically, it stands for Reader, Adapter, Viewer, and Editor. The purpose of this article is to demonstrate one way to create a web page that can be read by any type of web browsers.... |
| | Total Hits: 59 | Today: 0 | Author: Björn Meyer | Rating:  |
| |  We have founded the TX Text Control® Server Professional Integration Services partner program to guarantee and sustain the consistent quality of TX Text Control Server integration services. Our partners are highly qualified software and consulting companies with outstanding knowledge of our products and their integration into professional software solutions.... |
| | Total Hits: 49 | Today: 0 | Author: Ken.Robertson.Blog | Rating:  |
| |  Was downloading a trial version of some software this morning, when a little bit of text on the site caught my eye: Our 35-page QuickStart Guide will get you up and going within 15 minutes. Few observations... first, if it is 35 pages, does it really qualify as a quick start guide? I mean, those are usually a couple of pages, maybe 5 pages tops. Second, you think I am going to read 35 pages and set up the program in 15 minutes? Maybe spend 30 minutes reading it, and then I'd.... |
| | Total Hits: 220 | Today: 0 | Author: Robin Smith | Rating:  |
| |  Using the httpbrowser object you can view the surfer's browser capabilities and respond accordingly.... |
| | Total Hits: 253 | Today: 0 | Author: Steven Smith | Rating:  |
| |  BrowserHawk is the market leader for commercial browser detection components. In this review, Steve describes his experience with the product and demonstrates some of its features.... |
| | Total Hits: 83 | Today: 0 | Author: Billy Hollis | Rating:  |
| |  In the interests of full disclosure, let's get something out of the way right now. I don't like programming to a browser. Let's face it, in terms of developing friendly, responsive user interfaces, browser-based programming is a huge step backwards. HTML and the browser were not designed to be a platform for application user interfaces. They were designed for hyperlinked documents. Interfaces developed in a browser pale next to what we can do with tools like Visual Basic®. Because the browser wa... |
|
|
|
|
|
|
|
|
|
|
|
|
|