Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Marc Paliotti

@Marc Paliotti
About
Posts
10
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Flash Objects
    M Marc Paliotti

    i took a piece of code that i had from a web app that basically showed a video. on this site, i was running .net 1.1. Now that i have finally upgraded to .net 2.0, i thought, well maybe the code can be the same. i was wrong. i placed this code:

    var fe = new FlashObject("/Video/reinventing.swf", "reinventing", "320","240","7","#ffffff"); fe.write("flashStage1"); For some reason, all of my stylesheet is gone and images that i have on the page is gone. the video does not show up. Is this a .NET 2.0 reason. i have been researching this issue and have not found anything. PLEASE HELP!!!

    ASP.NET help csharp adobe

  • Special Character Replacement
    M Marc Paliotti

    I have RSS feeds displaying on an asp web page. One problem, it is displaying supposedly quotation marks but instead it is displaying a square. I checked in source and saw that it was a question mark. When I tried doing a InStr() and searching for either a quotation mark or a question, I didn't get anything back. Has anyone ever come accross this issue before in ASP?

    ASP.NET help question algorithms

  • Serialization in vb2005
    M Marc Paliotti

    This book shows you how to serialize a class and deserialize it. good book

    Visual Basic json

  • Testing in VS.NET 2003
    M Marc Paliotti

    Does anyone know any good or decent testing tools for vs 2003 since they don't provide you with any. My goal is to test methods (i already know about Nunit). in VS 2005, we can use the object test bench to create instances and test methods within the instance. im sort of looking for a tool that does the same. Nunit does no justice.

    Visual Basic csharp visual-studio testing beta-testing tools

  • Dynamic Controls
    M Marc Paliotti

    I know that when there is a postback, id's for dynamic controls get re-created and they change. i know that we all get null reference exceptions when we try to retrieve them. I only have one problem that i tried looking for a solution on google but havent found it. I have a aspx page with a list of link buttons databound to a collection taken from a database. on the right of that is a user control. In that user control i have all these properties where GUID's are assigned every time some clicks buttons to re generate a new form to display. I get that null reference exception when i try to retrieve the values of the controls before the form is generating a new form. I tried re creating the fomr using the ID's i have now (in properties) but still get the same error that i could not generate my form because my id's were null? I am stuck from here and dont know where to go. Does anyone have a hint of what i can start doing to get myself going?

    ASP.NET help database question

  • Random Exclamation Marks
    M Marc Paliotti

    I have a class that uses string builder which produces a email body that is sent out by the system. My problem is that when i receive the email, random "! " characters are inserted into the text. If anyone out there has seen this problem before, let me know. For additional information, i place a bunch of vbCRLF after every line and still end up with these random "!" and spaces. Im also aware of projects migrating from IIS 5 to IIS 6 creates this problem. How can i fix it now

    Visual Basic help windows-admin question lounge

  • Weird character insertion
    M Marc Paliotti

    For additional information, i place a bunch of vbCRLF after every line and still end up with these random "!" and spaces. Im also aware of projects migrating from IIS 5 to IIS 6 creates this problem. How can i fix it now

    ASP.NET help lounge

  • Weird character insertion
    M Marc Paliotti

    I have a class that uses string builder which produces a email body that is sent out by the system. My problem is that when i receive the email, random "! " characters are inserted into the text. If anyone out there has seen this problem before, let me know. IM NEED A SOLUTION FAST

    ASP.NET help lounge

  • Intercepting Keystrokes
    M Marc Paliotti

    How would i be able to fire a method in code behind if im using javascipt?

    ASP.NET csharp asp-net question

  • Intercepting Keystrokes
    M Marc Paliotti

    Is it possible to intercept keystrokes in asp.net? i have someone who wants a specific button that wants to be the enter button to fire that event. I know in vb.net for windows applications that you can basically choose which button you want. If someone out there has something, it would be very useful.

    ASP.NET csharp asp-net question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups