Interview Question in Data Management
Interview Question :: Some question regarding asp.net
Hi i am creating a management system(web application) using javascript, asp.net and SQL database.
i had this 3 web form
- Add Data
- Update Data
- Select New member ( i want it to be a popup web page, after selecting a new using by clicking a button in the datagrid, it will save the user name in cookies and close the webform)
what is the best solution i can use to link them together?
i had try using hyperlink column but i do not know how to evaluate from the Select New memberweb form whether where the user came from(either Add or Update webform).
I had also try creating button in itemdatabound but i couldn't retrieve the data click by the user and save to cookies.
Please give me some advice. Thanks.

Loading ...