Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~487 People Reached
Favorite Tags

4 Posted Topics

Member Avatar for nil87

To clear history using java script code just try following code. <% Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.Expires = 0 Response.CacheControl = "no-cache" If Len(Session("FirstTimeToPage")) > 0 then Session("FirstTimeToPage") = "" Response.Redirect "home.aspx"'home page Response.End End If %>

Member Avatar for employwise
0
80
Member Avatar for adventeffect10

For Bounce rate follow following steps: a>Test your site with a group of users. Ask them to enter your site from specific pages. Get feedback based on their experiences. b>Expose next steps. Give visitors actions to take if they are interested in the current page. Add links to more information …

Member Avatar for adventeffect10
0
120
Member Avatar for reyanseo

ASP.NET MVC is a programming model.in that we design an application using three attributes. 1> Model: The model contains the core information for an application. This includes the data and validation rules as well as data access and aggregation logic. 2> View: The view encapsulates the presentation of the application, …

Member Avatar for keithbadeau
0
128
Member Avatar for ranu jain

PostBackUrl property of link button is use for specify the targeted web page url.the targeted web page will be a page where you want to post your form data like textbox,listbox etc.

Member Avatar for localinternet
-1
146

The End.