Click here to Skip to main content
15,889,505 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiontree view discussion forum [modified] Pin
Sabari Ananth15-Nov-07 19:20
Sabari Ananth15-Nov-07 19:20 
AnswerRe: tree view discussion forum Pin
N a v a n e e t h15-Nov-07 19:27
N a v a n e e t h15-Nov-07 19:27 
GeneralRe: tree view discussion forum Pin
Sabari Ananth15-Nov-07 20:05
Sabari Ananth15-Nov-07 20:05 
GeneralRe: tree view discussion forum Pin
N a v a n e e t h15-Nov-07 20:43
N a v a n e e t h15-Nov-07 20:43 
QuestionWill you suggest publishing website with source files ? Pin
N a v a n e e t h15-Nov-07 19:01
N a v a n e e t h15-Nov-07 19:01 
AnswerRe: Will you suggest publishing website with source files ? Pin
Mitch F.15-Nov-07 19:48
Mitch F.15-Nov-07 19:48 
GeneralRe: Will you suggest publishing website with source files ? Pin
N a v a n e e t h15-Nov-07 21:40
N a v a n e e t h15-Nov-07 21:40 
Questionproblem using updatepanelcontrol Pin
christefer15-Nov-07 18:43
christefer15-Nov-07 18:43 
hi iam getting error while using updatepannel control in my page dnt exactly the error is can anybody resolves it below is the code iam using here iam getting error near updatepannelcontrol


<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" EnableTheming="true" AutoEventWireup="true"
CodeFile="ExtEltAddRequisation.aspx.cs" Inherits="ExtEltAddRequisation" Title="Add Request" %>

<asp:content id="Content1" contentplaceholderid="ContentPlaceHolder1" runat="Server">




function fnValidate()
{
if(fnAddRequisition()==true)
{
return true;
}
return false;
}






<asp:label id="lblH" runat="server" forecolor="Navy" font-names="verdana" font-bold="True"
="" text="Add Request" enabletheming="false">
<asp:updatepanel id="UpdatePanel14" runat="server">
<contenttemplate>
<asp:label id="lblMsg" runat="server" text="Record Added Successfully." enabletheming="false"
="" font-bold="True" font-names="verdana" forecolor="Navy">



<asp:label id="lblDescription" runat="server" text="Display Name :">
<asp:textbox id="txtDesc" runat="server" width="616px" enabletheming="false" height="15px">
<asp:label id="lblElementType" runat="server" text="Element Type :"> <asp:updatepanel id="UpdatePanel13" runat="server">
<contenttemplate>
<asp:dropdownlist id="drpElementType" runat="server" autopostback="true" onselectedindexchanged="drpElementType_SelectedIndexChanged">
<asp:listitem text="NA" value="NA">
<asp:listitem text="Abstract" value="Abstract">
<asp:listitem text="Data" value="Data">


<triggers><asp:asyncpostbacktrigger controlid="drpElementType" eventname="SelectedIndexChanged">

<asp:label id="lblCountry" runat="server" text="Country :"> <asp:dropdownlist id="drpCountry" runat="server" datavaluefield="CountryCode" datatextfield="CountryName">

<asp:label id="lblDataType" runat="server" text="Data Type :"> <asp:updatepanel id="UpdatePanel10" runat="server">
<contenttemplate>
<asp:dropdownlist id="drpDataType" runat="server" datavaluefield="DataTypeId" datatextfield="DataTypeDescription" autopostback="True" onselectedindexchanged="drpDataType_SelectedIndexChanged1">



<triggers><asp:asyncpostbacktrigger controlid="drpDataType" eventname="SelectedIndexChanged">

<asp:label id="lblScope" runat="server" text="Scope :">
<asp:updatepanel id="UpdatePanel1" runat="server">
<contenttemplate>
<asp:dropdownlist id="drpScope" runat="server" autopostback="True" onselectedindexchanged="drpScope_SelectedIndexChanged">
<asp:listitem text="0" value="0">
<asp:listitem text="1" value="1">
<asp:listitem text="2" value="2">
<asp:listitem text="3" value="3">
<asp:listitem text="4" value="4">
<asp:listitem text="5" value="5">
<asp:listitem text="6" value="6">


<triggers> <asp:asyncpostbacktrigger controlid="drpScope" eventname="SelectedIndexChanged">

<asp:label id="lblCurrency" runat="server" text="Currency :"> <asp:updatepanel id="UpdatePanel11" runat="server">
<contenttemplate>
<asp:dropdownlist id="drpCurrency" runat="server" datavaluefield="BaseCurrencyId" datatextfield="BaseCurrencyCode">



<asp:label id="lblSubIndustry" runat="server"> <asp:updatepanel id="UpdatePanel2" runat="server">
<contenttemplate>
<asp:dropdownlist id="drpSubIndustry" runat="server" datavaluefield="GICSCode" datatextfield="GICSDesc">

 
<asp:label id="lblUnit" runat="server" text="Unit :"> <asp:updatepanel id="UpdatePanel12" runat="server">
<contenttemplate>
<asp:dropdownlist id="drpUnit" runat="server" datavaluefield="Unit" datatextfield="Unit">



<asp:label id="lblHistoricalLink" runat="server" text="Historical Link :"> <asp:textbox id="txtHistoryLink" runat="server" width="200px" enabletheming="false">
<asp:label id="lblFrequency" runat="server" text="Frequency :"> <asp:dropdownlist id="drpFrequency" runat="server">
<asp:label id="lblCurrentLink" runat="server" text="Current Link :"> <asp:textbox id="txtCurrentLink" runat="server" width="200px" enabletheming="false">
<asp:label id="lblElementMode" runat="server" text="Element Mode :">
<asp:label id="lblNOFElement" runat="server" text="No. Of Element :" visible="false">
<asp:updatepanel id="UpdatePanel5" runat="server">
<contenttemplate>
<asp:dropdownlist id="drpElementMode" runat="server" autopostback="True">

