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
J

JC KaNNaN

@JC KaNNaN
About
Posts
125
Topics
74
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get Thread counting and Name ?
    J JC KaNNaN

    HI, How to check how many thread currently running?? Any possibility to get the solution ??

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    Visual Basic tutorial question

  • XML Manipulation
    J JC KaNNaN

    Hi friends, I have create reminder application without database so i am using XML. i am new in XML. Please give some example for read,write and append item in XML. manipulation

    ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    Visual Basic database xml tutorial

  • How to reduce Image stored space size???
    J JC KaNNaN

    Hi Friends, I have upload image to server. its stored both database(using conversion) and physical copy of image. so which one is best for reduced space and security ? Apart from this technique any new feature is there ? Please share your valuable knowledge to all.

    Yours, Kan ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET database sysadmin security tutorial question

  • diff bw Master page and panel ???
    J JC KaNNaN

    i have doubt in using master page and panel.. which one is speed for execution ??? advantages and dis advantages???

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET performance question

  • Client side Javascript VS Server side vaoidation control in asp.net
    J JC KaNNaN

    Hi friends, thanks for ur reply... i have used both client side and as well as server side controls. my doubt is which one is fast... i think validation control is not required for is post back method.

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET question csharp javascript asp-net visual-studio

  • Client side Javascript VS Server side vaoidation control in asp.net
    J JC KaNNaN

    Hi Friends.. I have doubt in validations. i want to use range validation in my page. so which one is best for checking range validation. either client side or server side validate controls.??? What is difference bw client side or server side validate controls??

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET question csharp javascript asp-net visual-studio

  • How to set folder privilege at runtime using asp.net ??
    J JC KaNNaN

    Hi, i am upload document in particular folder. this folder only access admin only. so i want make protect that folder. How will give folder permission in runtime. please give me ur valuable feedback..

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET csharp asp-net beta-testing tutorial question

  • Client Side Drop Down
    J JC KaNNaN

    thanks for reply..... i want to connect database in both drop down.... can u send me the sample for that

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET sysadmin

  • Client Side Drop Down
    J JC KaNNaN

    Hi.. I know the simple concept but i dont know ... I have two drop down list in client side.. First Drop down should load automatically when page load... Now i want select some values in first drop down list and its based up on value automatically load in second drop down list... i know the server side coding.. but i want client side because i have reduced post back event..

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET sysadmin

  • How to deploy web application in FTP Server ???
    J JC KaNNaN

    HI, I have develped one small application in asp.net with ajax.. How to deploy web application in FTP Server.. locally perfactly working.But Remote server only problem.. And also im facing one problem..Is it possible to Having morethan one web config file in FTP????

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET csharp asp-net sysadmin help tutorial

  • How to sent Mail in VB6.0
    J JC KaNNaN

    Hi, I have worked email option in vb6.0. Its only working for gmail smtp server. I want to sent from my offical mail server... Plz Help me... This is code for ur knowldge... Dim iMsg As Object Dim iConf As Object Dim Flds As Variant Set iMsg = CreateObject("CDO.Message") Set iConf = CreateObject("CDO.Configuration") iConf.Load -1 ' CDO Source Defaults Set Flds = iConf.Fields With Flds .Item("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True .Item("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1 .Item("http://schemas.microsoft.com/cdo/configuration/sendusername") = txtUsername.Text .Item("http://schemas.microsoft.com/cdo/configuration/sendpassword") = txtPass.Text .Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = 25 .Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 .Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = txtPort.Text .Update End With 'strbody = "Your Sample message " With iMsg Set .Configuration = iConf .To = txtTO.Text .CC = txtCC.Text .BCC = txtBCC.Text .From = txtUsername.Text '.From = "<your mailid to be displayed as@gmail.com>" .Subject = txtSUb.Text .TextBody = txtBody.Text .Send MsgBox ("Sent")

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    Visual Basic com sysadmin help tutorial

  • hw to use sheet control in vb6.0?
    J JC KaNNaN

    hi, hw to pass values from database to sheet contol? explain detail about sheet control....

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    Visual Basic database question

  • View Word Document Problem While Publishing IIS
    J JC KaNNaN

    HI, First I am receiving following error: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154. now resolve it n server.. i want to view document from some server location. 1) The below code is view document from some location.its properly working in local system. if i am going to publish this code in IIS, nothing can view document.. Dim WordApp As New Word.ApplicationClass() Dim missing As Object = System.Reflection.Missing.Value Dim fileName As Object = "\\XXX.XXX.X.X\d\TEST.DOC" Dim newTemplate As Object = False Dim docType As Object = 0 Dim isVisible As Object = True Dim aDoc As Word.Document = WordApp.Documents.Add(fileName, newTemplate, docType, isVisible) WordApp.Visible = True 2) The below code is converting pdf from ms word doument. this also didnt working while im phblishing code in IIS Dim filesource As Object ="\\XXX.XXX.X.X\d\test.doc" Dim app As New Word.Application Dim missingValue As Object = Type.Missing Dim ac As New Word.Application() Dim myTrue As Object = True Dim myFalse As Object = False Dim document As New Word.Document app = ac.Application app.DisplayAlerts = Word.WdAlertLevel.wdAlertsMessageBox document = app.Documents.Open(filesource, myTrue, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue) app.ActivePrinter = "PDF995" 'app.ActivePrinter = "PrimoPDF" app.ActiveDocument.PrintOut(myFalse, myFalse, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue, myFalse, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue) document.Close(missingValue, missingValue, missingValue) app.Quit(missingValue, missingValue, missingValue) aDoc.Activate() Please Give Solution,

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET help com sysadmin windows-admin

  • To set image for the condition in crystal report
    J JC KaNNaN

    HI all, I'm working with crystal report.i have generated report successfully by using dataset.In that i have few columns that populates True Or False value. the thing is i want to set one image(say red colour) if the value is 'true' and another image(say green colour) if it is 'false'.. how can i do this, In using crystalreport in web appliction.... I know that there is some way to set the ' if- else' condition, But i don't know how to do it. Please help me..

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET help tutorial question

  • Retrieving the COM class factory for component with CLSID
    J JC KaNNaN

    Im New n Asp.Net please tell me how to add permission??

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET com help sysadmin hosting question

  • Retrieving the COM class factory for component with CLSID
    J JC KaNNaN

    ya office 2000 installed....

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET com help sysadmin hosting question

  • Retrieving the COM class factory for component with CLSID
    J JC KaNNaN

    Hi, I am receiving following error: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154. I receive this on hosting server. Itried to read doc files using Microsoft.Office.interop.word.dll; can anyone help me?

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET com help sysadmin hosting question

  • COM Problem
    J JC KaNNaN

    PDF CONVERSION Dim filesource As Object ="\\192.168.0.1\d\kannan\document\test.doc" Dim app As New Word.Application Dim missingValue As Object = Type.Missing Dim ac As New Word.Application() Dim myTrue As Object = True Dim myFalse As Object = False Dim document As New Word.Document app = ac.Application app.DisplayAlerts = Word.WdAlertLevel.wdAlertsMessageBox document = app.Documents.Open(filesource, myTrue, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue) app.ActivePrinter = "PDF995" 'app.ActivePrinter = "PrimoPDF" app.ActiveDocument.PrintOut(myFalse, myFalse, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue, myFalse, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue, missingValue) document.Close(missingValue, missingValue, missingValue) app.Quit(missingValue, missingValue, missingValue) OPEN WORD DOCUMENT Dim WordApp As New Word.ApplicationClass() Dim missing As Object = System.Reflection.Missing.Value Dim fileName As Object = TextBox2.Text Dim newTemplate As Object = False Dim docType As Object = 0 Dim isVisible As Object = True Dim aDoc As Word.Document = WordApp.Documents.Add(fileName, newTemplate, docType, isVisible) WordApp.Visible = True aDoc.Activate() this function all r working fine in local system. if i can using in iis showing COM errors....

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET help com sysadmin

  • COM Problem
    J JC KaNNaN

    Hi, i just upload a ms document file from my local system. when i clicking on go button. its automatically convert into pdf format using pdf995. its working fine in my local system. But its not working in server suddenly displayed the foolowing error: {Retrieving the COM class factory for component with CLSID {16AA0B9E-79AC-43B5-86CA-AB961FBEED5F} failed due to the following error: 80040154. } could you please give me the possible answer

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET help com sysadmin

  • IIS problem in asp.net
    J JC KaNNaN

    Hi, i have browse locally in iis. but it not getting to connect. its showing error like... "Failed to access IIS metabase"

    Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    ASP.NET help csharp asp-net windows-admin
  • Login

  • Don't have an account? Register

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