Hello-
I have a RadGrid setup on my ASPX page with a custom edit template. If add a new record or edit an existing record this custom template displays with a number of text boxes. TextBox1, TexBox2, etc. I want to take the text that was entered in one of the boxes TextBox1 for example and create a physical folder with that name (text from the textbox).
I'm not sure on a few things:
1. How do i get at a textbox control in a custom template?
2. I need to be able to do this on a New Record and Update Record.
The application is to take data entered by the user to describe a photo album. I then want to create a physical folder in two locations, this will be for thumbnails and fullsize photos to be shown the enduser.
Thanks!
I have a RadGrid setup on my ASPX page with a custom edit template. If add a new record or edit an existing record this custom template displays with a number of text boxes. TextBox1, TexBox2, etc. I want to take the text that was entered in one of the boxes TextBox1 for example and create a physical folder with that name (text from the textbox).
I'm not sure on a few things:
1. How do i get at a textbox control in a custom template?
2. I need to be able to do this on a New Record and Update Record.
The application is to take data entered by the user to describe a photo album. I then want to create a physical folder in two locations, this will be for thumbnails and fullsize photos to be shown the enduser.
Thanks!