Search

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

Matching Posts

  • Dropdownlist adding Onchange Attribute

    hi, I am trying to add an onchange attribute to my dropdownlist. The following is the code is use to do this: lstStatPart.Attributes.Add("OnChange", "javascript:return confirm('" & "Are You Sure You Wish To Change All Submitted Invitations To Invites Sent?" & "');") The script triggers, but when i click cancel the selected item still changes. The selectedindexchange event of the dd list does not fire anymore which is what i want, but i want the selected item to stay the same too. Please,
  • MinMax persistance type error

    I am using DNN3 3.2.1. I jus created a module a tried to run add it on my site but it generates this error: " MinMax persistance type of cookie requires a ModuleId" Does anyone know why this occurs?
    Posted to Custom Modules (Forum) by jronquil on 12/22/2005
  • Re: Printing mailing labels thru asp.net app

    if you are trying to print out labels you should be able to use a crystal report viewer to format the labels and simply print it out. Another option could be exporting the data to excel and your employees can do a simple mail merge to word to format the info into labels/envelopes.
    Posted to Crystal Reports (Forum) by jronquil on 12/20/2005
  • Export To word

    I am trying to export a html page to word using the following code BindForm() pnlShowApplication.Visible = False Response.Clear() Response.AddHeader("content-disposition", "attachment; filename=details.doc") Response.AddHeader("content-type", "application/msword") Response.Clear() pnlShowApplication.Visible = True It exports the form to word but there is an extra textbox looking control at the top. I believe it's a viewstate control cause its id name is "_ViewState". Does anyone know how i can get
    Posted to Web Forms (Forum) by jronquil on 12/20/2005
  • Exporting to Word to Create Mailing Labels

    Does anyone know how to export data, using asp.net with vb, to word to create mailing labels? Thank you in advanvce.
    Posted to Enterprise Services Integration (Forum) by jronquil on 11/14/2005
  • Re: Export to excel- creating pivot table

    nope....do you a good place where i can look into creating an excel xml format table?
    Posted to Visual Basic .NET (Forum) by jronquil on 11/4/2005
  • Re: Export to excel- creating pivot table

    Just a simple datagrid. The datagrid exports fine, its just that when I try to create a pivot table it generates an error because the name of the xls file has spaces. I'm trying to figure out how to open the excel file without it altering the filename or at least prevent it from adding spaces. Thanks.
    Posted to Visual Basic .NET (Forum) by jronquil on 11/3/2005
  • Export to excel- creating pivot table

    Hi, I'm running into a problem creating a pivot table after exporting a datagrid to excel, using asp.net with vb. I was wondering if anyone could please help me. I use the following code to export the datagrid to excel: Response.Clear() Response.AddHeader("content-disposition", "attachment; filename=details.xls") Response.AddHeader("content-type", "application/ms-excel") Response.Charset = "" Once you click on a button to export the datagrid to excel the prompt pops up that ask if you want to open
    Posted to Visual Basic .NET (Forum) by jronquil on 11/2/2005
Page 1 of 1 (8 items)