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
...
User Profile
Collapse
Profile Sidebar
Collapse
billakanti
Last Activity: Sep 15 '10, 02:05 PM
Joined: Sep 10 '10
Location:
-
How to display only first row in repeater control
-
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
<%#... -
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"]Last edited by Niheel; Sep 10 '10, 02:55 PM.
No activity results to display
Show More