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
J

janani13

@janani13
About
Posts
119
Topics
53
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Server side validation
    J janani13

    Hi, I have to validate the control in server side and have to find which value is wrong. Ex im passing user name and password. if password is wrong it should find only the password is wrong not the user name.. Please help me..

    C# sysadmin help

  • Events are not firing
    J janani13

    hai, Please make sure that you have included the

         if(!IsPostBack)
    
           {}
    

    in the page load..

    ASP.NET

  • How to find the average, worst complexity of a code
    J janani13

    Hai Radhakrishnan, Thanks for your responce. Can you come again to tell me how it can be represented in Big O notation...

    C / C++ / MFC algorithms help tutorial question

  • How to find the average, worst complexity of a code
    J janani13

    How to find the average, worst complexity of a code?? say for ex,

    for i= 1 to n
    {

    }
    for j= 1 to i
    {
    x=x+1

        }
    

    Please help me ..

    C / C++ / MFC algorithms help tutorial question

  • Problem in converting xml to a dataset
    J janani13

    No one will ask question if you pepole answer like this. No one will born with great mind. Behave like a basic human beings.Dont think that all the people would have great knowledge. Dont underestimate others job.Codeproject loses one member... Bye.. These line are given for you people only. Try to read these line before you answer.This is all the members who replied my query. Apologies for the shouting but this is important. When answering a question please: 1.Read the question carefully 2.Understand that English isn't everyone's first language so be lenient of bad spelling and grammar 3.If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome 4.If the question is inappropriate then click the 'vote to remove message' button Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.

    ASP.NET help xml

  • Problem in converting xml to a dataset
    J janani13

    Thnk u

    ASP.NET help xml

  • Problem in converting xml to a dataset
    J janani13

    Is it a answer.. Im nt unwantedly posting the message again and again..

    ASP.NET help xml

  • Problem in converting xml to a dataset
    J janani13

    Hi all, Im getting the error while converting xml to a dataset.Please help me. Im converting xml file to dataset using the following code.

    TextWriter twHistory = new StreamWriter(location + ".xml"); twHistory.WriteLine(XMLdoc); twHistory.Close(); DataSet dsHistoryXml = new DataSet(); dsHistoryXml.ReadXml(location + ".xml");

    Cannot add a column named 'PerUser': a nested table with the same name already belongs to this DataTable.

    ASP.NET help xml

  • Problem in convert xml to dataset
    J janani13

    Im converting xml file to dataset using the following code.

    TextWriter twHistory = new StreamWriter(location + ".xml");
    twHistory.WriteLine(XMLdoc);
    twHistory.Close();
    DataSet dsHistoryXml = new DataSet();
    dsHistoryXml.ReadXml(location + ".xml");

    While reading the xml document the above mentioned error returns. Cannot add a column named 'PerUser': a nested table with the same name already belongs to this DataTable.

    ASP.NET help xml

  • Problem in convert xml to dataset
    J janani13

    Hi all, Im getting the error while converting xml to a dataset.Please help me. Cannot add a column named 'PerUser': a nested table with the same name already belongs to this DataTable.

    ASP.NET help xml

  • How do I populate a DataSet from a XML string?
    J janani13

    Ya.. It is in the xml format.Is it possible to assign the xml string into a new xml file.

    ASP.NET question xml help

  • How do I populate a DataSet from a XML string?
    J janani13

    Sorry i cant get you.

    ASP.NET question xml help

  • HTML FONT
    J janani13

    <blink><asp:Literal ID="txtuname" Text=" Username" runat="server"></asp:Literal> </blink> I tried its working well.

    ASP.NET html

  • How do I populate a DataSet from a XML string?
    J janani13

    Hi, I just have the XML code in XMLdoc as string format.I dont have any xml file.

    StreamReader reader = new StreamReader(response.GetResponseStream());

            string str = reader.ReadLine();
            while (str != null)
            {
             
                XMLdoc = XMLdoc + str;
                Console.WriteLine(str);
                str = reader.ReadLine();
            }
    
    ASP.NET question xml help

  • FileUpload Control with Progressbar in Asp.net
    J janani13

    What is your problem???

    ASP.NET csharp asp-net help

  • HTML FONT
    J janani13

    Just try it man. The tag wont come in asp.net . But it will work fine.

    ASP.NET html

  • HTML FONT
    J janani13

    Use Blink tag.

    ASP.NET html

  • How do I populate a DataSet from a XML string?
    J janani13

    HI, I am having a string which is in xml format. i want to populate a dataset using the string. I used the following code . But it doesnt convert.Please help me.

    stream = new StringReader(XMLdoc.ToString());
    Text = new XmlTextReader(stream);
    dsXml.ReadXml(Text);

    ASP.NET question xml help

  • repeater with multiple rows
    J janani13

    How did you bind the repeater control.Have you used #Eval("id") or databinde r.use the same in the linkbutton.

    at the codebehind , Use item command method to get the commandargument(e.commandargument).you can now get the id.Now you can update the table.Why you have written the query in the page itself.Please prefer to write stored procedures.

    ASP.NET database help announcement

  • repeater with multiple rows
    J janani13

    Hi, You have to update the table with 'update tb_staff set Active=0 where ID=command argument'. Please send the id of the corresponding record to the link button as commmand argument.

    ASP.NET database help announcement
  • Login

  • Don't have an account? Register

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