Hi all,
I have a datagrid with Button column select in form of hyperlink. On the same page, I have another datagrid that insert data and one column(Name) has Names of a user that is inserting data(using windows authentication) .
Now this is how it's supposed to work: When any user want to see data about a particular user it's a matter of selecting his name and the data Writen by the selected user should be the only ones to be shown....
User Profile
Collapse
-
Using HyperlinkColumn!
Hi all,
I have this big problem with hyperlinks I would appriciate any help please.
My web site has two datagrids on the same page. And one has a list of names of the users which are in a HyperlinkColumn . The second datagrid is for inserting data, and when a user inserts data I used 'Windows Authentication' for names in one column called Name.
Now this is how it's supposed to work: When any user want to see data about a particular... -
selecting one row from datagrid
I want to select one Row from a datagrid so I create a textBbox(txtnam e) and Button for the user to write the name in textBox and By the click of the button it select the corresponding row. But it's not selecting the row neighther I'm getting any mistake message I'm I missng some thing? I wrote the code on Button_Click sqlCommand as follows:
SqlCommand myCommand = new SqlCommand("SEL ECT * from employee where fullname Like %+txtname+%"... -
need some help
Hi there,
I'm wondering if I was on a write truck, could you please tell me?
I have a Button, textbox and a datagrid that updates. the datagrid is ok, but now I'm trying to get the user put an id number in the textbox and by the click of the button it selects immediatly the corresponding id number in the data grid.
this is the code I'm using:
private void bttok_click(obj ect sender, System.EventArg s e)... -
hi Sachi,
My problem is that I'm trying to get a code that will help me get started the truth is that I'm a little new when it comes to datagrid. Thanks -
Search button!
Hi everyone,
I'm having a problem, I have a datagrid that updates data. But I don't want the user to sroll to update data that is down. So I'm creating a textbox and Button on my webform so that the user write the name and clicking the button the row is selected automatically.
Thanks
No activity results to display
Show More
Leave a comment: