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

ASP.NET

 
GeneralRe: Checking the size of a cookie Pin
Zaf Khan23-Nov-12 11:43
Zaf Khan23-Nov-12 11:43 
QuestionRemove tick/check box from ASP.NET Checkbox control Pin
thes@int21-Nov-12 6:48
thes@int21-Nov-12 6:48 
AnswerRe: Remove tick/check box from ASP.NET Checkbox control Pin
jkirkerx21-Nov-12 12:46
professionaljkirkerx21-Nov-12 12:46 
Questionweb service creation Pin
Member 961924321-Nov-12 6:17
Member 961924321-Nov-12 6:17 
AnswerRe: web service creation Pin
R. Giskard Reventlov21-Nov-12 6:24
R. Giskard Reventlov21-Nov-12 6:24 
QuestionReturn multiple result set to Generic List Pin
yesu prakash20-Nov-12 23:38
yesu prakash20-Nov-12 23:38 
AnswerRe: Return multiple result set to Generic List Pin
David Mujica21-Nov-12 3:14
David Mujica21-Nov-12 3:14 
QuestionButtons are not working for enterkey press Pin
rakeshs31220-Nov-12 22:27
rakeshs31220-Nov-12 22:27 
ASP.NET
<dxpc:ASPxPopupControl ID="mdlFileDupCheck" runat="server" PopupHorizontalAlign="WindowCenter"
                       CloseAction="CloseButton" PopupVerticalAlign="WindowCenter" AllowDragging="True"
                       EnableAnimation="False" AutoUpdatePosition="true" EnableViewState="true" ShowHeader="false"
                       ClientInstanceName="mdlFileDupCheck" Modal="true" ShowPageScrollbarWhenModal="true" BackColor="#F3F3F3">
                       <ContentCollection>
                           <dxpc:PopupControlContentControl ID="PopupControlContentControl1" runat="server">
                               <dxp:ASPxPanel ID="Panel1" runat="server" CssClass="box nomargin">
                                   <PanelCollection>
                                       <dxp:PanelContent ID="PanelContent1" runat="server">
                                           <asp:Panel runat="server" ID="pnlFileDupCheck" DefaultButton="btnFileDupCheck" Style="width: 825px;
                                               display: ">
                                               <asp:Button ID="btnFileDupCheck" runat="server" Style="display: none;" />
                                               <dx:ASPxPageControl ID="pageControl" runat="server" ActiveTabIndex="0" Width="100%"
                                                   TabSpacing="9px" CssPostfix="myTheme" OnActiveTabChanged="pageControl1_ActiveTabChanged"
                                                   AutoPostBack="true">
                                                   <ClientSideEvents   TabClick="function(s, e) {
                                                                    var index=s.GetActiveTabIndex();
                                                                   if(index==e.tab.index)
                                                                   {
                                                                    e.Cancel = true;
                                                                   }
                                                                   else
                                                                   {
                                                                       LoadingPanel.Show();
                                                                   }

                                                                   }" />
                                                   <TabPages>
                                                       <dx:TabPage Text="File Information" TabStyle-Width="135px">
                                                           <ContentCollection>
                                                               <dx:ContentControl ID="ContentControl4" runat="server">
                                                                   <div class="withborder">
                                                                       <div class="box nomargin">
                                                                           <table cellpadding="0" cellspacing="0" style="width: 100%" border="0">
                                                                               <tr>
                                                                                   <td class="cFormHeader">
                                                                                       <h3>
                                                                                           Enter File Information</h3>
                                                                                   </td>
                                                                                   <td class="required" align="right">
                                                                                       * Required
                                                                                   </td>
                                                                               </tr>
                                                                           </table>
                                                                           <div class="hr">
                                                                           </div>
                                                                           <div class="cMessageArea">
                                                                               <asp:Label ID="lblMdlErrorMsg" runat="server" CssClass="cError"></asp:Label>
                                                                           </div>
                                                                           <table class="cChildTable" width="100%">
                                                                               <tr>
                                                                                   <!-- <td><table><tr> -->
                                                                                   <td style="width: 10%">
                                                                                       <div class="required">
                                                                                           *<asp:Label ID="lblFile" runat="server" Text="File #:" CssClass="cLabel"></asp:Label>
                                                                                       </div>
                                                                                   </td>
                                                                                   <td style="width: 50%">
                                                                                       <asp:TextBox ID="txtFileNumber" runat="server" CssClass="cText" Width="150px" MaxLength="40"
                                                                                           TabIndex="1"></asp:TextBox>
                                                                                   </td>
                                                                                   <%--<td style="width: 15%">
                                                               <div class="required">
                                                                   *<asp:Label ID="lblPropertyType" runat="server" Text="Property Type:" CssClass="cLabel"></asp:Label></div>
                                                           </td>
                                                           <td colspan="2">
                                                               <asp:DropDownList ID="ddlPropertyType" runat="server" CssClass="cSelect" TabIndex="8"
                                                                   ToolTip="Residential means real property having a house, individual condominium unit, mobile home permanently affixed to real estate, or other dwelling unit intended principally for the occupancy of from one to four (1-4) families.">
                                                               </asp:DropDownList>
                                                               <asp:ImageButton ImageUrl="/images/pdf_online_btn.gif" runat="server" Width="20px"
                                                                   ID="btnPropertyTypePD" OnClientClick="return openPropertyType()" Style="position: relative;
                                                                   top: 1px" />
                                                           </td>--%>
                                                                                   <!-- </tr></table></td> -->
                                                                               </tr>
                                                                               <tr>
                                                                                   <!-- <td><table><tr> -->
                                                                                   <td style="width: 10%">
                                                                                       <div class="required">
                                                                                           *<asp:Label ID="lblOffice" runat="server" Text="Office:" Width="" CssClass="cLabel"></asp:Label></div>
                                                                                   </td>
                                                                                   <td style="width: 50%">
                                                                                       <asp:DropDownList ID="ddlOffice" runat="server" CssClass="cSelect" AutoPostBack="true"
                                                                                           TabIndex="6" OnSelectedIndexChanged="ddlOffice_SelectedIndexChanged" Width="380px"
                                                                                           onchange="LoadingPanel.Show();">
                                                                                       </asp:DropDownList>
                                                                                   </td>
                                                                                   <td style="width: 15%">
                                                                                       <div class="required">
                                                                                             *<asp:Label ID="lblUnderwriter" runat="server" Text="Underwriter:" Width=""
                                                                                               CssClass="cLabel"></asp:Label></div>
                                                                                   </td>
                                                                                   <td>
                                                                                       <asp:DropDownList ID="ddlUnderwriters" runat="server" CssClass="cSelect" OnSelectedIndexChanged="ddlUnderwriters_SelectedIndexChanged"
                                                                                           AutoPostBack="true" TabIndex="9" Width="150px" onchange="LoadingPanel.Show();">
                                                                                       </asp:DropDownList>
                                                                                   </td>
                                                                               </tr>
                                                                               <tr>
                                                                                   <td style="width: 10%">
                                                                                       <div class="required">
                                                                                           *<asp:Label ID="lblState" runat="server" Text="State:" Width="" CssClass="cLabel"></asp:Label></div>
                                                                                   </td>
                                                                                   <td style="width: 50%">
                                                                                       <asp:DropDownList ID="ddlJurisdictionStates" runat="server" CssClass="cSelect" TabIndex="7"
                                                                                           OnSelectedIndexChanged="ddlJurisdictionStates_SelectedIndexChanged" AutoPostBack="true"
                                                                                           onchange="LoadingPanel.Show();">
                                                                                       </asp:DropDownList>
                                                                                   </td>
                                                                                   <td style="width: 15%">
                                                                                       <div class="required">
                                                                                             *<asp:Label ID="lblAccount" runat="server" Text="Account #:" Width=""
                                                                                               CssClass="cLabel"></asp:Label></div>
                                                                                   </td>
                                                                                   <td>
                                                                                       <asp:DropDownList ID="ddlAccount" runat="server" CssClass="cSelect" TabIndex="10">
                                                                                       </asp:DropDownList>
                                                                                   </td>
                                                                                   <!-- </tr></table></td>-->
                                                                               </tr>
                                                                           </table>
                                                                           <div id="divDuplicateFiles" runat="server" visible="false">
                                                                               <div class="Space">
                                                                               </div>
                                                                               <div class="cFormHeader">
                                                                                   <h3>
                                                                                       File # Validation</h3>
                                                                               </div>
                                                                               <div class="hr">
                                                                               </div>
                                                                               <div class="Space">
                                                                               </div>
                                                                               <div class="cMessageArea">
                                                                                   <asp:Label ID="lblDuplicateFileMsg" runat="server" CssClass="cError" Text="">
                                                                                   </asp:Label>
                                                                               </div>
                                                                               <div class="Space">
                                                                               </div>
                                                                               <div>
                                                                                   <dx:ASPxGridView ID="dgDuplicateFile" runat="server" AutoGenerateColumns="False"
                                                                                       EnableCallBacks="False" Visible="True" Width="100%" KeyFieldName="FileId" OnHtmlRowCreated="dgDuplicateFile_HtmlRowCreated"
                                                                                       OnBeforeColumnSortingGrouping="dgDuplicateFile_BeforeColumnSortingGrouping" OnPageIndexChanged="dgDuplicateFile_OnPageIndexChanged"
                                                                                       OnRowCommand="dgDuplicateFile_RowCommand">
                                                                                       <Columns>
                                                                                           <dx:GridViewDataTextColumn FieldName="FileId" Visible="False" VisibleIndex="0">
                                                                                           </dx:GridViewDataTextColumn>
                                                                                           <dx:GridViewDataTextColumn Caption="File #" FieldName="FileNumber" VisibleIndex="1">
                                                                                               <HeaderCaptionTemplate>
                                                                                                   <div class="cGridHeaderLink" onmouseout="RemoveMouseOverClass(this)" onmouseover="addMouseOverClass(this)">
                                                                                                       File #</div>
                                                                                               </HeaderCaptionTemplate>
                                                                                           </dx:GridViewDataTextColumn>
                                                                                           <dx:GridViewDataColumn Name="Office" Caption="Office" VisibleIndex="2" FieldName="Office"
                                                                                               CellStyle-HorizontalAlign="Left">
                                                                                               <HeaderCaptionTemplate>
                                                                                                   <div class="cGridHeaderLink" onmouseover="addMouseOverClass(this)" onmouseout="RemoveMouseOverClass(this)">
                                                                                                       Office</div>
                                                                                               </HeaderCaptionTemplate>
                                                                                               <DataItemTemplate>
                                                                                                   <div>
                                                                                                       <asp:Label ID="lblOfficeName" runat="server">
                                                                                                       </asp:Label></div>
                                                                                               </DataItemTemplate>
                                                                                           </dx:GridViewDataColumn>
                                                                                           <dx:GridViewDataDateColumn Caption="Open Date" FieldName="OpenDate" VisibleIndex="3"
                                                                                               Settings-SortMode="Value" SortOrder="Descending" SortIndex="1">
                                                                                               <PropertiesDateEdit DisplayFormatString="MM/dd/yyyy" EditFormat="Custom" EditFormatString="MM/dd/yyyy"
                                                                                                   UseMaskBehavior="true">
                                                                                               </PropertiesDateEdit>
                                                                                               <HeaderCaptionTemplate>
                                                                                                   <div class="cGridHeaderLink" onmouseout="RemoveMouseOverClass(this)" onmouseover="addMouseOverClass(this)">
                                                                                                       Open Date</div>
                                                                                               </HeaderCaptionTemplate>
                                                                                           </dx:GridViewDataDateColumn>
                                                                                           <dx:GridViewDataTextColumn Caption="Address" FieldName="FullAddress" VisibleIndex="4">
                                                                                               <HeaderCaptionTemplate>
                                                                                                   <div class="cGridHeaderLink" onmouseout="RemoveMouseOverClass(this)" onmouseover="addMouseOverClass(this)">
                                                                                                       Address</div>
                                                                                               </HeaderCaptionTemplate>
                                                                                           </dx:GridViewDataTextColumn>
                                                                                           <dx:GridViewDataColumn Name="ProductDesc" Caption="Buyer/Seller" VisibleIndex="5"
                                                                                               FieldName="Buyer" CellStyle-HorizontalAlign="Left">
                                                                                               <HeaderCaptionTemplate>
                                                                                                   <div class="cGridHeaderLink" onmouseover="addMouseOverClass(this)" onmouseout="RemoveMouseOverClass(this)">
                                                                                                       Buyer/Seller</div>
                                                                                               </HeaderCaptionTemplate>
                                                                                               <DataItemTemplate>
                                                                                                   <div>
                                                                                                       <asp:Label ID="lblBuyerSeller" runat="server">
                                                                                                       </asp:Label></div>
                                                                                               </DataItemTemplate>
                                                                                           </dx:GridViewDataColumn>
                                                                                           <dx:GridViewDataColumn VisibleIndex="6" Caption="Action">
                                                                                               <HeaderCaptionTemplate>
                                                                                                   <div class="cGridHeaderStyle">
                                                                                                       Action</div>
                                                                                               </HeaderCaptionTemplate>
                                                                                               <DataItemTemplate>
                                                                                                   <div class="cLinkButton">
                                                                                                       <asp:LinkButton ID="lblFileOpen" runat="server" Text="Open" CommandArgument="Open"
                                                                                                           CommandName="Open" />
                                                                                                   </div>
                                                                                               </DataItemTemplate>
                                                                                               <Settings AllowSort="False" />
                                                                                           </dx:GridViewDataColumn>
                                                                                           <dx:GridViewDataTextColumn FieldName="FirmLocationId" Visible="False" VisibleIndex="7">
                                                                                           </dx:GridViewDataTextColumn>
                                                                                           <dx:GridViewDataTextColumn FieldName="FileExists" Visible="False" VisibleIndex="8"
                                                                                               SortOrder="Descending" SortIndex="0">
                                                                                           </dx:GridViewDataTextColumn>
                                                                                           <dx:GridViewDataTextColumn FieldName="FirmLocationJurisdictionID" Visible="False"
                                                                                               VisibleIndex="9">
                                                                                           </dx:GridViewDataTextColumn>
                                                                                       </Columns>
                                                                                       <Styles Header-CssClass="dxgvHeader" HeaderPanel-Cursor="hand">
                                                                                           <RowHotTrack BackColor="#DAE0E6">
                                                                                           </RowHotTrack>
                                                                                           <Header CssClass="dxgvHeader">
                                                                                           </Header>
                                                                                           <Cell>
                                                                                               <BorderRight BorderStyle="None" />
                                                                                           </Cell>
                                                                                           <HeaderPanel Cursor="hand">
                                                                                           </HeaderPanel>
                                                                                       </Styles>
                                                                                       <SettingsPager AllButton-Visible="true" FirstPageButton-Visible="true" LastPageButton-Visible="true"
                                                                                           PageSize="10" Position="Top" ShowDefaultImages="true">
                                                                                           <AllButton Visible="True">
                                                                                           </AllButton>
                                                                                           <FirstPageButton Visible="True">
                                                                                           </FirstPageButton>
                                                                                           <LastPageButton Visible="True">
                                                                                           </LastPageButton>
                                                                                       </SettingsPager>
                                                                                       <SettingsDetail IsDetailGrid="True" />
                                                                                       <SettingsBehavior AllowSort="true" EnableRowHotTrack="true" ProcessSelectionChangedOnServer="True"
                                                                                           SortMode="Custom" />
                                                                                       <Styles Cell-BorderRight-BorderStyle="None">
                                                                                           <RowHotTrack BackColor="#dae0e6">
                                                                                           </RowHotTrack>
                                                                                       </Styles>
                                                                                       <SettingsLoadingPanel Text="Loading,Please wait..." />
                                                                                   </dx:ASPxGridView>
                                                                               </div>
                                                                           </div>
                                                                       </div>
                                                                       <div class="buttons">
                                                                           <span id="span3" class="cBtnLeft"><span class="cBtnRight">
                                                                               <asp:Button ID="btnDupCheck" runat="server" OnClientClick="LoadingPanel.Show();"
                                                                                   OnClick="btnDupCheck_Click" Text="Next" CssClass="cBtnRight" Width="60px" TabIndex="11" />
                                                                           </span></span><span id="span4" class="cBtnLeft"><span
                                                                               class="cBtnRight">
                                                                               <asp:Button ID="btnCncl" runat="server" Text="Cancel" OnClick="btnCncl_OnClick" OnClientClick="LoadingPanel.Show();"
                                                                                   CssClass="cBtnRight" Width="60px" TabIndex="12" />
                                                                           </span></span>
                                                                           <input type="hidden" id="hidtxtFileNumber" runat="server" />
                                                                           <input type="hidden" id="hidtxtOfficeId" runat="server" />
                                                                           <input type="hidden" id="hidtxtStateId" runat="server" />
                                                                           <input type="hidden" id="hidtxtPropertyType" runat="server" />
                                                                       </div>
                                                                   </div>
                                                               </dx:ContentControl>
                                                           </ContentCollection>
                                                       </dx:TabPage>
                                                       <dx:TabPage Text="Property Information" TabStyle-Width="140px">
                                                           <ContentCollection>
                                                               <dx:ContentControl ID="ContentControl5" runat="server">
                                                                   <table border="0" width="100%">
                                                                       <tr>
                                                                           <td style="height: 90%">
                                                                               <uc1:findAddress ID="ctlFindAddress" runat="server"></uc1:findAddress>
                                                                           </td>
                                                                       </tr>
                                                                   </table>
                                                               </dx:ContentControl>
                                                           </ContentCollection>
                                                       </dx:TabPage>
                                                   </TabPages>
                                               </dx:ASPxPageControl>
                                           </asp:Panel>
                                       </dxp:PanelContent>
                                   </PanelCollection>
                               </dxp:ASPxPanel>
                           </dxpc:PopupControlContentControl>
                       </ContentCollection>
                   </dxpc:ASPxPopupControl>

