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
P

pravin_mun

@pravin_mun
About
Posts
11
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • WCF SErvice Authentication
    P pravin_mun

    I Know how to Authenticate a web service like( [SoapHeader("Authentication", Required = true)]) before the class we need to do this.. How to acheive the same kind of Authentication in WCF Service any ideas or references will be greatly appreciated. Thanks in Advance..!

    C# csharp wcf security tutorial

  • Page Navigation
    P pravin_mun

    No Luck..!! Tried with the same.. Getting this exception..!("Cannot redirect after HTTP headers have been sent.")

    C# sysadmin help question

  • Page Navigation
    P pravin_mun

    I have the following code after this execution i have to navigate to other Page can any one help me out.. Response.ContentType = "application/pdf"; Response.AddHeader("content-disposition", "attachment;filename=Export.pdf"); Response.Cache.SetCacheability(HttpCacheability.NoCache); StringWriter sw = new StringWriter(); HtmlTextWriter hw = new HtmlTextWriter(sw); HtmlForm frm = new HtmlForm(); gv.Parent.Controls.Add(frm); frm.Attributes["runat"] = "server"; frm.Controls.Add(gv); frm.RenderControl(hw); StringReader sr = new StringReader(sw.ToString()); Document pdfDoc = new Document(PageSize.A4, 10f, 10f, 10f, 0f); HTMLWorker htmlparser = new HTMLWorker(pdfDoc); PdfWriter.GetInstance(pdfDoc, Response.OutputStream); pdfDoc.Open(); htmlparser.Parse(sr); pdfDoc.Close(); Response.Write(pdfDoc); Response.End(); Response.Redirect()// Not working Server.Transfer()// Not working Please any one help me to navigate to other page here ?? Thanks in Advance.

    C# sysadmin help question

  • Export to Excel and Navigating to other Page
    P pravin_mun

    Hi Guys , Stuck up in small issue can u any one please help me out of this. I have exported a excel report as below. But last statement is not executing. After downloading it i want to navigate to other page, But it is throwing exception. I understood that i am clearing the HTTP Response. But can i cal one more HTTP?? or how can i navigate to other page.. Please help on this string attachment = "attachment; filename=Export.xls"; Response.ClearContent(); Response.AddHeader("content-disposition", attachment); Response.ContentType = "application/ms-excel"; GridView1.RenderControl(htw); Response.Write(sw.ToString()); Response.End() Response.Redirect("Downloaded.aspx",false); [Problem][Exception]

    C# help question

  • Custom controls
    P pravin_mun

    Guys, i got stuck with the some functionality, which i really needed for a tool.. Can we create a ascx file at runtime??. My tool uses ascx file, to display a widget.. Now i want to create widgets at runtime, so i need to create ascx file runtime. Is this Possible any answers?? Please help me to move forward. Thanks in advance..!

    ASP.NET help question

  • Dynamic custom controls
    P pravin_mun

    Guys, i got stuck with the some functionality, which i really needed for a tool.. Can we create a ascx file at runtime?? My tool uses ascx file, to display a widget.. Now i want to create widgets at runtime, so i need to create ascx file runtime. Is this Possible any answers?? Please help me to move forward... thanks in advance..!

    C# help question

  • MEF Framework
    P pravin_mun

    Hi Guys, I want to add few files to already running application, with out Building application is this possible with any framework..Please let me know...

    C#

  • UserdefinedControls
    P pravin_mun

    Hi guys, i want to create userdefined controls in different ascx (1.ascx, 2.ascx, 3.ascx)files at runtime in some button click.. Can some one please let me know the process of doing the same..

    C#

  • WCF Rest Services with JavaScript/Jquery
    P pravin_mun

    I am working with WCF and Rest services, where i defined a UriTempalte with some http request, i know how to call this Request and Response functionality in ASp.Net, can i cal same Request, and get Response in Javascript/Jquery. I googled alot, please any one help me regarding this... Thnks in Advance..

    C# csharp javascript asp-net wcf json

  • Start with cloud
    P pravin_mun

    Hi Developers, Let me introduce my self here, i am new to this cloud community. I am thinking to developing a small Application in cloud, which is related to Bookmarks and it is completely Freeware, can some one please let me know, where i have to start and what Libraries i have to use in C#.Net and how to get the free space in Cloud.. Being a Freelancer, just want to give some utilities as freeware as my passion. Please some one help me with the following 1. How to get free cloud space 2. Libraries for the same in C# 3. Get started with some samples and implement them with visual studio... Thanks in Advance...

    Cloud Computing csharp visual-studio hosting cloud help

  • Compact PST File in Outlook
    P pravin_mun

    Hello, I been working on outlook, from few days. I could able to delete all items from Deleted items folder. But the memory remains same for PST file. I know how to compact(compress) the PST file manually.. Could any one guide me around how to implement this through an Applications. Any references and samples highly appreciated..... Thanks in advance....

    C# tutorial performance
  • Login

  • Don't have an account? Register

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