Search

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

Matching Posts

  • Help with Dropdownextender and Masterpage

    Hi All, I'm having a problem when I create the Dropdownextender within my Masterpage the Popup displays after the masterpage content. The same code works great outside A mastgerpage.... Any help would be appreciated <%@ Page Language= "VB" MasterPageFile= "~/MasterPage2.master" AutoEventWireup= "false" CodeFile= "zzzz_NOT_USED_Customer_Details.aspx.vb" Inherits = "zzzz_NOT_USED_Customer_Details" title= "Horizon Medical - Customer Details"
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Patheon on 7/15/2007
    Filed under: DragPanelExtender, DragPanelExtender UpdatePanel Panel, DropDownExtender
  • Page Doesn't display when Page_Load method is present

    Hi, I have a weird situation.... I have 2 web pages... the first one is a gridview of some inventory Items with a selection button. The Second page displays the details of this selected Item. My Problem is when the Page_Load function is present in the Second page it causes my whole page not to be displayed.... This includes the Master.page, I'm left with a white blank page. When I remove the The Page_Load function the page is rendered. I've placed the code below starting with the list view page then
  • Launching a New instance of a browser within an updatePanel

    Could someone please post a example of launching a new instance of a browser from within a Updatepanel. This is my code that does nothing when it's located within an Updatepanel. < atlas : UpdatePanel ID ="UpdatePanel2" runat ="server" > < ContentTemplate > < asp : GridView ID ="GridView1" runat ="server" AllowPaging ="True" AllowSorting ="True" AutoGenerateColumns ="False" CellPadding ="4" DataKeyNames ="INSTANCE_ID" DataSourceID ="SqlDataSource3" ForeColor ="#333333" GridLines =
  • Gridview Templated button doesn't work inside UpdatePanel... any help would be nice.

    Newbie here to Ajax, I have a simple page that displays a gridview with a templated Select button, when I select my "SelectButton" i get the following error: "Sys.Webforms.PageRequestManagerParseErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modifiedby calls to Response.Write, response filters, HttpModules, or server trace is enabled. Details: Error parsing near " It almost seems as though you can't do the Server.Transfer
  • Help With Passing data to Crystal reports SelectionFormula

    Well After searching Hi and Low.... I can't figure this out. This is what I have: Web application written in VS 2005 PRO with SQL Server 2005. I have a Page called Quotes_Details.aspx with a button that calls Quotes_report.aspx page with a query string of the current record. like this..... Server.Transfer( "Quotes_report.aspx?INSTANCE_ID= " & CType ( Me .ClientQueryString.Split( "=" )(1), Integer )) My Quotes_report.aspx is as follows: <% @ Page Language ="VB" AutoEventWireup ="false" CodeFile
    Posted to Crystal Reports (Forum) by Patheon on 5/1/2006
  • Detailsview with a Dropdownlist and Dynamic SQLDatasource ;)

    Hi, I Have a slight problem, this is what I have..... What I'de like to do is dynamically assign SqlDataSourceCustomers a SelectCommand based on who is logged in from the Page_Load sub. But I can't refernce the SqlDataSource within the Content1--MultiView--View--DetailsView1-- ect.... Any help would be appreciated. < asp : Content ID ="Content1" ContentPlaceHolderID ="ContentPlaceHolder1" Runat ="Server"> < asp : MultiView ID ="MultiView1" runat ="server" ActiveViewIndex ="0"> < asp
    Posted to Data Presentation Controls (Forum) by Patheon on 3/23/2006
  • Re: Returns the primary key of the inserted row.

    Thanks Brian.... I've now got it to work.... I can retrieve the Instance ID of the newly created row. Now I have a new problem... The record is being inserted Twice. I'm using a SqlDataSource with the commandfield Insert Button, I've placed the code you gave me in the Protected Sub SqlDataSource1_Inserted the code you gave me, the ExecuteScalar() does it cause the stored procedure to be fired again? If so, then where and how can I avoid this situation?
    Posted to Web Forms (Forum) by Patheon on 1/10/2006
  • Re: Returns the primary key of the inserted row.

    Hi Brian, Thanks for the reply. I have created a Stored procedure to insert the record... and it inserts fine. Could you give me an example of what you mean? Thanks in advance.
    Posted to Web Forms (Forum) by Patheon on 1/9/2006
  • Returns the primary key of the inserted row.

    Does anyone have a working example in Visual Web Developer 2005 of using a stored procedure to insert a record and return the primary key of the inserted row?
    Posted to Web Forms (Forum) by Patheon on 1/9/2006
Page 1 of 2 (13 items) 1 2 Next >