Search

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

Matching Posts

  • PDF reader not working

    Hi, I'm trying to read pdf file at runtime but nothing displays. Can anyone help me out? The code is <OBJECT id= "arv" style= "Z-INDEX: 101; LEFT: 12px; WIDTH: 904px; TOP: 32px; HEIGHT: 604px" classid= "clsid:CA8A9780-280D-11CF-A24D-444553540000" VIEWASTEXT> <PARAM NAME= "_cx" VALUE= "23918" > <PARAM NAME= "_cy" VALUE= "15981" > <PARAM NAME= "_StockProps" VALUE= "0" > <PARAM NAME
    Posted to Web Forms (Forum) by prem_rajani on 12/4/2008
  • Re: Gridview not working as expected

    Hey 1 other problem with it. I need value of column 1 from gridview but it shows blank. There are 16 columns and only column 4,6 and 10 show right value. row.cell(1).text is blank.
    Posted to Data Presentation Controls (Forum) by prem_rajani on 11/6/2008
  • Re: Gridview not working as expected

    Hey great it worked like sweet. Thanks for quick response as it saved me a days work
    Posted to Data Presentation Controls (Forum) by prem_rajani on 11/6/2008
  • Re: Gridview not working as expected

    On button click event I bind the grid as follows Dim sr As System.IO.StringReader = New System.IO.StringReader(loan1) Dim dsLoan As DataSet = New DataSet dsLoan.ReadXml(sr) dgLoan.DataSource = dsLoan dgLoan.DataBind() The page has tab like menu which on clicking one of the menu it should get list or rows selected in datagrid. On clicking tab I check for isasyncpostback and exit from page load so this way I don't reload the whole page. The menu is set to asyncpostback through trigger of updatepanel
    Posted to Data Presentation Controls (Forum) by prem_rajani on 11/6/2008
  • Gridview not working as expected

    Hi, I have template field in gridview and based on the checkbox value I should get all the rows if checked. But from below code I get number of rows as 0. 1 Try 2 'Iterate through the Products.Rows property 3 For Each row As GridViewRow In dgLoan.Rows 4 ' Access the CheckBox 5 Dim cb As CheckBox = row.FindControl( "nm" ) 6 If cb.Checked Then 7 8 End If 9 Next 10 Catch ex As Exception 11 12 End Try Just to verify if I'm not wrong I created new page and had just the gridview and
    Posted to Data Presentation Controls (Forum) by prem_rajani on 11/5/2008
  • Re: Masterpage and menu clickevent

    I have the menu inside updatepanel and wanted to skip reloading the content page when I click on any menu item. Any help on that is helpful. Or if any way to pass on IsInAsyncPostBack value to content page then I don't need menuitem click event.
  • Masterpage and menu clickevent

    Hi, I have menu control in master page which is connected to Sitemap datasource. Since I placed the menu in master page will the clickevent of menu not work. When I try in a separate page it works fine and I'm able to get inside it through break point. But in master page the event does not get fired. Other thing I noticed is Itemdatabound is getting fired. Anyone please let me know if I am missing something here.
  • Re: Nested updatepanels in panels

    [quote user="Benners_J"] Basically, an UpdatePanel can not be inside another control that has "visible" set to "false". You should be fine to just swap places with pnlAddress and upAddress. That way, pnlAddress can be hidden and shown through the UpdatePanel, but the UpdatePanel will always be visible to the browser. [/quote] Swapping did the trick and it works fins now. I could be that dumb never knew. Thanks benners for your help.
    Posted to ASP.NET AJAX UI (Forum) by prem_rajani on 10/27/2008
  • Nested updatepanels in panels

    Hi, I have two panels which in turn have updatepanel. When page loads only first panel is visible and other panel is displayed only after clicking continue button in first panel. On clicking the button I get the following error Sys.InvalidOperationException: Could not find updatepanel with ID 'upAddress'. If it is being updated dynamically then it must be inside another UpdatePanel. Any idea why this is caused. And also I have a updateprogress at end which is associated with second updatepanel
    Posted to ASP.NET AJAX UI (Forum) by prem_rajani on 10/27/2008
  • Re: Page load, Timer and UpdateProgress

    Hey subbu, The video shows about loading the updateprogress on click on button. I am trying to show the updateprogress when the page load.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by prem_rajani on 10/24/2008
Page 1 of 6 (55 items) 1 2 3 4 5 Next > ... Last »