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
S

sharma rajkumar

@sharma rajkumar
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Interview Questions
    S sharma rajkumar

    Hi all, I have some Interview Questions on asp.net. To view , please visit at :) http://apnasaathi.blogspot.com/2006/09/interview-questions-on-aspnet.html

    rajkumar Sharma

    ASP.NET asp-net csharp html com career

  • pass connection string in user control
    S sharma rajkumar

    then Use Session Object as Session["conection"]="Connectionstring"; and in user coontrol u can retrieve it by string x=Session["conection"].ToString(); rajkumar Sharma

    ASP.NET csharp asp-net database question

  • pass connection string in user control
    S sharma rajkumar

    You can write code in web.config as then in user control write namespace using System.Configuration and then u can write code witten below where you want to access connection as ConfigurationSetting(appSettings[con]); rajkumar Sharma

    ASP.NET csharp asp-net database question

  • Is there a need to learn ASP before going for ASP.NET?
    S sharma rajkumar

    No There is no need to learn ASP before learning ASP.Net. .Net is a New Technology by microsoft.You just need some basic knowledge of HTML. rajkumar Sharma

    ASP.NET csharp asp-net question learning

  • count character of word document using asp.net
    S sharma rajkumar

    Hello Friends,How are you, In my web application I wanna count no. of characters in ms-word document.I am using reference of com. and Wrote the Code as object filePath="d:\\Test\\test.doc"; object readOnly=false; object missing=System.Reflection.Missing.Value; Word.ApplicationClass wa=new Word.ApplicationClass(); Word.Document cc=wa.Documents.Open(ref filePath,ref missing,ref readOnly,ref missing,ref missing,ref missing,ref missing,ref missing,ref missing,ref missing,ref missing,ref missing); int coun=cc.Characters.Count; wa.Application.Quit(ref missing,ref missing,ref missing); Button1.Text=coun.ToString(); But After running this there is an error of macro. Is there any other way of doing this or How can I remove this error. rajkumar Sharma

    ASP.NET csharp asp-net com help question
  • Login

  • Don't have an account? Register

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