Search

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

Matching Posts

  • File Upload-Go Daddy

    I am having difficulty using the file upload control on my webpage. When I try to open the page I am getting a security exception error. The webpage works fine when I run it locally, but it wil not work once I upload it to GoDaddy's server. If anyone has ideas of how to get it to work that would be great! Here is a link to the webpage where I am getting the error: http://www.core2062.com/2009site/TeamManagement/Documents/Documentupload.aspx And here is my code for that page: Imports System.IO
    Posted to Security (Forum) by nzamorski on 12/29/2008
  • Re: How to print DIV contents only

    It worked once I used your markup. Thank you for your help. Do you know an easy way for me to convert that same div tag to a pdf easily with a separate button?
    Posted to Client Side Web Development (Forum) by nzamorski on 7/17/2008
  • Re: How to print DIV contents only

    That code did not work for me. Ideally I would like to just be able to click the print button and it would take all of the content from the place holder or the div and print it while keeping the formatting(font, size, color).
    Posted to Client Side Web Development (Forum) by nzamorski on 7/17/2008
  • Re: How to print DIV contents only

    I tried this code on my website and it works great in Internet Explorer, but does not work in Firefox(same problem as someone else). Did you ever figure out how to make it work in Firefox as well? Thanks
    Posted to Client Side Web Development (Forum) by nzamorski on 7/17/2008
  • Gridview will not update

    Hello I am having a problem, i have enabled editing, but my gridview will not update. Here is the code: <%@ Page Language="VB" MasterPageFile="~/administration.master" Title="Untitled Page" %> <script RUNAT="server"> Protected Sub GridView1_RowCommand(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewCommandEventArgs) If e.CommandName = "Insert" AndAlso Page.IsValid Then ObjectDataSource1.Insert() End If End Sub Protected
    Posted to Data Presentation Controls (Forum) by nzamorski on 1/28/2008
  • Re: Fileupload control

    The error is: ERROR: Access to the path 'd:\hosting\core2062admin\upload\FIRSTlogoR_color_rev_rgb.jpg-.jpg' is denied.
    Posted to Web Forms (Forum) by nzamorski on 10/19/2007
  • Fileupload control

    I am getting a error that the folder cannot be accessed on the sever to complete the upload. I checked the folder properties and everything is alright there I'm not sure what the problem is. Any ideas? <%@ Page Language="VB" MasterPageFile="~/masterpage.master" Title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <script language="vbscript" runat="server">
    Posted to Web Forms (Forum) by nzamorski on 10/18/2007
  • Re: Update Panel Error

    I am getting the following error in a alert that pops up when I change the drop down list item: Sys.InvalidOperationException: Could not find UpdatePanel with ID 'ctl00_ContentPlaceHolder1_ctl00'. If it is being updated dynamically then it must be inside another UpdatePanel Thanks for the help!
    Posted to ASP.NET AJAX UI (Forum) by nzamorski on 9/22/2007
  • Update Panel Error

    My update panel on my page is not working. When I change my dropdown list a error comes up. Here is my code: <%@ Page Language="VB" MasterPageFile="~/menumaster.master" Title="Untitled Page" %> <script runat="server"> Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) FillEventGrid() End Sub Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) FillEventGrid() End Sub Private
    Posted to ASP.NET AJAX UI (Forum) by nzamorski on 9/22/2007
  • Tab container problem

    I am having a problem with my tab panel/tab container. Whenever I make a change or click in a tab it refreshes and takes me to the tab called pictures upload/modify. I want to be able to make changes in a tab and stay in that tab not switch tabs. I'm not sure what is causing this any ideas? Here is the code: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> <%@ Page Language="VB" MasterPageFile="
    Posted to ASP.NET AJAX Control Toolkit (Forum) by nzamorski on 9/15/2007
Page 1 of 4 (31 items) 1 2 3 4 Next >