Click here to Skip to main content
15,891,688 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRegeading vs2005 setup Pin
GaneshKumarVkm3-Dec-07 19:09
GaneshKumarVkm3-Dec-07 19:09 
GeneralRe: Regeading vs2005 setup Pin
Michael Sync3-Dec-07 20:34
Michael Sync3-Dec-07 20:34 
Questionhow can i find datagrid click event Pin
harunbagwan3-Dec-07 18:55
harunbagwan3-Dec-07 18:55 
GeneralGridBind Pbm Pin
SreejithAchutan3-Dec-07 18:32
SreejithAchutan3-Dec-07 18:32 
GeneralRe: GridBind Pbm Pin
SreejithAchutan3-Dec-07 20:03
SreejithAchutan3-Dec-07 20:03 
Generalasp.net faqs link Pin
amitppatil3-Dec-07 18:28
amitppatil3-Dec-07 18:28 
GeneralTo create Hit Counter in Asp.Net Pin
garga13-Dec-07 18:26
garga13-Dec-07 18:26 
GeneralRe: To create Hit Counter in Asp.Net Pin
ReactiveX3-Dec-07 18:31
ReactiveX3-Dec-07 18:31 
At the end of the day, you're going to end up using some sort of datasource.

The simplest method would be to create a textfile (or preferrably XML if you know how to read it...) in your root directory for your web application.

Read the text document on the page load using the System.IO.File.ReadAllText() method, assign the value to a variable on the page, increment it by one, save it back to the file using System.IO.File.WriteAllText() method and display the value to the label.

Daniel Minnaar
Lead Software Developer

GeneralRe: To create Hit Counter in Asp.Net Pin
Christian Graus3-Dec-07 18:35
protectorChristian Graus3-Dec-07 18:35 
GeneralRe: To create Hit Counter in Asp.Net Pin
The Cyclone3-Dec-07 18:52
The Cyclone3-Dec-07 18:52 
GeneralCatch HTML output Using IHttpModule Pin
The Cyclone3-Dec-07 18:26
The Cyclone3-Dec-07 18:26 
GeneralRe: Catch HTML output Using IHttpModule Pin
ReactiveX3-Dec-07 18:37
ReactiveX3-Dec-07 18:37 
GeneralRe: Catch HTML output Using IHttpModule Pin
The Cyclone3-Dec-07 19:41
The Cyclone3-Dec-07 19:41 
Generalpassing value from one page to another.... Pin
P_Elza3-Dec-07 18:14
P_Elza3-Dec-07 18:14 
GeneralRe: passing value from one page to another.... Pin
N a v a n e e t h3-Dec-07 18:21
N a v a n e e t h3-Dec-07 18:21 
GeneralRe: passing value from one page to another.... Pin
P_Elza3-Dec-07 18:28
P_Elza3-Dec-07 18:28 
GeneralRe: passing value from one page to another.... Pin
Christian Graus3-Dec-07 18:30
protectorChristian Graus3-Dec-07 18:30 
GeneralRe: passing value from one page to another.... Pin
Christian Graus3-Dec-07 18:29
protectorChristian Graus3-Dec-07 18:29 
GeneralRe: passing value from one page to another.... Pin
Sun Rays3-Dec-07 18:39
Sun Rays3-Dec-07 18:39 
GeneralRe: passing value from one page to another.... Pin
P_Elza3-Dec-07 18:56
P_Elza3-Dec-07 18:56 
GeneralRe: passing value from one page to another.... Pin
N a v a n e e t h3-Dec-07 18:56
N a v a n e e t h3-Dec-07 18:56 
GeneralRe: passing value from one page to another.... Pin
Sun Rays3-Dec-07 19:35
Sun Rays3-Dec-07 19:35 
GeneralRe: passing value from one page to another.... Pin
N a v a n e e t h3-Dec-07 19:51
N a v a n e e t h3-Dec-07 19:51 
GeneralRe: passing value from one page to another.... Pin
Sun Rays3-Dec-07 19:58
Sun Rays3-Dec-07 19:58 
GeneralRe: passing value from one page to another.... Pin
Michael Sync3-Dec-07 20:59
Michael Sync3-Dec-07 20:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.