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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

Nisha_D

@Nisha_D
About
Posts
6
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • delete cookie manuel and javascript error
    N Nisha_D

    when you delete the cookie and refresh the page will be expired, eventhough if it didnot have the connection with ticker.

    Web Development javascript tools help

  • what should i do with crystal report export error?
    N Nisha_D

    Copy this code in button click for transfering crystal report data to pdf format:The pdf will be stored inside the project location that for example C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\WebSites\WebSite2 Dim rptExcel As New ReportDocument Dim strExportFile As String = Server.MapPath(".") & "/Reports.pdf" rptExcel.Load(Server.MapPath("CrystalReport.rpt")) rptExcel.ExportOptions.ExportDestinationType = ExportDestinationType.DiskFile rptExcel.ExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat Dim objOptions As DiskFileDestinationOptions = New DiskFileDestinationOptions objOptions.DiskFileName = strExportFile rptExcel.ExportOptions.DestinationOptions = objOptions rptExcel.Export() objOptions = Nothing rptExcel = Nothing

    ASP.NET csharp help asp-net visual-studio data-structures

  • msgbox
    N Nisha_D

    [Message Deleted]

    ASP.NET csharp question asp-net

  • passing value in the same page
    N Nisha_D

    You can pass that is Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Me.TextBox1.Text="Hello" End Sub only to (Server side textbox) You cannot pass to (This is client side textbox)

    ASP.NET html sysadmin help question

  • SqlException : Login failed for user ' xxx \ ASPNET '
    N Nisha_D

    Where is the password i think you have put it pwd=sa; con=("server=(local);user id=sa;pwd=sa;database=pubs") or con=("server=(local);integrated security=true;database=pubs")

    ASP.NET asp-net security help csharp database

  • CRYSTAL REPORTS PRACTICAL QUESTIONS NEEDED
    N Nisha_D

    Please some one send me list of questions that i should see for crystal reports.i want to know what the demo i should practise while doing crysal reports please help me i would be very gratefull

    ASP.NET help
  • Login

  • Don't have an account? Register

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