Search

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

Matching Posts

  • Re: Dependent controls in datalist add.attribute

    Thank you for your response. I do no understand how I can refer to a control that is named dynamically via the datalist generation using the javascript in the afore mentioned article. http://www.codeasp.net/blogs/Vinz/microsoft-net/219/dynamically-inserting-and-removing-listitems-in-dropdownlist-using-javascript The article depicts manipulation of controls that are not dynamically generated by a datalist/datagrid
    Posted to Web Forms (Forum) by sconard on 7/8/2009
  • Re: Dependent controls in datalist add.attribute

    Finding a control is not a problem when in datalist itemDataBound event. Changing a datalist dropdown list values depending on another control is a problem I.E. There are two dropdown lists in a datalist itemTemplate. dropDownList1 has two values 1, 2 dropDownList2 has two values A, B On selectedIndexChange event of dropDownList1, I want to change the value selection of dropDownList2 to C, D and remove options A, B.
    Posted to Web Forms (Forum) by sconard on 7/6/2009
  • Dependent controls in datalist add.attribute

    I have a datalist with two dropdownlist controls Adropdown and Bdropdown. During edit I would like to have selectedIndexChange on control Adropdown autopostback and change the list options on control Bdropdown when user changes selection on Adropdown. Selections are currently stored server side and really need to stay there. Remember: These controls only exist while datalist is in edit mode so I cannot just refer to the names of the controls in the code behind. Within the Datalist editItemTemplate
    Posted to Web Forms (Forum) by sconard on 6/30/2009
    Filed under: datalist add.attribute dependent edittemplate
  • conversion of 1.1 vs2003 project to vs2008 project leaves .ascx and .ascx.vb disassociated

    I need to convert a legacy vs2003 project to at least 2.0 vs2008 to add rdlc reports. The log shows the conversion performed by vs2008 as successful. The legacy .ascx controls are left so that if you add say a new textbox to the .ascx, the associated .ascx.vb does not recognize the new textbox control. Further, what was a web application is no longer a "web application" and does not offer a "web" tab in the project properties. Is this easily fixed? If so how? Answer: Create new
    Posted to Visual Studio .NET 2003 and Visual Studio .NET 2002 (Forum) by sconard on 5/27/2009
    Filed under: conversioin
  • blob (binary large object) to email attachment

    I am looking for framework 2 asp.net code examples to attach pdf or word document to an email. The files are stored as blob objects in sql 2003 database. Thank you for any pointers
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by sconard on 5/19/2009
    Filed under: email, BLOB, attachment, email attachment
  • Unable to load client print control RDLC Report

    I and many others are experiencing "Unable to load client print control" error messages from print icon on RDLC reports. I am updating my dev box and Visual Studio 2008 as I write but am concerned that dlls that are included in web control will not be updated. All posts I have seen so far are about removal of the security updates on the client or "manual" (ODG) install of the activex conrol on the clients. Neither of these options are desirable. How do I update the dlls in VS2008
    Posted to Visual Studio 2008 (Forum) by sconard on 10/23/2008
    Filed under: RDLC, Report, Unable to load client print control
  • Re: open default email client with server load of address.

    Line executes without exception or error. There is an os "ping" soundwave that it produces whenever it hits that line of code but I find nothing in events or logs.
    Posted to Web Forms (Forum) by sconard on 10/17/2008
  • Re: open default email client with server load of address.

    Thank you but the following (suggested in the above link) does not work from an ascx control on an aspx page. I Googled "system.diagnostics.process.start mailto" and found a half dozen ways to call the same thing but none function. Private Sub lbutOpenEmailClient_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles lbutOpenEmailClient.Click Process.Start( "mailto:user@example.com?subject=TestSubject&body=TestBody" ) End Sub
    Posted to Web Forms (Forum) by sconard on 10/16/2008
  • open default email client with server load of address.

    asp.net I need to present user with list box of user names as text and email address as value. User selects multiple user names (email address values) and then clicks on link button. Server loads "mailto" with from, to, replyto, subject, body and opens client default email client with server driven info. How can this be done? I do not want to limit to outlook. Must open default email client.
    Posted to Web Forms (Forum) by sconard on 10/15/2008
  • page range rdlc report is incorrect

    I generate an rdlc report from a dataset. Report layout is landscape. If page in report exceeds 8.5" then remaining data is printed on subsequent page. This subsequent page is not counted in Microsoft RDLC viewer so if the viewer is showing page 5 and a user clicks to print only page 5, the page printed may not be the viewed page if prior pages exceeded 8.5". Is there a workaround to this problem? It seems that the growth of the page is not accounted for in the viewer. Please note that
    Posted to SQL Server Reporting Services (Forum) by sconard on 9/9/2008
    Filed under: page count rdlc report viewer wrong print
Page 1 of 14 (136 items) 1 2 3 4 5 Next > ... Last »