Click here to Skip to main content
16,010,268 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsearch Engine Pin
cse.vidhya2-Jun-08 19:37
cse.vidhya2-Jun-08 19:37 
AnswerRe: search Engine Pin
Mogaambo2-Jun-08 20:03
Mogaambo2-Jun-08 20:03 
AnswerRe: search Engine Pin
N a v a n e e t h2-Jun-08 20:31
N a v a n e e t h2-Jun-08 20:31 
GeneralRe: search Engine Pin
cse.vidhya2-Jun-08 21:08
cse.vidhya2-Jun-08 21:08 
GeneralRe: search Engine Pin
eyeseetee2-Jun-08 21:53
eyeseetee2-Jun-08 21:53 
GeneralRe: search Engine Pin
N a v a n e e t h2-Jun-08 22:19
N a v a n e e t h2-Jun-08 22:19 
Questionproblem with printing in data from text box Pin
_tasleem2-Jun-08 19:16
_tasleem2-Jun-08 19:16 
QuestionSys.WebForms.PageRequestManagerServerErrorException:Specified argument was out of the range of valid values. Pin
kishorekumar.malla@live.com2-Jun-08 19:01
kishorekumar.malla@live.com2-Jun-08 19:01 
Hi Friends,


When i am using ajax,I am getting below error.Can u please help me in this
Microsoft JScript runtime error:
Sys.WebForms.PageRequestManagerServerErrorException:
Specified argument was out of the range of valid values.

the code,where i am getting error

<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<coas:TabbedPane ID="PrognosisFinalizationReportParamTabbedPane" runat="server">
<coas:TabbedPaneItem ID="BasicReportParamTabbedPaneItem" runat="server" TabText="Select">
<div class="form" style="height: 233px">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<div>
<asp:Label ID="ShopLabel" runat="server" Text="Shop"></asp:Label>
<asp:HiddenField ID="ShopHiddenField" runat="server" />

<asp:DropDownList ID="ShopDropDownList" runat="server" AutoPostBack="true" OnSelectedIndexChanged="ShopDropDownList_SelectedIndexChanged">
</asp:DropDownList>
<asp:RequiredFieldValidator ID="ShopRequiredFieldValidator" runat="server" ControlToValidate="ShopDropDownList"
ErrorMessage="This field is required!" ValidationGroup="Report1ValidationGroup"></asp:RequiredFieldValidator>
</div>
<div>
<asp:Label ID="PeriodLabel" runat="server" Text="Period"></asp:Label>
<asp:HiddenField ID="WorkPeriodHiddenField" runat="server" />
<asp:DropDownList ID="PeriodDropDownList" runat="server">
</asp:DropDownList>
<asp:RequiredFieldValidator ID="DepartmentDropDownListRequiredFieldValidator" runat="server"
ControlToValidate="PeriodDropDownList" ErrorMessage="This field is required!" ValidationGroup="Report1ValidationGroup"></asp:RequiredFieldValidator>
</div>
</ContentTemplate>
</asp:UpdatePanel>
<br />
<div>

Can u please help me in this

Regards

Kishore
AnswerRe: Sys.WebForms.PageRequestManagerServerErrorException:Specified argument was out of the range of valid values. Pin
eyeseetee2-Jun-08 21:48
eyeseetee2-Jun-08 21:48 
Questiononline payment by PayPal Pin
trilokharry2-Jun-08 18:58
trilokharry2-Jun-08 18:58 
AnswerRe: online payment by PayPal Pin
Mogaambo2-Jun-08 20:03
Mogaambo2-Jun-08 20:03 
AnswerRe: online payment by PayPal Pin
eyeseetee2-Jun-08 21:47
eyeseetee2-Jun-08 21:47 
GeneralRe: online payment by PayPal Pin
Baran M3-Jun-08 1:12
Baran M3-Jun-08 1:12 
QuestionCreating Custom Button control using Asp.Net Pin
VijaySofist2-Jun-08 18:38
VijaySofist2-Jun-08 18:38 
AnswerRe: Creating Custom Button control using Asp.Net Pin
N a v a n e e t h2-Jun-08 20:40
N a v a n e e t h2-Jun-08 20:40 
QuestionAccessing a javascript function from within an ascx Pin
Christiaan Laubscher2-Jun-08 17:38
Christiaan Laubscher2-Jun-08 17:38 
AnswerRe: Accessing a javascript function from within an ascx Pin
Christian Graus2-Jun-08 17:55
protectorChristian Graus2-Jun-08 17:55 
QuestionIIS 6.0, ASP.NET 2.0 Web Application, and Custom Errors. Pin
Zerox MXI2-Jun-08 15:34
Zerox MXI2-Jun-08 15:34 
QuestionWhat could be executing after PreRender?? Pin
geekfromindia2-Jun-08 12:54
geekfromindia2-Jun-08 12:54 
AnswerRe: What could be executing after PreRender?? Pin
Christian Graus2-Jun-08 17:31
protectorChristian Graus2-Jun-08 17:31 
QuestionHow to adjust the height of the dropdownlist in asp.net 1.1 dynamically Pin
Manu11142-Jun-08 9:47
Manu11142-Jun-08 9:47 
AnswerRe: How to adjust the height of the dropdownlist in asp.net 1.1 dynamically Pin
Sankar Komma 2-Jun-08 12:23
Sankar Komma 2-Jun-08 12:23 
Questionis including and external vb file not allowed? Pin
excaliber2-Jun-08 9:23
excaliber2-Jun-08 9:23 
AnswerRe: is including and external vb file not allowed? Pin
Christian Graus2-Jun-08 17:33
protectorChristian Graus2-Jun-08 17:33 
GeneralRe: is including and external vb file not allowed? Pin
excaliber3-Jun-08 9:25
excaliber3-Jun-08 9:25 

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.