Create New Account
help
Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B A) What is scavenging? (B) What are different types of caching using cache object of ASP.NET? (B) How can you cache different version of same page using ASP.NET cache object? (A) How will implement Page Fragment Caching? (B) Can you compare ASP.NET sessions with classic ASP? (B) Which are
Remove Session I am taking five sessions in a same page , and i remove only one session. can we use Session . abandon for remove single session when u wnat to remove it sepratly as follows protected void Page_Load(object sender, System.EventArgs e) { Session["EmployeeID"] = "11"; Session["EmployeeName"] = "Jenny Jones"; Session["City"] = "Rome"; Label1.Text = "Session read Label1.Text + = "<br / > Employee ID :" + Session["EmployeeID"]; Label1.Text + = "<br / > Employee Name :" + Session["EmployeeName"]; } http: / / asp-net-example.blogspot.com / 2009 / 01 / aspnet-session-remove-example-how-to.html Hi, No. You State Management Options Client side state management options involve storing information either in a Web page or on a Client computer. Client-side management gives a better performance, as the load on the server is less. Disadvantage of this option is that only limited data can stored. The client-side options are as follows: View State The ViewState property of an ASP.NET web page enables you to retain page and control-specific values between round trips. Each
Asp.net URL rewriting Hello I want to perform URL rewriting in my application Please suggest me the procedure for URL rewriting Any reference site or tutorial Thanks Press ENTER to look up in Wiktionary or CTRL+ENTER to look up in Wikipedia One of the most popular extensions to the Apache webserver this way, the real URL could be hidden, providing an obfuscated facade to the web page. The benefits are easier to remember URL s and increasing the difficulty of hacking a features not related to URL Rewriting, such as caching. This article demonstrates URL Rewriting with ASP.NET , whereby the requested URL is matched based on a regular expression and the URL mappings are stored in the standard ASP.NET web.config configuration file. ASP.NET includes great caching facilities, so there's no
Do we have any alternatives for this? The Global.asax file, also known as the ASP.NET application file, is an optional file that contains code for responding to application-level and session-level events raised by ASP.NET or by HTTP modules . The Global.asax file resides in the root directory of an ASP.NET application. At run time, Global.asax is parsed and compiled into a dynamically generated .NET Framework class derived from the HttpApplication base class. ASP.NET is configured so that any direct URL request for the Global.asax file is automatically
What is Profile object in asp.net What is Profile object in asp.net? The Profile provider in ASP.NET stores and retrieves information about our site’s users. The default profile provider keeps data System.Int16 " / > < / properties > < / profile > < compilation debug = " true " / > < / system.web > < / configuration > follow these links- http: / / weblogs.asp.net / scottgu / archive / 2005 / 12 / 28 / 434100.aspx http: / / odetocode.com / articles / 440.aspx Hi, In