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
D

Dinesh Reghunath

@Dinesh Reghunath
About
Posts
8
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • window.open( "URL" ..... for localhost is not working
    D Dinesh Reghunath

    hi Sometime back i also faced same issue, i solved by following method

    ScriptManager.RegisterStartupScript(Page, Page.GetType(), "Success", "fnPayment()", True)

    fnPayment() javascript

    function fnPayment() {
    var windowFeatures;
    windowFeatures = "type=fullWindow,fullscreen,toorbar=no,status=yes,scrollbars=yes,left=0, top=0;";
    window.open('aspxtest.aspx?reg=' + intReg , '_inst', windowFeatures);
    }

    hope this may help you

    ASP.NET help tools question

  • FileUpload Control with Progressbar in Asp.net
    D Dinesh Reghunath

    are you searching this Multiple File Upload With Progress Bar Using Flash and ASP.NET[^]

    ASP.NET csharp asp-net help

  • HTML FONT
    D Dinesh Reghunath

    Also you can use style text-decoration=blink;

    .blinkytext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    text-decoration: blink;
    font-style: normal;
    }

    ASP.NET html

  • HTML FONT
    D Dinesh Reghunath

    but will not work in IE

    ASP.NET html

  • Crystal Report on Web Server
    D Dinesh Reghunath

    hi yogesh for hosting are you using shared hosting server or dedicated server? if it is dedicated server you can install crystal report runtime on your server.

    ASP.NET help workspace csharp sysadmin windows-admin

  • Crystal Report on Web Server
    D Dinesh Reghunath

    i feel it is not an error related to crystal report. as we know custom error handlers are using for customise the default error pages. custom error[^] It may be some other error in you program Do you have crystal report runtime installed on you web server?

    ASP.NET help workspace csharp sysadmin windows-admin

  • Html validation
    D Dinesh Reghunath

    u mean on vs2005 IDE? we can disable HTML validation by Tools -> options -> Text Editor -> HTML -> validation uncheck show errors. will it help you?

    ASP.NET html design help tutorial question

  • CRYSTAL REPORT AND MEMORY LEAK
    D Dinesh Reghunath

    ReportDoc is the Report Document Object. on page unload

    ReportDoc.Close()
    ReportDoc.Dispose()
    GC.Collect()

    i think you mean this.

    ASP.NET performance tutorial
  • Login

  • Don't have an account? Register

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