Blog Detail

ASP.Net C# Professional

ASP.Net C# Professional

http://24x7aspnet.blogspot.com/

I realized that one of the biggest problems for novices is, the lack of knowledge in the learning progress so this blog have huge amount of ASP.NET material to help programmer to perform better in his/her Programming and Coding skill.

subscribe Recent Posts

  • Literal Control in ASP.Net C# ASPX

    Posted on Tuesday November 24th, 2009 at 06:11 in asp.net, c#, aspx, literal control

    The Literal control is similar to the Label control. You can use the Literal control to display text or HTML content in a browser. However, unlike the Label control, the Literal control does not render its content inside of a <span> tag.<%@ ...

  • Page.IsPostBack Property in ASP.Net ASPX

    Posted on Tuesday November 24th, 2009 at 05:59 in asp.net, aspx, page.ispostback

    The Page class includes a property called the IsPostBack property, which you can use to detect whether the page has already been posted back to the server.Because of View State, when you initialize a control property, you do not want to initialize th...

  • AutoSuggestBox in ASP.Net ASPX

    Posted on Tuesday November 24th, 2009 at 04:03 in aspx, autosuggestbox

    AutoSuggestBox is a custom control written in C# that makes it simple to add 'Google Suggest'-like functionality to your web applications. It supports C# and VB.NET and works in Internet Explorer as well as in Firefox. This control utilizes AJAX to r...

  • Protecting View State in ASP.Net

    Posted on Tuesday November 24th, 2009 at 01:41 in view state

    By default ASP.NET uses autogenerated keys for view state validation and encryption. Validation and decryption happen separately and therefore two different keys are employed. Both keys reside in each server's SLA. What happens if your web applicatio...

  • View State ASP.NET State Management

    Posted on Tuesday November 24th, 2009 at 01:36 in asp.net, view state, state management

    Enable View State?You may do so on the machine, application, page and control level. First, you must have a server side form (<form runat="server">). By default view state is enabled. A quick peek into machine.config :<pages enableViewState=...

  • ASP.Net Handling Errors In An HttpModule

    Posted on Tuesday November 24th, 2009 at 01:07 in asp.net, httpmodule, handling errors

    HTTP modules are an integral part of the ASP.NET pipeline model. Suffice it to say that they act as content filters. An HTTP module class implements the IHttpModule interface . With the help of HttpModules you can pre- and post-process a request and ...

Comments & Reviews

This blog is currently rated a 5.00 out of a possible 5 based on 1 comment.

5 stars Priyanka

Nice blog

Posted: May 9th, 2009 | Report This Comment

Post A Comment/Review

* Your IP is being logged.
* Your e-mail address is used only for verification purposes only and will not be sold, or shown publicly.
* No HTML tags allowed
* DO NOT use the Comments/Reviews to promote your own site.

Name: or Login
E-mail:
Rating:
Verify: Spam Protection: sum of 4 + 2
Comment:
  Remember Information