Search

You searched for the word(s): userid:707724

Matching Posts

  • i++ ??

    <?xml version="1.0"?> <Users> <UsersID> My Id is = 1 </UsersID</Users> </Users> <Users> <UsersID> My Id is = 2 </UsersID> </Users> Ok, I want to create xml node that incrementing like above whenever users clike the button . How do I do that ? which loop should I use ?
  • Re: System Date + XML Name

    amazingsunday: In Page_Load I want to load that there is a xml file or not. How can I load this ? Something like .GetType ?? I found out my self . filename = "C:\\Testing\\Testing.xml " ; if (System.IO. File .Exists(filename)) {Response.Write( "File found" );} else {Response.Write( "File Not found" );} New Problem found out, I know this will be too easy to you but I can't still find it. I made session object and System.IO. File .Exists(filename) should find according to the username . So here's my
    Posted to Web Forms (Forum) by amazingsunday on 2/23/2007
  • Re: System Date + XML Name

    In Page_Load I want to load that there is a xml file or not. How can I load this ? Something like .GetType ??
    Posted to Web Forms (Forum) by amazingsunday on 2/23/2007
  • Re: System Date + XML Name

    I still want to know something related to this Thread so I'm not making new thread. Let me ask here. Whenever user click it makes XML file and save with system.datetime which you showed me above, Now I want to restrict that user can save their work in xml file only 5 times a day. How can I restrict this action ?
    Posted to Web Forms (Forum) by amazingsunday on 2/22/2007
  • Re: System Date + XML Name

    Oh, Ok, I was using XmlTextWriter . Can't I do those in XmlTextWriter ?
    Posted to Web Forms (Forum) by amazingsunday on 2/22/2007
  • Re: System Date + XML Name

    Sorry, I haven't metioned that I'm using C#. How do I do those in C# ?
    Posted to Web Forms (Forum) by amazingsunday on 2/22/2007
  • System Date + XML Name

    I want to make a xml file that xml file name should save with current date?
    Posted to Web Forms (Forum) by amazingsunday on 2/22/2007
  • Re: Password should change !

    Ok, Now I change all data types to varchar(MAX) . Problem really sloved. Asp.net forums are really usefull. Thanks guys.
    Posted to Web Forms (Forum) by amazingsunday on 2/20/2007
  • Re: Password should change !

    Oh,yes, That's what i wanted. But one more thing is when I update password according to the username following error occoures. The data types text and varchar are incompatible in the equal to operator. My code is sqlcom = new SqlCommand ( "Update registration set password='" +pass+ "' where username='" +username+ "' " ,sqlc);
    Posted to Web Forms (Forum) by amazingsunday on 2/20/2007
  • Re: Password should change !

    I think you guys are not understanding my problem. I'll explain again but please help.
    Posted to Web Forms (Forum) by amazingsunday on 2/20/2007
Page 1 of 3 (24 items) 1 2 3 Next >