Click here to Skip to main content
16,006,013 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Enter key association with multiple textboxes Pin
PrakashBhaskar21-Jun-07 18:57
PrakashBhaskar21-Jun-07 18:57 
QuestionDrop-Down menu and Flash Banner in ASP.NET Pin
.NET- India 21-Jun-07 5:10
.NET- India 21-Jun-07 5:10 
AnswerRe: Drop-Down menu and Flash Banner in ASP.NET Pin
Vasudevan Deepak Kumar21-Jun-07 5:27
Vasudevan Deepak Kumar21-Jun-07 5:27 
QuestionImplement a website for subscribers to subscribe to get a report Pin
madhu0721-Jun-07 3:52
madhu0721-Jun-07 3:52 
AnswerRe: Implement a website for subscribers to subscribe to get a report Pin
N a v a n e e t h21-Jun-07 3:57
N a v a n e e t h21-Jun-07 3:57 
GeneralRe: Implement a website for subscribers to subscribe to get a report Pin
madhu0722-Jun-07 4:25
madhu0722-Jun-07 4:25 
QuestionActive user counting Pin
N a v a n e e t h21-Jun-07 3:50
N a v a n e e t h21-Jun-07 3:50 
AnswerRe: Active user counting Pin
Sylvester george21-Jun-07 20:10
Sylvester george21-Jun-07 20:10 
This can be achived thru AJAX by doing the following

function saveSessionInfo()<br />
{<br />
    if (window.event.clientX < 0 && window.event.clientY < 0)<br />
    {<br />
         AJAXMethods.CallAJAXMethod1(callback_saveSessionInfo);<br />
    }<br />
}


call this method like

write your session handling end code here in this method

AJAXMethods.CallAJAXMethod1()<br />
{<br />
//do sth<br />
}


Regards,
Sylvester G
sylvester_g_m@yahoo.com

Questioniis with out turn off anonymous Pin
dhatchu21-Jun-07 3:49
dhatchu21-Jun-07 3:49 
AnswerRe: iis with out turn off anonymous Pin
Tarakeshwar Reddy21-Jun-07 10:25
professionalTarakeshwar Reddy21-Jun-07 10:25 
AnswerRe: 'dropdownlist' Pin
Sathesh Sakthivel21-Jun-07 3:39
Sathesh Sakthivel21-Jun-07 3:39 
QuestionAdding an onmousemove/mouseover event to items in a checkboxlist? Pin
AbrahamErnest21-Jun-07 2:21
AbrahamErnest21-Jun-07 2:21 
AnswerRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
ballameharmurali21-Jun-07 2:42
ballameharmurali21-Jun-07 2:42 
GeneralRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
ballameharmurali21-Jun-07 2:44
ballameharmurali21-Jun-07 2:44 
GeneralRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
AbrahamErnest21-Jun-07 2:52
AbrahamErnest21-Jun-07 2:52 
AnswerRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
ballameharmurali21-Jun-07 2:44
ballameharmurali21-Jun-07 2:44 
GeneralRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
Sathesh Sakthivel21-Jun-07 2:54
Sathesh Sakthivel21-Jun-07 2:54 
AnswerRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
PrakashBhaskar21-Jun-07 3:00
PrakashBhaskar21-Jun-07 3:00 
GeneralRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
AbrahamErnest21-Jun-07 3:26
AbrahamErnest21-Jun-07 3:26 
GeneralRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
PrakashBhaskar21-Jun-07 18:12
PrakashBhaskar21-Jun-07 18:12 
GeneralRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
sidbaruah25-Jun-07 23:29
sidbaruah25-Jun-07 23:29 
QuestionHi I need some help regarding Upload File Code Pin
rajeshjainchn21-Jun-07 2:19
rajeshjainchn21-Jun-07 2:19 
AnswerRe: Hi I need some help regarding Upload File Code Pin
PrakashBhaskar21-Jun-07 2:34
PrakashBhaskar21-Jun-07 2:34 
Questionneed urgent max two records..... Pin
Member 387988121-Jun-07 1:36
Member 387988121-Jun-07 1:36 
AnswerRe: need urgent max two records..... Pin
Sonia Gupta21-Jun-07 1:43
Sonia Gupta21-Jun-07 1:43 

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.