[Message Deleted]
-
[Message Deleted]
-
[Message Deleted]
hi u can just try this out first create a session variable and assign it the value of id like on your signin button Session["variable-name"]=id if u having id in a text-box so u can wright like this i am going to make an variable for id u can declare same like this Session["id"]=textbox1.text and on next page where u want to display information from this id create a variable define its data-type wht u have in id and assign its to like this i have chosen the data-type string string id=Session["id"].ToString(); and pass this variable value to youre query thats all
-
hi u can just try this out first create a session variable and assign it the value of id like on your signin button Session["variable-name"]=id if u having id in a text-box so u can wright like this i am going to make an variable for id u can declare same like this Session["id"]=textbox1.text and on next page where u want to display information from this id create a variable define its data-type wht u have in id and assign its to like this i have chosen the data-type string string id=Session["id"].ToString(); and pass this variable value to youre query thats all
Can u tell me the solution of this problem? I am using GridView control to display data from AccessDataSource. Is it also possible to edit the data in GridView Control while running the application? Can I insert, delete and update data in the databse using these 2 controls? One more thing I want to ask is: I want to add one column in which I want to show a checkbox. and I want to update it while running in database. plz help me as I am a newbie. thanks
modified on Tuesday, October 27, 2009 3:13 AM