Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Implement custom paging with SQL Server 2005
- In previous columns, I covered the basics of using the .NET 3.5 ListView control and explained how to pair it with the DataPager control. Now I'll show you how to use these controls with a SQL Server 2005 backend to implement custom paging, in which only a subset of the...
- Tags: Function, Microsoft SQL Server, Data, Paging, Row, Microsoft SQL Server 2005, DataPager, ViewState, GetData Method, ID, newIndex, Servers, Databases, Enterprise Software, Hardware, Software, Data Management, Tony Patton
- Blog posts 2008-03-25
- Problem with SessionState/ViewState
- The answer to this is probably something I'll go d'oh! over once I see it but here's my problem:I'm trying to use SessionState or ViewState to pass a variable back to the same page so that the same page can pull up different sets of data. This way I...
- Tags: ViewState, typeString, searchString
- Q&A 2006-01-06
- Client-side state management techniques for .NET architects
- Using client-based state management techniques involves storing information between calls to the server in the final HTML page, in an HTTP request, or on the disk cache of the client computer. The server itself stores no information between round-trips and uses the client information passed to it on each call...
- Tags: .NET, Middleware, e Advantage, Microsoft .NET, Using ViewState, ViewState, server
- Technical articles 2003-03-12
- Architecting applications that use the ViewState property
- By default, the .NET Framework makes Web pages act like a standard Windows application. This feature can affect performance, so proper usage is important during application design.One of the most powerful new features for Web developers is the page event cycle. By default, the .NET Framework makes Web pages act...
- Tags: .NET, Microsoft .NET Framework, e Advantage, ViewState
- Technical articles 2002-06-19
Additional Resources
- ASP.NET ViewState Helper (exe)
- ASP.NET ViewState Helper is designed to help all web developers, but has specific features to help ASP.NET developers track ViewState issues. Analyze your web pages in real-time while you browse them using Internet Explorer 6.0 or higher. ASP.NET ViewState Helper gives you very detailed information to help you optimize your...
- Tags: Microsoft ASP.NET, Binary Fortress Software, ASP.NET ViewState Helper, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2008-03-03
- ViewState
- wht is viewstate in asp.net? Give the exact solution.
- Tags: .NET, Middleware, sanjitcdacmca@..., wht
- Discussion threads 2007-05-19
- Limiting the size of ASP.NET ViewState to improve performance
- Microsoft created ASP.NET ViewState to help alleviatethe difficulties of programming in the Web's stateless environment. But likeevery tool that makes a developer's life easy, it comes with a price:performance. In the case of ASP.NET ViewState, the performance problemresults from the increased size of any page that uses ViewState.ViewState basicsViewState works...
- Tags: .NET, Performance management, Microsoft ASP.NET, performance, Phill Miller, ASP.NET ViewState
- Technical articles 2004-06-22
- Dropdownlist index change event problem.
- i can explain for my doubt with example.see.my table have multiple types of employee details like as management,Programmer,Designers,Accountants,ContractEmployees.Each type of department having many employee details.Now my drop down list having types of department names like that above types of department names..if i select any one type of department using dropdown...
- Tags: thanigaimani83@..., employee detail, checkbox value
- Discussion threads 2007-11-10
- MSDN Webcast: ASP.NET Soup to Nuts: User Settings (Level 200)
- This webcast explains what Microsoft ASP.NET 2.0 provides in the area of personalization and how a Web site can store user information and individual user preferences. The webcast introduces the various storage mechanisms in the ASP.NET framework, such as cookies, ViewState, and profile management features.
- Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, Microsoft Corp., .Net, Middleware, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Consumer Electronics, Personal Technology
- Webcasts
- EasyListBox (msi)
- EasyListBox offers instant, codeless generation of rich-content dropdownlists, comboboxes, swapper lists, unlimited related (parent-child) lists, and more. Take advantage of HTML content, multiple columns, SpeedSearch, AJAX, Validator support, and list caching no Viewstate required for your high-performance list control projects. Full rendering in Internet Explorer, Firefox, Mozilla, and Netscape 7;...
- Tags: AJAX, Web Browsers, Leadership, Internet, Software/Web Development, Web Development, Web 2.0, Management
- Software downloads 2006-01-26
- MSDN Webcast: Digging Into Server-Side State Management (Level 200)
- Microsoft ASP.NET has an entirely new Session object that actually works. The presenter of this webcast shows the works and the best practices to take advantage of it. Find out how to serialize the VIEWSTATE information to be stored on the server and use the Cache object for read-only data...
- Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, Microsoft Corp., Best Practice, .Net, Middleware, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Consumer Electronics, Personal Technology
- Webcasts
- Easily manipulate data with the GridView control in ASP.NET 2.0
- How does Grid view support Business Logical LayerHow does Grid view support BLL if we are working in multi tier architecture?How does we map BLL methods to Grid view?Data corruption is biggest feature of gridBiggest bug in the grid is if you disable viewstate (so you don't have giant...
- Tags: ASP.NET 2.0, Microsoft ASP.NET, delhirainbow@..., grid view, programming, asp .net
- Discussion threads 2007-03-07
- Security Flaw in ASP.NET
- There is a vulnerability in the way ASP.NET validates real files to virtual files when Authentication is used. Read more about the problem and download the new [i]HttpModule[i] to address the problem.http://www.microsoft.com/security/incident/aspnet.mspxSome additional ASP.NET resources previously published on Builder:[b]Using the ASP.NET Calendar control[/b]http://builder.com.com/5100-6373_14-5319954.html[b]Limiting the size of ASP.NET ViewState to improve...
- Tags: Mark W. Kaelin, Microsoft ASP.NET, programming, security
- Discussion threads 2004-10-14
- Learn to handle page and request state information in ASP.NET
- Any dynamic Web application must be capable of managing state information—ASP.NET applications are no different. In this article, I’ll discuss methods for dealing with two types of state information: request state and page state. I’ll also provide some general best practices for dealing with state information.Getting here late?In this article,...
- Tags: .NET, Daniel L. Fox, Microsoft ASP.NET, HttpContext
- Technical articles 2003-02-03
- Proxy Sniffer Professional Edition (exe)
- Proxy Sniffer is a professional and easy to use Web load and stress testing tool which allows to measure the response time and the stability of web applications under real load conditions - by simulating hundreds or thousands of web users. No scripting or programming is required and no editing...
- Tags: Web, Product, Authentication, Proxy Sniffer, Channel Management, Marketing
- Software downloads 2007-02-21
- Improve data access in ASP.NET applications
- ASP.NET has the tools to provide database access in your dynamic Web applications, but you must use them carefully to avoid a performance hit. Tim Landgrave explains when to use the DataReader and DataSet in ASP.NET applications.When I teach classes on Microsoft technology, I tell my students—somewhat facetiously—that if Microsoft...
- Tags: .NET, Middleware, e Advantage, data access, DataReader, Microsoft ASP.NET
- Technical articles 2002-08-07
- Dealing with ASP.NET's view state
- ASP.NET's view state feature allows you to save Web Form properties across different server requests. Tony Patton explains why it's important to use this feature with care. One of the more exciting features of ASP.NET is the view state concept. It allows you to save Web Form properties...
- Tags: Microsoft ASP.NET, Tony Patton, EnableViewState, Middleware, .NET, Microsoft development tools, Programming languages, view state, Page Class, .NET Newsletter, Page, Control, Feature, Listing B, Listing D, Software Development, Software/Web Development, Enterprise Software, Software
- Technical articles 2006-12-05
- Access user submitted data with the Request object
- TechRepublic's free .NET newsletter, delivered each Wednesday, contains useful tips and coding examples on topics such as Web services, ASP.NET, ADO.NET, and Visual Studio .NET. Automatically sign up today! Accessing form data entered by a user is common task forASP.NET developers. There is more than one approach for accessing this...
- Tags: Microsoft Access, QueryString, Tony Patton, Web, Web Client
- Technical articles 2005-03-29
- Server-side state management for .NET architects
- There are many cases in which storing state information on the client is either impractical or just plain impossible. In a previous article, I outlined state management techniques such as using ViewState, hidden form fields, cookies, and query strings to store and forward state between server calls. But perhaps you...
- Tags: Servers, Microsoft .NET, e Advantage, server
- Technical articles 2003-03-19
- << Previous
- page 1 of 1
- Next >>