User Profile

Collapse

Profile Sidebar

Collapse
billakanti
billakanti
Last Activity: Sep 15 '10, 02:05 PM
Joined: Sep 10 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • billakanti
    started a topic How to display only first row in repeater control
    in .NET

    How to display only first row in repeater control

    Hello all,

    In repeater Control how can i bind only selected row,
    i.e
    i have code like

    <%# DataBinder.Eval (Container, "DataItem.count ryName") %>
    here am displaying all the countrynames all i want to do is display only selected countryname ,yes if we write a command "select * from xyz where countryid=1" then we can select that particular table,but i want to bind it in
    ...
    See more | Go to post

  • How to dispaly only selected rows in repeater control

    Hello all,

    In repeater Control how can i bind only selected row,
    i.e
    i have code like

    <%# DataBinder.Eval (Container, "DataItem.xyzna me") %>
    here am displaying all the countrynames all i want to do is display only selected countryname ,yes if we write a command "select * from xyz where id=1" then we can select that particular table,but i want to bind it in
    <%#...
    See more | Go to post

  • billakanti
    started a topic Providing Authentication in C#.Net
    in .NET

    Providing Authentication in C#.Net

    Hai,

    Am stuck with a plm in login control

    Here is my code :

    Code:
    cmd.CommandText = "select count (*) from usertbl where name=' " + txtnme.Text + " ' and pwd= ' " + txtpwd.Text + " '";
            cmd.Connection = con;   
            int cnt;
            cnt = Convert.ToInt32(cmd.ExecuteScalar());
            if (cnt > 0)
            {
               Session["uname"]
    ...
    See more | Go to post
    Last edited by Niheel; Sep 10 '10, 02:55 PM.
No activity results to display
Show More
Working...