<asp:listitem text="Single" value="S">
<asp:listitem text="Multiple" value="M">


<triggers><asp:asyncpostbacktrigger controlid="drpElementMode" eventname="SelectedIndexChanged">

<asp:updatepanel id="UpdatePanel6" runat="server">
<contenttemplate>
<asp:textbox id="txtNOFElement" runat="server" width="48px" visible="False" enabletheming="false">


<asp:label id="lblHardLimit" runat="server" text="Hard Limit :"> <asp:textbox id="txtHardLimit" runat="server" width="200px" enabletheming="false">
<asp:label id="lblUnitMode" runat="server" text="Standard Unit :"> <asp:textbox id="txtUnitMode" runat="server" width="200px" enabletheming="false"> <asp:label id="lblSoftLimit" runat="server" text="Soft Limit :"> <asp:textbox id="txtSoftLimit" runat="server" width="200px" enabletheming="false">
     
 






<asp:label id="lblRule" runat="server" width="152px" forecolor="Navy" font-size="Medium"
="" font-names="Verdana" font-bold="True" text="Conversion Rule" enabletheming="False">


.



.



.


<asp:label id="lblPeriodType" runat="server" forecolor="Black" font-size="15px" font-names="verdana"
="" font-bold="true" text="Period Type :" enabletheming="false" height="10px" font-overline="False">
<asp:updatepanel id="UpdatePanel3" runat="server">
<contenttemplate>
<asp:dropdownlist id="drpPeriodType" runat="server" enabletheming="true" datatextfield="PeriodType" datavaluefield="PeriodTypeId" onselectedindexchanged="drpPeriodType_SelectedIndexChanged" autopostback="True">



<triggers><asp:asyncpostbacktrigger controlid="drpPeriodType" eventname="SelectedIndexChanged">

<asp:label id="lblApplicability" runat="server" text="Applicability :">
<asp:updatepanel id="UpdatePanel4" runat="server">
<contenttemplate>
<asp:dropdownlist id="drpApplicability" runat="server">


     
 






<asp:label id="lblComment" runat="server" text="Comment :">
<asp:textbox id="txtComment" runat="server" width="312px" enabletheming="false" height="96px"
="" textmode="MultiLine" columns="10" rows="10">
<asp:label id="lblUpload" runat="server" text="Upload File :"> <asp:fileupload id="fileUpload" runat="server">


.



.



<asp:button id="btnSubmit" runat="server"
="" text="Submit" onclientclick="return fnValidate();" onclick="btnSubmit_Click">
<asp:button id="btnCalcel" runat="server"
="" text="Cancel" postbackurl="~/reqindex.aspx" onclick="btnCalcel_Click"> 





QuestionRetrieving files from web server Pin
mukesh.mr0315-Nov-07 18:40
mukesh.mr0315-Nov-07 18:40 
AnswerRe: Retrieving files from web server Pin
N a v a n e e t h15-Nov-07 18:43
N a v a n e e t h15-Nov-07 18:43 
GeneralRe: Retrieving files from web server Pin
mukesh.mr0315-Nov-07 18:48
mukesh.mr0315-Nov-07 18:48 
GeneralRe: Retrieving files from web server Pin
N a v a n e e t h15-Nov-07 18:54
N a v a n e e t h15-Nov-07 18:54 
GeneralRe: Retrieving files from web server Pin
mukesh.mr0315-Nov-07 19:00
mukesh.mr0315-Nov-07 19:00 
AnswerRe: Retrieving files from web server Pin
Shujaat Ullah Khan15-Nov-07 18:46
Shujaat Ullah Khan15-Nov-07 18:46 
GeneralRe: Retrieving files from web server Pin
mukesh.mr0315-Nov-07 18:50
mukesh.mr0315-Nov-07 18:50 
QuestionVariable Declaration Pin
ps.srinivasan15-Nov-07 18:29
ps.srinivasan15-Nov-07 18:29 
AnswerRe: Variable Declaration Pin
Christian Graus15-Nov-07 18:30
protectorChristian Graus15-Nov-07 18:30 
GeneralRe: Variable Declaration Pin
ps.srinivasan15-Nov-07 18:55
ps.srinivasan15-Nov-07 18:55 
AnswerRe: Variable Declaration Pin
Abhijit Jana15-Nov-07 18:31
professionalAbhijit Jana15-Nov-07 18:31 
GeneralRe: Variable Declaration Pin
Christian Graus15-Nov-07 18:49
protectorChristian Graus15-Nov-07 18:49 
GeneralRe: Variable Declaration Pin
ps.srinivasan15-Nov-07 18:58
ps.srinivasan15-Nov-07 18:58 
GeneralRe: Variable Declaration Pin
N a v a n e e t h15-Nov-07 19:04
N a v a n e e t h15-Nov-07 19:04 
GeneralRe: Variable Declaration Pin
ps.srinivasan15-Nov-07 19:12
ps.srinivasan15-Nov-07 19:12 
GeneralRe: Variable Declaration Pin
N a v a n e e t h15-Nov-07 19:23
N a v a n e e t h15-Nov-07 19:23 
GeneralRe: Variable Declaration Pin
ps.srinivasan15-Nov-07 20:04
ps.srinivasan15-Nov-07 20:04 

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.