Click here to Skip to main content
15,898,538 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: set focus in dynamic multiple textbox in repeater Pin
Christian Graus17-Sep-09 23:54
protectorChristian Graus17-Sep-09 23:54 
GeneralRe: set focus in dynamic multiple textbox in repeater Pin
Member 292522518-Sep-09 1:31
Member 292522518-Sep-09 1:31 
QuestionBehaviour of HTML/ASP controls in Master page Pin
amittinku17-Sep-09 22:33
amittinku17-Sep-09 22:33 
AnswerRe: Behaviour of HTML/ASP controls in Master page Pin
Christian Graus17-Sep-09 22:47
protectorChristian Graus17-Sep-09 22:47 
GeneralRe: Behaviour of HTML/ASP controls in Master page Pin
amittinku17-Sep-09 22:50
amittinku17-Sep-09 22:50 
GeneralRe: Behaviour of HTML/ASP controls in Master page Pin
Christian Graus17-Sep-09 23:56
protectorChristian Graus17-Sep-09 23:56 
AnswerRe: Behaviour of HTML/ASP controls in Master page Pin
Prabhakar Parihar18-Sep-09 21:35
Prabhakar Parihar18-Sep-09 21:35 
QuestionHow to Find Website Visitor No Pin
Samarjeet Singh@india17-Sep-09 21:13
Samarjeet Singh@india17-Sep-09 21:13 
Hi To,
I Want to count visitor no of our site and also display it in my site by which user can see his visitor no of site.

for which I have written this code in globle asax in application start event and show it in the master page.
but the value is reset every time.
The code is ..
Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
Application("visitor") = 1
End Sub

and the code of session_start is..

Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
Application("visitor") = CType(Application("visitor"), Integer) + 1
End Sub


and
display it in the form load int master page

Me.Label1.Text = "Visitor No " + Application("visitor").ToString()
AnswerRe: How to Find Website Visitor No Pin
Christian Graus17-Sep-09 21:14
protectorChristian Graus17-Sep-09 21:14 
GeneralRe: How to Find Website Visitor No Pin
Samarjeet Singh@india17-Sep-09 21:22
Samarjeet Singh@india17-Sep-09 21:22 
GeneralRe: How to Find Website Visitor No Pin
Christian Graus17-Sep-09 21:55
protectorChristian Graus17-Sep-09 21:55 
AnswerRe: How to Find Website Visitor No Pin
Tamer Oz17-Sep-09 21:21
Tamer Oz17-Sep-09 21:21 
AnswerRe: How to Find Website Visitor No Pin
Arun Jacob17-Sep-09 22:23
Arun Jacob17-Sep-09 22:23 
AnswerRe: How to Find Website Visitor No Pin
Prabhakar Parihar18-Sep-09 21:40
Prabhakar Parihar18-Sep-09 21:40 
QuestionError while hosting crystal report as web site Pin
Ganesh_06197417-Sep-09 17:21
Ganesh_06197417-Sep-09 17:21 
AnswerRe: Error while hosting crystal report as web site Pin
sashidhar17-Sep-09 18:48
sashidhar17-Sep-09 18:48 
AnswerRe: Error while hosting crystal report as web site Pin
Abhijit Jana17-Sep-09 19:09
professionalAbhijit Jana17-Sep-09 19:09 
Questionwhy <input id="button1"> not recognising <asp:textbox xmlns:asp="#unknown"> in java script:</asp:textbox></input> Pin
amittinku17-Sep-09 17:15
amittinku17-Sep-09 17:15 
AnswerRe: why not recognising in java script: Pin
Christian Graus17-Sep-09 17:24
protectorChristian Graus17-Sep-09 17:24 
GeneralRe: why not recognising in java script: Pin
amittinku17-Sep-09 20:17
amittinku17-Sep-09 20:17 
GeneralRe: why not recognising in java script: Pin
Christian Graus17-Sep-09 20:33
protectorChristian Graus17-Sep-09 20:33 
GeneralRe: why not recognising in java script: Pin
amittinku17-Sep-09 21:30
amittinku17-Sep-09 21:30 
GeneralRe: why not recognising in java script: Pin
amittinku17-Sep-09 21:37
amittinku17-Sep-09 21:37 
GeneralRe: why not recognising in java script: Pin
Christian Graus17-Sep-09 22:06
protectorChristian Graus17-Sep-09 22:06 
Questionhow to split HUGE pages into smaller components Pin
tagyurit17-Sep-09 15:22
tagyurit17-Sep-09 15:22 

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.