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
F

Farhan Ali

@Farhan Ali
About
Posts
32
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • converting string with multiple values to string array
    F Farhan Ali

    use Split method for strings which return an array e.g string[] str=strvalue.Split(','); now str will contain all values seperated by commas which u can pass to another functions after looping through it.

    C# data-structures help

  • FileUpload1.Postedfile.FileName not working in firefox
    F Farhan Ali

    Hi, FileUpload1.Postedfile.FileName returns the filename along with its full path which have to be uploaded in IE, but it returns only filename when we run application in Firefox. if any body knows any replacement function then plz let me know. Regards Farhan Ali

    C#

  • how to find page controls
    F Farhan Ali

    thanx for ur reply yes i added it to the page controls.

    C# tutorial question

  • how to find page controls
    F Farhan Ali

    Hi: i am creating controls on a webpage dynamically and then want to get all page controls using "page.controls.count" but it is not getting page controls anybody have any idea?? thanx

    C# tutorial question

  • how to get all control of a page
    F Farhan Ali

    hi i have an asp.net page in which some control like "textbox" are present,this page is inherited from a master page and does not allow any "form" tag in the markup. i want to get all the controls present in this page . any solution for this. thank you Farhan Ali

    C# csharp html asp-net tutorial

  • how to convert english text to unicode in c#
    F Farhan Ali

    HI: i want to develop an application in which when i write text in textbox in english it converts into unicode and displays text in urdu. anybody have idea about it Thanx in advance Farhan Ali

    C# csharp tutorial

  • Editing row in details view in c#
    F Farhan Ali

    Asalam-o-Alaikum: I have created details view in c# but getting little defficulty in updating the row. can anybody help me how i can get new values in ItemUpdating() function. Thanx

    C# csharp help

  • Problem with MailMerge Document
    F Farhan Ali

    Asalam-o-Alaikum: I have created a mailmerge document using c#,it works fine when i run it on a seperate project but when i try to run it on VSS(Visual Source Safe)it gives me this error: "Creating an instance of the COM component with CLSID {00020906-0000-0000-C000-000000000046} from the IClassFactory failed due to the following error: 8001010a." after compiling this line "Word.Document oWordDoc = new Word.Document();" can anybody know whats going on. thanx

    C# help csharp com

  • Replacing gridview control coloum data at runtime
    F Farhan Ali

    AOA: i have gridview control which is getting data from some datasource.i want to replace one column data of gridview with my some other value in c#. can anybody provide me the code for this. Thanx

    C# csharp

  • Can i convert a fortran built DLL's to .Net or C# DLL formats?
    F Farhan Ali

    I am not sure about C# DLLs for this,but i think u can include those DLLs as a refernce to ur c# project. .NET framework uses those DLLs as COM componant and u can use required functions inside those DLLs

    C# csharp delphi help question announcement

  • saving html text in sqlserver 2005 ussing c#
    F Farhan Ali

    AOA: I have developed an application which has to save some HTML text to database in the same manner as the html text is. Can anybody guide me Thanx

    C# csharp html database tutorial

  • Mail merge fields in wordpad or pdf
    F Farhan Ali

    AOA: I have created mail merge fields in word document. can wordpad or pdf has the support to create mail merge fields. if yes then how??? thanx

    C# question

  • calling user control in test.aspx.cs
    F Farhan Ali

    UserControl usc = (SuitableProd)Master.FindControl("SuitableProd"); if (usc != null) { usc. (here i want other controls which are contained by the user control) }

    C# tutorial

  • calling user control in test.aspx.cs
    F Farhan Ali

    i have done it like this but when in .cs file i use this id no attributes of that user control comes. Am i missing something Thanx

    C# tutorial

  • calling user control in test.aspx.cs
    F Farhan Ali

    AOA: I have made a user control now i want to call that user control in my test.aspx.cs file . can anybody knows how to call this. Regards Farhan Ali

    C# tutorial

  • Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005
    F Farhan Ali

    HI: I have made an application which creates instances of word application locally and it is working fine but when i try to create intance of word application it gives me this error Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Anybody knows the answer. Thanx

    C# com help

  • Getting ListView Header Text
    F Farhan Ali

    Thank you for ur reply .this code is working fine but when i pass the handle of the listview from some other application it does not return anything can you have any idea please Thanx

    C# help

  • Getting ListView Header Text
    F Farhan Ali

    Actually i am trying to get ListView Header text from other application. So i have to use SendMessage(); there are other functions like LVM_GETITEM ,i am in a search of this kind of function. Thanx

    C# help

  • Getting ListView Header Text
    F Farhan Ali

    Asalam o Alaikum: I am getting problem while finding the ListView Header text through SendMessage() Does any body Knows Thanx

    C# help

  • C Sharp Beginnner
    F Farhan Ali

    If u r familiar with java then most of the syntax of C# is like java. however u shud try to write simple programs but dont manipulate others code at this stage.

    C# csharp tutorial asp-net question learning
  • Login

  • Don't have an account? Register

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