Search

You searched for the word(s): userid:871727

Matching Posts

  • Re: Datagrid problem, please help

    Hi all, I resolved the problem. Thanks for helping
    Posted to Data Presentation Controls (Forum) by bhmlt on 10/30/2009
  • Javascript date validation.

    Hi all, Please give me a javascript code for validating a date filed in dd/mm/yyyy format. thanks in advance
    Posted to Client Side Web Development (Forum) by bhmlt on 10/30/2009
  • Datagrid problem, please help

    Hi all, I have imported excel sheet data to a datagrid. My problem is when there are blank cells in the the excel sheet, it will dispaly as "  " in the datagrid. I need to avoid this issue and save the data in the database. Please help. Thank in advance.
    Posted to Data Presentation Controls (Forum) by bhmlt on 10/26/2009
  • Re: AJAX Calendar Extender help

    Hi Bobby, Then how can I use calendar control in my web application? Please give me solution. Thanks
  • AJAX Calendar Extender help

    Hi All, Should I use AJAX enable web site (VS 2005) to use calander extender? My problem is, When I use calendar extender in normal web site it doesn't work, but when I use it in AJAX enabled web site it works fine. I need to use the calendar extender in non ajax enabled web site. please help Thanks in advance <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="System.Web.Extensions
  • Re: Date format problem

    [quote user="suthish nair"] like this.. view plain copy to clipboard print ? Text= '<%# Convert.ToDateTime(DataBinder.Eval(Container.DataItem, "AvailableDate")).ToString("dd/MM/yyyy") %>' Text='<%# Convert.ToDateTime(DataBinder.Eval(Container.DataItem, "AvailableDate")).ToString("dd/MM/yyyy") %>' [/quote] Above is correct
    Posted to Data Presentation Controls (Forum) by bhmlt on 10/10/2009
  • Asp.net grideview check box field's checked value

    Hi all, I need to loop my datagrid and check whether check boxes are checked. I used below code but it doesn't work . Can you give me a proper way to do this. <Columns> <asp:TemplateField> <ItemTemplate> <asp:HiddenField ID="sd_id" runat="server" Value='<%# Bind("sd_id") %>'/> </ItemTemplate> </asp:TemplateField> <asp:BoundField DataField="folio_no" HeaderText="Folio No" > <ItemStyle HorizontalAlign
    Posted to Data Presentation Controls (Forum) by bhmlt on 10/10/2009
  • Re: Datagrid and foreach

    [quote user="PeteNet"] [quote user="bhmlt"] Is it possible when ther are check boxes in the grid? [/quote] of course! do you have any issues with checkboxes? your grid could be bound to multiple controls....we're suggesting to loop on the data source that is bound to the grid - so that you can look at the values in the source itself (rather than those bound to the grid) [/quote] after binding the datasource(I'm binding data table), I have added a check box field. If I
    Posted to Data Presentation Controls (Forum) by bhmlt on 10/3/2009
  • Crystal report next page is ont displaying

    Hi all, In my web form, dropdown list has been palced to select the parameter to display the report. report consist of 7 pages. but when next page button is clicked nothing displayed. then I remove the dropdown and created another report that consist of several pages. it works perfectly when next page button is clicked. But I need to have the dropdownlist in the form. how can I do this? I think Some post back issue is there. please help to avoid it. Thanks in advance.
    Posted to Crystal Reports (Forum) by bhmlt on 10/3/2009
  • Re: Datagrid and foreach

    Is it possible when ther are check boxes in the grid?
    Posted to Data Presentation Controls (Forum) by bhmlt on 10/1/2009
Page 1 of 7 (63 items) 1 2 3 4 5 Next > ... Last »