Click here to Skip to main content
15,895,142 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How can i get Session.SessionID() Pin
Guffa9-May-06 23:23
Guffa9-May-06 23:23 
GeneralRe: How can i get Session.SessionID() Pin
Rajesh_K_Sharma9-May-06 23:38
Rajesh_K_Sharma9-May-06 23:38 
GeneralRe: How can i get Session.SessionID() Pin
shreekar9-May-06 23:59
shreekar9-May-06 23:59 
QuestionDocumentation tools Pin
Suj_789-May-06 22:52
Suj_789-May-06 22:52 
QuestionHow to work with Payment gateWay Pin
rizwan.afsar9-May-06 22:48
rizwan.afsar9-May-06 22:48 
AnswerRe: How to work with Payment gateWay Pin
minhpc_bk9-May-06 23:43
minhpc_bk9-May-06 23:43 
QuestionNumber of hits on the site Pin
Yuwraj9-May-06 22:43
Yuwraj9-May-06 22:43 
AnswerRe: Number of hits on the site Pin
rizwan.afsar9-May-06 22:53
rizwan.afsar9-May-06 22:53 
Hi yuvraj

Well to count number of hits. What you can do is that you can increment a counter in global.asax's
protected void Session_Start(Object sender, EventArgs e)
{
i++;
}
this will give the number of hits on ur site

Rizwan Afsar
Associate Member, Technical Team
IAP Company Ltd, Gurgaon
INDIA
www.iap-online.com

"A winner is not the one who never fails,
But one who NEVER QUITS"
Hope this help's you


GeneralRe: Number of hits on the site Pin
Yuwraj9-May-06 23:07
Yuwraj9-May-06 23:07 
GeneralRe: Number of hits on the site Pin
Rajesh_K_Sharma9-May-06 23:13
Rajesh_K_Sharma9-May-06 23:13 
GeneralRe: Number of hits on the site Pin
Yuwraj10-May-06 0:32
Yuwraj10-May-06 0:32 
GeneralRe: Number of hits on the site Pin
rizwan.afsar10-May-06 1:19
rizwan.afsar10-May-06 1:19 
AnswerRe: Number of hits on the site Pin
sandeep_thakur11-May-06 20:43
sandeep_thakur11-May-06 20:43 
QuestionTextBox1 Attributes Pin
kirthikirthi9-May-06 22:32
kirthikirthi9-May-06 22:32 
AnswerRe: TextBox1 Attributes Pin
Bhasker Pinninti9-May-06 22:56
Bhasker Pinninti9-May-06 22:56 
Questionsum each page in endof page Pin
ptvce9-May-06 22:26
ptvce9-May-06 22:26 
AnswerRe: sum each page in endof page Pin
chinnasrihari9-May-06 22:46
chinnasrihari9-May-06 22:46 
GeneralRe: sum each page in endof page Pin
ptvce9-May-06 23:39
ptvce9-May-06 23:39 
GeneralRe: sum each page in endof page Pin
chinnasrihari9-May-06 23:43
chinnasrihari9-May-06 23:43 
QuestionListbox with multiple selected and objectDataSource Pin
russell.mccloy9-May-06 22:24
russell.mccloy9-May-06 22:24 
AnswerRe: Listbox with multiple selected and objectDataSource Pin
minhpc_bk9-May-06 23:09
minhpc_bk9-May-06 23:09 
QuestionshowModalDialog Pin
Osuigwe9-May-06 22:20
Osuigwe9-May-06 22:20 
AnswerRe: showModalDialog Pin
minhpc_bk9-May-06 23:37
minhpc_bk9-May-06 23:37 
AnswerRe: showModalDialog Pin
dude_sun10-May-06 0:50
dude_sun10-May-06 0:50 
Questionasp.net 2.0 spell checker Pin
fmardani9-May-06 22:02
fmardani9-May-06 22:02 

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.