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

saqib82

@saqib82
About
Posts
158
Topics
65
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Table control help
    S saqib82

    I want to create a UI in which user may b able to add table and can edit/update it (just like a table control we have available for development purpose). Can somebody suggest me how to inherit that control of VS so that I can clone full of its functionality? Please remember that I want to do it for a desktop based application. Regards

    saq!b "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    C# visual-studio design help tutorial question

  • Editable datagridview
    S saqib82

    can you write the syntax here plz?

    saq!b "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    C# csharp css asp-net help tutorial

  • Editable datagridview
    S saqib82

    thanks danish. i was just looking into DataGridViewComboBoxColumn. please tell me if it is possible to change the column type of a row at runtime?

    saq!b "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    C# csharp css asp-net help tutorial

  • Editable datagridview
    S saqib82

    Hello I need help in editing a datagridview's row. I have a grid which is dynamically populated in a way that user adds some data in the form of rows. Now, I want to give the user the option to edit the row as well. I want to provide the functionality just like asp.net's editable gridview. that is, i want that when a user click on a cell to edit it, a dropdown should be displayed containing selected values. I also want that user may have a cell with text 'edit' and user should click that to start editing the row. as soon as the user click the 'edit', the text should be changed to 'update'. Please guide me for it.

    saq!b "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    C# csharp css asp-net help tutorial

  • file transfer help
    S saqib82

    Hello I am about to write an application which will be responsible to transfer files between two servers. Can someone suggest me the best possible way to do that? Should I go for socket programming? or dot net remoting? or web-services? I am open for suggestions or comments.

    saq!b "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    C# help question

  • code analysis
    S saqib82

    Hi I have created a network based video streaming application. Now i want to generate the documentation as well as the flow diagrams and uml diagrams for that project. Can someone suggest me a free nice tool which can do this?? Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    C / C++ / MFC sysadmin question

  • assembly error
    S saqib82

    Hi I am trying to access a dll in asp.net/c# but when i try to initialize the object of the class in that dll, i get the following error: "Object reference not set to an instance of an object" I have added the assembly using this line: using assemblyname; I am creating object with statement like that: ReportAccess ra = new ReportAccess(); // i get error on the same line. Can someone help me please by providing me the solution of that problem or by letting me know why i am getting this error or what are the reasons for that error. Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    ASP.NET help csharp asp-net

  • reading .config file
    S saqib82

    Hi Can someone help me reading the .config file through vc++. Please remember that i don't want to use the Dot Net way of reading config files. Regards Saqib

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    Managed C++/CLI c++ help

  • RSS and Asp.net
    S saqib82

    Hi Can someone tell me how to create and parse RSS in ASP.Net 2.0??? Regards Saqib

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    ASP.NET csharp asp-net tutorial question

  • compilation process in dot net
    S saqib82

    :) you are right. But i have heard that there is some way to do that. May be there is some tool or add-in to do this. Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    ASP.NET tutorial question

  • compilation process in dot net
    S saqib82

    yes, i want to create the native code directly instead of IL. Is there any way?

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    ASP.NET tutorial question

  • compilation process in dot net
    S saqib82

    Hi How to skip the process of the creation of assembly files in dot net? is there a way that we can directly create the .exe files so that the compilation process can become faster. Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    ASP.NET tutorial question

  • problem in writing a file
    S saqib82

    Hello I am writing a file. The text of file is not in English, but it can be in chinese, arabic, spanish etc language. Currently i am testing for chinese language. But when the file is written, i can not find the exact text i have written. I mean after writing the file, when i open the file, it dowsn't display me the original text i have sent to be written. I think there is some problem in writing that file. Can someone tell me how can i write a file in any other language other than english??? Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    C# question testing beta-testing help

  • dot net compilation
    S saqib82

    Hello can anybody tell me how to make the compilation process faster? I have heard that it is possible to skip the processes of creating the assembly file and we can directly get the exe file for the windows. Can someone tell me how to do this??? Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    .NET (Core and Framework) tutorial question

  • reading elements of xml
    S saqib82

    can anybody help me reading the elements of xml document??? Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    C# xml help question

  • reading xml string
    S saqib82

    Hi how can i read xml string in c#?? Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    C# question csharp xml

  • returning arrray from a function
    S saqib82

    Hi Can someone tell me how to return an array from a function??? Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    C# data-structures tutorial question

  • calling a webservice through javascript
    S saqib82

    Thanks to provide the code. But my question was to tell me the advantages as well as disadvantages of calling a web-service through JavaScript. If you know then please write them here. Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    ASP.NET csharp javascript question

  • calling a webservice through javascript
    S saqib82

    Hi Can someone tell me what are the pros and cons of calling a web-service through JavaScript instead of calling a web-service through c# or vb.net??? Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    ASP.NET csharp javascript question

  • multilingual site
    S saqib82

    Hi How can i create a multilingual site??? Regards

    sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.

    ASP.NET 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