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
A

adilkazmi

@adilkazmi
About
Posts
21
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • problem in ajax with asp.net 1.1
    A adilkazmi

    Friends... I know well how can we use ajax with 2.0 no idea about asp.net 1.1. Actually my project is in asp.net 1.1.I am in deep trouble. Please let me know if you have an idea about that. Thanks in advance.....

    adil kazmi

    ASP.NET csharp asp-net help

  • statusCode for Session expired(Custom error Messeges).
    A adilkazmi

    I m sorry.. here is the code... adil kazmi

    ASP.NET csharp asp-net help question

  • statusCode for Session expired(Custom error Messeges).
    A adilkazmi

    Hi, I am placing custom error code in web.config.I just want to redirect it to some page(different Page that will show only that your session have been expired.) when session expires for the application.Code is something like (I am using ASP.NET 1.1) Can anyone plz let me know the Status code for the session expired??? Thanks in Advance

    adil kazmi

    ASP.NET csharp asp-net help question

  • error " Could not load type "
    A adilkazmi

    Friends... I am doing my project in asp.net 1.1 and when I am adding any new page and setting that page as "Set as Start Page".every time I am getting this error " Could not load type Namespace.classname". What is the reason behind that??? Please do suggest.... Thanks in advance....

    adil kazmi

    C# question csharp asp-net help

  • Migration from ASP.net 2.0 to 1.1
    A adilkazmi

    I have a Project in ASP.NET 2.0. I am trying to convert into ASP.NET 1.1 during conversion I am getting the following below error. What is the reason behind that? Please do suggest in this regard. Error is: "Error while trying to run project: unable to start debugging on the web.server. server side-error occurred on sending debug http request. make sure the server is operating correctly. verify there are no syntax errors in web.config be doing a debug.start without debugging. you may also want to refer to the asp.net and atl server debugging topic in the online documentation."

    adil kazmi

    C# question csharp c++ asp-net sysadmin

  • version problem..
    A adilkazmi

    I have some user defined functions in .vb/.cs page that I am calling in .aspx page that is perfectly working in VS.NET 2005 but when I migrated it to 2000 it is giving compilation error that "XYZ function is not declared."What can be the reasons ?? give your valuable suggestion. Thanks in advance

    adil kazmi

    C# help csharp visual-studio question announcement

  • Version Problem(2005 to 2003)
    A adilkazmi

    I have some user defined functions in .vb/.cs page that I am calling in .aspx page that is perfectly working in VS.NET 2005 but when I migrated it to 2000 it is giving compilation error that "XYZ function is not declared."What can be the reasons ?? give your valuable suggestion. Thanks in advance...

    adil kazmi

    ASP.NET help csharp visual-studio question announcement

  • convertion from pdf file into jpeg
    A adilkazmi

    hey..Mind your bluddy language..I am not saying you to write the code. just do your work... don't give pain to your knee..[;(]

    adil kazmi

    C#

  • convertion from pdf file into jpeg
    A adilkazmi

    I tried in Google but didn't get the required solution.

    adil kazmi

    C#

  • convertion from pdf file into jpeg
    A adilkazmi

    Please provide me code that converts PDF into JPEG without using any third part dlls.Thanks in Advance...

    adil kazmi

    C#

  • PDF to JPEG conversion in windows application?
    A adilkazmi

    I have written the below code but I execte the program I am getting this error. "Retrieving the COM class factory for component with CLSID {FF76CB60-2E68-101B-B02E-04021C009402} failed due to the following error: 80040154." Can anyone explain me the reason for it being or if you have anyother method to change PDF to JPEG you can suggest me. Actual code: Dim doc As Acrobat.CAcroPDDoc Dim page As Acrobat.CAcroPDPage Dim pt As Acrobat.AcroPoint Dim rect As Acrobat.AcroRect Dim data As IDataObject Dim bmp As Bitmap '********************************** '*********************************** 'Test using forum code '*********************************** doc = New Acrobat.AcroPDDocClass() page = Nothing doc.Open("D:\Adil\AAA.pdf") page = doc.AcquirePage(0) pt = page.GetSize() rect = New Acrobat.AcroRect rect.Top = 0 rect.Left = 0 rect.right = pt.x rect.Left = pt.y page.CopyToClipboard(rect, 0, 0, 100) data = Clipboard.GetDataObject() bmp = data.GetData(DataFormats.Bitmap) bmp.Save("D:\Adil\AAA1.jpeg")

    adil kazmi

    Visual Basic com graphics help question

  • docuPrinter Library not getting
    A adilkazmi

    Hi, I am working on Windows application using language C#. Actually I want to write the code to convert from MS word into PDF document. In this process I need to add docuPrinter Library(COM Component) as reference. But it is not there in COM Component. How should I add DocuPrinter Library in my project or is there any another way to handle this? I will be thankful to you.

    adil kazmi

    C# csharp com question

  • docuPrinter Library not getting in COM component
    A adilkazmi

    Hi, I am working on Windows application using language C#. Actually I want to write the code to convert from MS word into PDF document. In this process I need to add docuPrinter Library(COM Component) as reference. But it is not there in COM Component. How should I add DocuPrinter Library in my project or is there any another way to handle this? Thanks in advance.

    adil kazmi

    Windows Forms csharp com question

  • convertion from word file into pdf file
    A adilkazmi

    I want to convert my .doc file to .pdf file without any third party tools or dlls.(I am using ASP.NET 2.0 with language C#) let me know you suggestions ? Thanks in advance

    adil kazmi

    C# csharp asp-net tools question

  • PDF to JPEG conversion ?
    A adilkazmi

    Yeah I know. I have just mentioned that it's urgent.It doesn't mean that I am paying anyone. Is this a way to talk to anyone?? if you or anybody doesn't want to give answers please keep silent.nobody is forcing you to give the answers.

    adil kazmi

    C# csharp asp-net tutorial question

  • PDF to JPEG conversion ?
    A adilkazmi

    Can anybody suggest how to convert from pdf to jpeg conversion in ASP.NET? Please suggest ur views as soon as possible.What's logc behind that.

    adil kazmi

    C# csharp asp-net tutorial question

  • ASP.NET 2.0 vs ASP.NET 1.1
    A adilkazmi

    Can anyone please explain the difference between these two different version. Please give some article or your answer as soon as possible.What are the advantages of 2.0 over 1.1

    adil kazmi

    ASP.NET csharp asp-net visual-studio announcement

  • Generic in ASP.NET 2.0
    A adilkazmi

    Thanks a lot Michael for your help. I'll check it out and let you know the feedback. Thanks again.

    adil kazmi

    C# question csharp asp-net

  • Generic in ASP.NET 2.0
    A adilkazmi

    what is Generic in ASP.NET 2.0 and what are it's advantages. Can anybody provide me a good article on this topic or make me understand??

    adil kazmi

    C# question csharp asp-net

  • I am getting PDF error
    A adilkazmi

    I am doing a Project that is in ASP.NET 2.0 and C# with SQL Server 2000 on Windows XP. through Programming I am creating a PDF document and inserting some values into that.After that I am sending this PDF doc in mail attachment to some mail ID. initially PDF was corrupting and one page was corrupt.(Error was cooming :An error exists on this page.Acrobat may not display the page correctly.Please contact the person who cretaed the PDF document to correct the problem.) Then I used UUEncoding then Mail attchment was comming properly to other mail accounts like yahoo etc.but it was cooming to gmail account in plain text format instead of attchment. what's wrong I am doing??? What is the solution for that??Plz help me in this regard as soon as possible. you can mail me at adil@vsoftconsulting.com

    adil kazmi

    C# help csharp question asp-net database
  • Login

  • Don't have an account? Register

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