User Profile

Collapse

Profile Sidebar

Collapse
yogesha
yogesha
Last Activity: Jun 5 '09, 09:16 AM
Joined: Feb 27 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • yogesha
    started a topic authentication mode error

    authentication mode error

    hi everyone,

    i am beginer to asp.net.
    i am planing to host my site.
    as i upload the code to the server the following error accurs.
    //
    This error can be caused by a virtual directory not being configured as an application in IIS.

    Source Error:


    Line 52: を有効にします。
    Line 53: -->
    Line 54: <authenticati on...
    See more | Go to post
    Last edited by Frinavale; May 1 '09, 08:06 PM. Reason: Moved to ASP.NET Answers from insights.

  • yogesha
    started a topic Required asp files.

    Required asp files.

    hi every one,

    i am beginer to asp.net. i know C#.net now i am learning asp.net.
    actually i created a website using ASp.net C# in Visual studio but i dont know what are all the files required to upload into a webhoster.
    please help me out to find the required files which are neccesary to upload to my web site.
    See more | Go to post

  • yogesha
    started a topic How to read xml file into dataset
    in .NET

    How to read xml file into dataset

    i have to edit the xml file by displating it on the datafridview..
    so first i want to load the xml file into dataset.
    i used
    dataset.readxml (path);
    but the problem is my xml file contents childnodes of same name
    so the file will not be loaded since dataset cant have same table names..
    pls any solutions..
    thank u in advance
    See more | Go to post

  • Hi,
    you can try this one.
    you can iterate trhough all the textbox controls and u can access alle text content of those textboxes...

    IEnumerator enumerator = this.Controls.G etEnumerator();
    while (enumerator.Mov eNext())
    {
    Control control = enumerator.Curr ent as Control;
    if (control is TextBox)
    {
    ...
    See more | Go to post

    Leave a comment:


  • yogesha
    started a topic how to creat dual buttons
    in .NET

    how to creat dual buttons

    i want to creat a control with dual buttons in C#.net. which can be used to move back or font as like in web browser. it should also contain a arrow button as in combobox to show the list. please help me to custom the combobox to add two button to it..
    thanks in advance....
    See more | Go to post
No activity results to display
Show More
Working...