Showing related tags and posts accross the entire site.
-
I want to using Fileupload to upload file to host and save path into Database. I add FileUpload into FormView (Ntiers) but i don't know how to save file to host and save it to DB. Please help me, it's emergency. I have to finish project in due. Thanks
-
Hi all, I have a problem, I want to get reference to server control in form view. How do it? I have tried to get by follow code but haven't done : DropDownList dataMenuTypeId = (DropDownList)FormView1.FindControl ("dataMenuTypeId"); Please help me, Thanks.
-
Hi! I have a form containing a GridView and a FormView. When a row is selected in the GridView, I would like the details of that row to appear in the FormView. The key to retrieve the FormView data is based on two fields in the database. However, I cannot get this to work. Here is the GridView Data Source...