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
X

xiaowenjie

@xiaowenjie
About
Posts
112
Topics
54
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to read and write to xml using dataset [modified]
    X xiaowenjie

    hi, tks for the reply but i noe how to read with your code given. what i'm looking for is how do you proceed after that? with my given xml, how do i get the value of the key and its value. for example:

    <add key="Setting1" value="Very" />

    how do you get the value of Setting1; and how do you update this value. similarly how do you create new element and value with dataset. i tried using the dataset table but im pretty much lost as it provide null value.

    C# question tutorial xml announcement workspace

  • how to read and write to xml using dataset [modified]
    X xiaowenjie

    hi, how do i read and write date from/to xml file? my xml looks like this (it's basically the app config):

    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
    <appSettings>
    <add key="Setting1" value="Very" />
    <add key="Setting2" value="Easy" />
    </appSettings>
    </configuration>

    for example i found that to read date from xml,i can do this:

    DataSet myDS = new DataSet();
    myDS.ReadXml(@"C:\appconfig.xml", XmlReadMode.ReadSchema);

    Similarly, how can I write to xml using dataset

    modified on Thursday, March 4, 2010 7:07 PM

    C# question tutorial xml announcement workspace

  • I need help in creating file system filter
    X xiaowenjie

    Hi, I need to implement a file system filter in Windows Mobile 6 using .Net Compact Framework with C#. Basically I need to get calls between APIs when the file is accessed and do some operation? What I know is that this has to be done in C. However, I have no clue how to create this filter at all (Zero knowledge). I've read article from http://blogs.msdn.com/ce_base/archive/2005/12/01/499052.aspx[^] but im still very confused. Things like how how to get the sample file from %_WINCEROOT%\public\common\oak\drivers\fsd\fsdspy\ and all? Bottomline, im really noob regarding this file system filter. Can someone guide me how to go about doing this to get things started? 1. What kind of project/ file should I create in visual studio 2008? (For example, Win32 console Application??). 2. Working samples for me to try it out for a noob like me 3. Steps in integrating the file system filters in C to my current c# compact framework project.

    Mobile csharp tutorial visual-studio com help

  • Free database??
    X xiaowenjie

    Hi, i would need to create a software application using C#.NET. I understand there are database such as MS Access and SQL Server. But is there freeware database? No license needed. Example, PHP MyAdmin which is used for php database and its free. Thanks

    Database csharp database php sql-server sysadmin

  • visual studio 2005 with framework 1.1
    X xiaowenjie

    how do i configure whereby vs2005.net works with framework 1.1??? tks:) chris

    .NET (Core and Framework) csharp question visual-studio

  • word generator
    X xiaowenjie

    Hi, i would like to create a program to generate a string from characters given, example given with "mnopqrsdef", it will form words out of it.. like "more".. any idea?

    C# tutorial question

  • Can't find Graphics.FromImage
    X xiaowenjie

    oh so i can just put it this way: Bitmap bmp = new Bitmap(width, height, PixelFormat.Format24bppRgb); Graphics gph = new Graphics(bmp)??

    ASP.NET graphics security question

  • Can't find Graphics.FromImage
    X xiaowenjie

    hi, I need to use Gaphics g = new Graphics.FromImage(bmp) but i could not find the method .FromImage. I've added namespace like using System; using System.Data; using System.Text; using System.Web; using System.Drawing; using System.Drawing.Text; using System.Drawing.Imaging; using System.Security.Cryptography; using System.Drawing.Drawing2D; why is it like this?

    ASP.NET graphics security question

  • asp.net validaton methods
    X xiaowenjie

    gd afternoon, tks. But how will i format the validator for display purposes? i cant overlap the 2 validator am i right?

    ASP.NET question csharp asp-net

  • asp.net validaton methods
    X xiaowenjie

    hey, i need to do form validation. need to check if fields are empty,valid email format, postal code n things like this.. how can i integrate requiredFormValidaton and regularExpression in such it will inform user if its empty n once it is filled in but input wrongly, it will only inform user of incorrect input?

    ASP.NET question csharp asp-net

  • visual studio 2005
    X xiaowenjie

    i've found the solution. The reason behind it was because I installed IIS after installation of framework. therefore, i uninstall(not repair) framework n reinstall it. Tks anyway guys. ;)

    ASP.NET csharp xml database visual-studio com

  • visual studio 2005
    X xiaowenjie

    yup have switch to asp.net 2.0..still could not work:^)

    ASP.NET csharp xml database visual-studio com

  • visual studio 2005
    X xiaowenjie

    i try opening the web site in IIS with vs studio 2005. File->open web site->select local IIS tab->choose file.it it prompt me this msg "the site "http://localhost/webapp" has not been configured for use with asp.net 2.0. ms vs studio has been designed for user with asp.net 2.0. if not configure some features may make incorrect assumption, and pages designed with the tool may not render correctly.. so i click yes to configure now n it gave an error msg "configure web site "http://localhost/webapp" to asp.net 2.0 failed. you may need to manually configure this site for asp.net 2.0 in order for your site to run correctly"

    ASP.NET csharp xml database visual-studio com

  • visual studio 2005
    X xiaowenjie

    i tried tt. still same error :((

    ASP.NET csharp xml database visual-studio com

  • visual studio 2005
    X xiaowenjie

    hi, im doing a web program in visual 2005. therefore, i can run the webpage on anywhere in my com rite coz it provides a server. so i wanna test if it can run in wwwroot. i copy the folder into wwwroot. open my browser n type the address "localhost/myproject/index.aspx. what i got is an error msg saying "Cannot view XML input using XSL style sheet" why is this so. It also shows me this error: "Line Number 1, Column 2:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %> -^"

    ASP.NET csharp xml database visual-studio com

  • vs studio server prob
    X xiaowenjie

    thanks but it still doesnt work. it still prompt me for user name n password. n it says that "You are not authorized to view this page" "You do not have permission to view this directory or page using the credentials you supplied." i follow ur instruction, i realise that under directory tab, the location path is just "\project". it is suppose to be "\localhost\project" rite? -- modified at 9:44 Thursday 23rd November, 2006

    ASP.NET csharp asp-net visual-studio sysadmin security

  • vs studio server prob
    X xiaowenjie
    1. hi, i recently install vs studio 2003. i created asp.net and when i try to run, it gives me this msg "unable to start debugging on the web server. debugging failed because integrated windows authentication is not enable".. 2) When i wanna test my localhost, i type localhost in internet explorer, it prompt me for my username and password. why is this so?
    ASP.NET csharp asp-net visual-studio sysadmin security

  • How to price a website
    X xiaowenjie

    Hi, I'm gonna develop a website with database, credit card transaction, flash etc.. However, this is my first time. Therefore, i would like to know how to price a website.

    IT & Infrastructure database adobe tutorial

  • create installation
    X xiaowenjie

    ok it is the same for visual studio 2003 rite? anw i tried using visual studio 2003 and create a new setup project. once created, i found it in bin/release folder. i tried installing in a different com, it says missing dll file. why?

    Visual Studio csharp visual-studio question

  • create installation
    X xiaowenjie

    hey im using MS visual studio 2005. how do I convert my project into a installer

    Visual Studio csharp visual-studio 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