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
C

Chatura Dilan

@Chatura Dilan
About
Posts
154
Topics
27
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem with modalpopup extender
    C Chatura Dilan

    i need to show a message to the user by using modalpopup extender, when user click on a button. but the problem is when i apply modelpopup extender to the button, button's click event does not work, can you please tell me the solution for that? thank you,

    Chatura Dilan

    Web Development help question

  • MenuItem selected value
    C Chatura Dilan

    Hi kmuthuk, you need to set the navigateUrl property for each menu items, then it will work :)

    Chatura Dilan

    ASP.NET design sysadmin help

  • How to do this?
    C Chatura Dilan

    I have two tables called category and forums, category can contains many forums So i need to show categorys' and forums' names on a aspx page like this Category 1 Forum 1 Forum 2 Category 2 Forum 3 Forum 4 Category 3 Forum 5 Forum 6 i'm hoping to use new listview control and LINQ datasource to do that. but i dont have any idea or is there any good control to do that? thank you,

    Chatura Dilan

    ASP.NET csharp linq tutorial question

  • DataGridView Cannot Edit
    C Chatura Dilan

    I used following code to get data from my database MyDBDataContext db = new MyDBDataContext(); var packages = from p in db.Packages blah blah blah.... dataGridViewPackages.DataSource = packages; Although i can view data, i cannot edit data. I have also Enabled editing of the datagridview, but i cannot edit data why? thank you,

    Chatura Dilan

    LINQ database question

  • SRS question
    C Chatura Dilan

    Do we need to include activity diagrams, when we create Software Requirement Specification report? Thank you,:)

    Chatura Dilan

    Design and Architecture question

  • How to execute my program when print button click
    C Chatura Dilan

    I need to execute my program, when i click the print button from any program (eg. MS word), I think it is not related to .NET, But if you have worked like that projects, please let me know. Thank you.:)

    Chatura Dilan

    C# csharp tutorial

  • [Message Deleted]
    C Chatura Dilan

    No one cannot help u until u post the problem:)

    Chatura Dilan

    C#

  • Replace multiple space with Single space in RichTextBox
    C Chatura Dilan

    hi, May be My Article[^] will help you if you do not found a correct solution, but you will have to change it little bit.

    Chatura Dilan

    Visual Basic help question

  • run XP drivers in vista
    C Chatura Dilan

    Ya, you are right. it seems i cannot find solution for vista at all, other than throwing it. thanks for the reply

    Chatura Dilan

    Windows API sysadmin performance help

  • run XP drivers in vista
    C Chatura Dilan

    Could I know whether we can run XP drivers in Vista like we run applications as XP(service pack 2) in compatibility mode. I have an Alcatel speed touch pc network adapter. Vista does not recognize it, and when I install the XP driver it recognize the adapter but it shows an error “cannot start the network adapter”. Is there any way to run this driver in vista, (the driver is fine and when I run it in XP, it worked well) thanks:)

    Chatura Dilan

    Windows API sysadmin performance help

  • handle Printer
    C Chatura Dilan

    I'm working on a project on controlling the printer using C#. Such as restrict printing, counting no of pages. I need references... and I like to share ideas, if you have worked on that kind of project. Any ideas? any links you know? Thanks.:)

    Chatura Dilan

    C# csharp question

  • Create a make-table quary using a parameter
    C Chatura Dilan

    I want to create a Make Table query from a table using MS Access When I execute the query it should prompt for a name, and create a new table with that name. But The Problem is I don't know the way to use a parameter for that. Do you know how to do that in Access Thank you,

    Chatura Dilan

    Database database help tutorial

  • help required about minimize and maximize window from through codig
    C Chatura Dilan

    Me.WindowState = FormWindowState.Minimized Me.WindowState = FormWindowState.Maximized :)

    Chatura Dilan

    Visual Basic help

  • How to disable all control inside a form ?
    C Chatura Dilan

    or you can put them in a GroupBox and, set GroupBox's enable property to false

    Chatura Dilan

    Visual Basic tutorial question

  • Play Video and Audio
    C Chatura Dilan

    System.Diagnostics.Process.Start(Filename) Eg. System.Diagnostics.Process.Start("C:\myVidioFile.mpeg") :)

    Chatura Dilan

    Visual Basic help

  • storing data!!
    C Chatura Dilan

    Google is the best solution for that, you can find lots of codes Like this

    Chatura Dilan

    Visual Basic database question

  • Form enter event not working
    C Chatura Dilan

    you can either use Form_KeyPress event or set form's AcceptButton property

    Chatura Dilan

    C# help

  • Static Variables
    C Chatura Dilan

    just like you change the value of non static variables. static variables are not final variables

    Chatura Dilan

    C#

  • help
    C Chatura Dilan

    if (openFileDialog1.ShowDialog() == System.Windows.Forms.DialogResult.OK) { richTextBox1.LoadFile(openFileDialog1.FileName); } You can store FileName in registry

    Chatura Dilan SC Java Programmer

    C# help tutorial

  • how run msword 2003 in vb.net
    C Chatura Dilan

    This is one of easy ways:) You can open files with there associated applications like this System.Diagnostics.Process.Start("C:\YourFile.doc")

    Chatura Dilan SC Java Programmer

    Visual Basic help csharp linux tutorial
  • Login

  • Don't have an account? Register

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