Search

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

Matching Posts

  • Implementing ListSearchExtender with multi select ListBox

    Hi, I have a requirement to implement ListSearchExtender as my ListBox have 1000s of items. And the ListBox's SelectionMode is "Multiple". So first I selected one item by searching, then I pressed and hold Control button then when I try to search by typing, its not working (page is under going browser based functions like refreshing, trying to copy or paste cause Ctrl+c ) How to handle this issue. Thanks in advance.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mrkk on 7/15/2009
    Filed under: ajax, javascript ajax toolkit asp.net js, asp.net 2.0, Listbox, Ajaxcontroltookit.ListSearchExtender, List Search Extender
  • Calling Javascript function everytime when gridview binds the data

    Hi, I want to call a javascript function from gridview when ever the gridview binds the data, (like firing the event). Can anybody suggest a solution on how to approach. Thanks in advance
    Posted to Data Presentation Controls (Forum) by mrkk on 7/6/2009
    Filed under: asp.net 2.0, javascipt, Data binding, gridview control
  • Re: Javascript not firing because of Response.Redirect

    [quote user="CorpAmis"]registerJavascript(); [/quote] I think you are using Page.RegisterClientScriptBlock in the above function, try to use Page.RegisterStartupScript. I think it may work fine. Thank you.
    Posted to Client Side Web Development (Forum) by mrkk on 4/27/2009
  • Microsoft Reporting Compiling Error

    Hi, When i am trying to append the report I am getting the error as follows Server Error in '/AstorTime' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The base class includes the field 'rpvDailyDetail', but its type (Microsoft.Reporting.WebForms.ReportViewer) is not compatible with the
    Posted to SQL Server Reporting Services (Forum) by mrkk on 11/5/2008
    Filed under: Microsoft ReportViewer Toolbox
  • Updating a table from 2 client browsers?

    In an interview I have been asked as follows: There are 2 persons A & B accessing a database table "MyTable" through a web page from different machines. Now person A updated MyTable where value=35 to 40. while person B is seeing the previous info as value=35. Then person B tries to update MyTable with value=39 where Value=35, What happens? Thanks in Advance
    Posted to Data Access and ObjectDataSource Control (Forum) by mrkk on 10/21/2008
    Filed under: Access DataSource in code-behind
  • Populating XML data on to report.rdlc

    I have a table which contains xml data. I need to generate report for that xml data. The issue is, the XML data contains node which are to be printed as columns in report. For example: I have XML data like this < OTRate xmlns = " www.astoriaconsulting.com " > < OT Rate = " 1 " > 8 </ OT > < OT Rate = " 1.5 " > 0 </ OT > < OT Rate = " 2 " > 0 </ OT > </ OTRate > Now in report I have to print like this. 1 1.5 2
    Posted to XML and XmlDataSource Control (Forum) by mrkk on 9/29/2008
    Filed under: RDLC reports, Sql Server 2005 Reporting, Microsoft Reporting
  • Unable to get e.NewValues in GridView_RowUpdating Event

    Hi, I am binding the GridView with a dataset which contains dynamic data i.e I cannot predict the column names or no. of columns. Now I want to update that data from GridView_RowUpdating event. Here I am trying to get Newly updated values with e.NewValues. But its showing no values and the count is also set zero. Am I missing any property or some thing. Below is my GridView's markup. Please help me. < asp : GridView ID ="GridView2" runat ="server" OnRowEditing ="GridView2_RowEditing"
    Posted to Data Presentation Controls (Forum) by mrkk on 9/22/2008
    Filed under: GridView_RowUpdating, GridView, asp.net 2.0
  • Edit a row of a GridView which is binded progamatically

    Hi, I have to edit the row of the GridView which will be binded programatically. I have to handle it normally as same as we do when GridView is binded with Sql Data Source and AutoEnableEditButton="true", i.e when I click edit button it should display textboxes in that particular row with existing data. Help me. Thanks in Advance.
    Posted to Data Presentation Controls (Forum) by mrkk on 9/19/2008
    Filed under: GridView, asp.net 2.0
  • Cross tab report with Crystal Reports

    Hi, I want to generate a Cross Tab report using crystal reports. Literally I dont know any thing about Crystal reports. Even though I tried to generate it. But Its not displaying content as per my requirement. My requirement goes like this Date 08/01/2008 08/04/2008 09/05/2008 EmpId OT Allownce Meal Allowance Shift Allowance OT Allownce Meal Allownce Shift Allownce OT Allownce Mea Allownce Shift Allownce 01 23.4 25 30 12.2 32 12 3 21 12 02 3.3 33 88 48 8 78 8 87 8 03 76 97 04 7 8 9 0 8 7 04 67 9
    Posted to Crystal Reports (Forum) by mrkk on 8/22/2008
    Filed under: Crosstab report, Crystal Reports
  • Get Javascript response into Server side code

    Hi I have a requirement like... I have to do some server side calculation then I have to pop up window.confirm. There If user click ok the server side should continue the execution otherwise the execution should be terminated. Help me out Thanks in Advance
    Posted to Client Side Web Development (Forum) by mrkk on 7/31/2008
    Filed under: ASP.Net 2.0, DHTML, java script
Page 1 of 6 (53 items) 1 2 3 4 5 Next > ... Last »