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

ASP.NET

 
GeneralRe: custom Paging in Grid View Pin
Declan Bright3-Apr-08 23:32
Declan Bright3-Apr-08 23:32 
GeneralRe: custom Paging in Grid View Pin
raushan_94-Apr-08 0:21
raushan_94-Apr-08 0:21 
GeneralRe: custom Paging in Grid View Pin
Declan Bright4-Apr-08 0:44
Declan Bright4-Apr-08 0:44 
GeneralRe: custom Paging in Grid View Pin
raushan_94-Apr-08 1:01
raushan_94-Apr-08 1:01 
GeneralRe: custom Paging in Grid View Pin
Declan Bright4-Apr-08 1:09
Declan Bright4-Apr-08 1:09 
GeneralRe: custom Paging in Grid View Pin
raushan_94-Apr-08 2:54
raushan_94-Apr-08 2:54 
GeneralRe: custom Paging in Grid View Pin
Declan Bright4-Apr-08 3:39
Declan Bright4-Apr-08 3:39 
GeneralJavascript error Pin
samerh3-Apr-08 22:00
samerh3-Apr-08 22:00 
hi all iam using a javascript file referenced inside a page. In this script iam referencing a JS function found inside the page. It is generating an error."The Controls collection cannot be modified because the control contains code blocks (i.e. )."

the code is as follows
External JS:

var ok =false
....some code
if (!answer)
{
ok=false;
CloseOnOk();
}

where CloseOnOk is a javascript function found on the page

function CloseOnOk()
{
if (ok==true)
GetRadWindow().Close();
else if (ok==false)
{
var txthidden=document.getElementById('<%=txtHidden.ClientID %>');
txthidden.value='1';
}
}

iam also referencing the external javascript from the page
<script language="javascript" type="text/javascript" src="../../Scripts/Confirmation.js"></script>

Any ideas??
GeneralRe: Javascript error Pin
Declan Bright3-Apr-08 23:44
Declan Bright3-Apr-08 23:44 
GeneralRe: Javascript error Pin
samerh4-Apr-08 1:11
samerh4-Apr-08 1:11 
Generalglobal.asax Pin
ajau3-Apr-08 21:44
ajau3-Apr-08 21:44 
GeneralRe: global.asax Pin
N a v a n e e t h3-Apr-08 22:21
N a v a n e e t h3-Apr-08 22:21 
GeneralUrgent: Database not updated Pin
guardianhm3-Apr-08 21:37
guardianhm3-Apr-08 21:37 
GeneralRe: Urgent: Database not updated Pin
N a v a n e e t h3-Apr-08 22:01
N a v a n e e t h3-Apr-08 22:01 
GeneralUpdate dyndns Pin
~V~3-Apr-08 21:31
~V~3-Apr-08 21:31 
GeneralRe: Update dyndns Pin
~V~4-Apr-08 0:35
~V~4-Apr-08 0:35 
GeneralProblem Opening embedded images in gmail Pin
Varun1233-Apr-08 21:22
Varun1233-Apr-08 21:22 
GeneralRe: Problem Opening embedded images in gmail Pin
Declan Bright4-Apr-08 0:56
Declan Bright4-Apr-08 0:56 
GeneralRe: Problem Opening embedded images in gmail Pin
Varun1234-Apr-08 17:58
Varun1234-Apr-08 17:58 
GeneralQuestion about controls and assemblies Pin
kontax3-Apr-08 21:22
kontax3-Apr-08 21:22 
GeneralRe: Question about controls and assemblies Pin
Declan Bright4-Apr-08 0:09
Declan Bright4-Apr-08 0:09 
Questionhow to capture the id of linkbutton Pin
mukkanti0073-Apr-08 21:08
mukkanti0073-Apr-08 21:08 
AnswerRe: how to capture the id of linkbutton Pin
Rocky#3-Apr-08 21:13
Rocky#3-Apr-08 21:13 
QuestionWriting SelectedItemTemplate to select items in DataList control Pin
Chesnokov Yuriy3-Apr-08 21:07
professionalChesnokov Yuriy3-Apr-08 21:07 
Generalmultiple excel sheet [modified] Pin
sanaja3-Apr-08 20:38
sanaja3-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.