Click here to Skip to main content
15,894,907 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to bind grid view through java script? Pin
N a v a n e e t h24-Apr-08 20:21
N a v a n e e t h24-Apr-08 20:21 
GeneralRe: how to bind grid view through java script? Pin
Amit Agarrwal24-Apr-08 21:00
Amit Agarrwal24-Apr-08 21:00 
GeneralRe: how to bind grid view through java script? Pin
Ashish Sehajpal25-Apr-08 1:32
Ashish Sehajpal25-Apr-08 1:32 
QuestionHow to create live chat Pin
raushan_924-Apr-08 19:41
raushan_924-Apr-08 19:41 
AnswerRe: How to create live chat Pin
N a v a n e e t h24-Apr-08 20:23
N a v a n e e t h24-Apr-08 20:23 
AnswerRe: How to create live chat Pin
Vasudevan Deepak Kumar24-Apr-08 21:14
Vasudevan Deepak Kumar24-Apr-08 21:14 
AnswerRe: How to create live chat Pin
Ashish Sehajpal25-Apr-08 1:40
Ashish Sehajpal25-Apr-08 1:40 
GeneralAjax error with multiple copies of a page on one machine Pin
dmohr6924-Apr-08 19:10
dmohr6924-Apr-08 19:10 
I don't know if this is a problem in my code or a manifestation of the vs2005 ide but if I run multiple copies of an ajax tabpanel enabled aspx page on my machine I run into "Sys.ArgumentOutOfRangeException: specified argument was out of the range of valid values. Parameter name: value" which occurs on line 69 of the scriptresource.axd (ajax code I think).

It dies here:
set_activeTabIndex : function(value) {
if (!this.get_isInitialized()) {
this._cachedActiveTabIndex = value;
} else {

if (value < -1 || value >= this.get_tabs().length) {
throw Error.argumentOutOfRange("value");
}
If I run only one copy of the page its fine. Seems to be unable to keep track of two copies simultaneously. I also have seen errors complaining about duplicate tabpanelid's in the same situation.

Any idea if this is related to the "casini" webserver ide or if it will go away if I run it under IIS? Currently I'm only running it in the ide. Thx.
GeneralIndex Search... Pin
Moghan24-Apr-08 18:25
Moghan24-Apr-08 18:25 
GeneralRe: Index Search... Pin
AlexeiXX324-Apr-08 18:48
AlexeiXX324-Apr-08 18:48 
GeneralRe: Index Search... Pin
Harini N K24-Apr-08 18:53
Harini N K24-Apr-08 18:53 
GeneralRe: Index Search... Pin
Moghan24-Apr-08 18:54
Moghan24-Apr-08 18:54 
GeneralRe: Index Search... Pin
Harini N K24-Apr-08 18:52
Harini N K24-Apr-08 18:52 
GeneralRe: Index Search... Pin
Moghan24-Apr-08 18:59
Moghan24-Apr-08 18:59 
GeneralProblem with Loading an User Control dynamically [modified] Pin
lovedotnet24-Apr-08 18:24
lovedotnet24-Apr-08 18:24 
GeneralRe: Problem with Loading an User Control dynamically Pin
AlexeiXX324-Apr-08 18:43
AlexeiXX324-Apr-08 18:43 
GeneralRe: Problem with Loading an User Control dynamically Pin
lovedotnet25-Apr-08 0:56
lovedotnet25-Apr-08 0:56 
GeneralRe: Problem with Loading an User Control dynamically Pin
AlexeiXX325-Apr-08 5:17
AlexeiXX325-Apr-08 5:17 
GeneralRe: Problem with Loading an User Control dynamically Pin
Mircea Grelus25-Apr-08 12:12
Mircea Grelus25-Apr-08 12:12 
QuestionHow to get radiobutton value inside a button click event. [modified] Pin
chakran24-Apr-08 18:06
chakran24-Apr-08 18:06 
AnswerRe: How to get radiobutton value inside a button click event. Pin
AlexeiXX324-Apr-08 18:26
AlexeiXX324-Apr-08 18:26 
GeneralRe: How to get radiobutton value inside a button click event. Pin
chakran24-Apr-08 18:56
chakran24-Apr-08 18:56 
GeneralRe: How to get radiobutton value inside a button click event. Pin
AlexeiXX324-Apr-08 19:01
AlexeiXX324-Apr-08 19:01 
GeneralRe: How to get radiobutton value inside a button click event. Pin
chakran24-Apr-08 19:08
chakran24-Apr-08 19:08 
GeneralRe: How to get radiobutton value inside a button click event. Pin
chakran24-Apr-08 20:38
chakran24-Apr-08 20:38 

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.