AnswerRe: Buttons are not working for enterkey press Pin
jkirkerx22-Nov-12 18:03
professionaljkirkerx22-Nov-12 18:03 
QuestionSchedule and post comments to FaceBook wall using ASP.Net Pin
Hu Dhaval20-Nov-12 21:56
Hu Dhaval20-Nov-12 21:56 
AnswerRe: Schedule and post comments to FaceBook wall using ASP.Net Pin
Dhol Gaurav20-Nov-12 22:24
professionalDhol Gaurav20-Nov-12 22:24 
GeneralRe: Schedule and post comments to FaceBook wall using ASP.Net Pin
Hu Dhaval20-Nov-12 22:32
Hu Dhaval20-Nov-12 22:32 
AnswerRe: Schedule and post comments to FaceBook wall using ASP.Net Pin
Richard Deeming21-Nov-12 2:10
mveRichard Deeming21-Nov-12 2:10 
QuestionCOMPILATION error "object reference not set to an instance of an object" Pin
AnnLogan20-Nov-12 20:47
AnnLogan20-Nov-12 20:47 
QuestionRe: COMPILATION error "object reference not set to an instance of an object" Pin
n.podbielski20-Nov-12 21:11
n.podbielski20-Nov-12 21:11 
AnswerRe: COMPILATION error "object reference not set to an instance of an object" Pin
AnnLogan20-Nov-12 21:49
AnnLogan20-Nov-12 21:49 
GeneralRe: COMPILATION error "object reference not set to an instance of an object" Pin
Richard MacCutchan21-Nov-12 3:16
mveRichard MacCutchan21-Nov-12 3:16 
AnswerRe: COMPILATION error "object reference not set to an instance of an object" Pin
n.podbielski22-Nov-12 20:07
n.podbielski22-Nov-12 20:07 
QuestionTab index with firefox issue Pin
rakeshs31220-Nov-12 19:43
rakeshs31220-Nov-12 19:43 
SuggestionRe: Tab index with firefox issue Pin
n.podbielski20-Nov-12 21:08
n.podbielski20-Nov-12 21:08 
GeneralRe: Tab index with firefox issue Pin
rakeshs31220-Nov-12 22:02
rakeshs31220-Nov-12 22:02 
AnswerRe: Tab index with firefox issue Pin
jkirkerx22-Nov-12 18:08
professionaljkirkerx22-Nov-12 18:08 
AnswerRe: Tab index with firefox issue Pin
CommDev5-Dec-12 1:55
CommDev5-Dec-12 1:55 
Questionadsense alternatives Pin
Jassim Rahma19-Nov-12 21:48
Jassim Rahma19-Nov-12 21:48 
AnswerRe: adsense alternatives Pin
ravi398420-Nov-12 20:15
ravi398420-Nov-12 20:15 

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.