Ok, here is my dilemma. I have just begun using asp.net with vb.net. I am getting used to working in the code behind module and separated html views. My problem is pretty simple, in my excpetion handling all I want to do is pop up an error message at the top of a table right under the first row of the table. I want the error to be displayed in its own row if/when an error occurs, but I dont want that row where the error will sit to exist and be shown unless an error occurs.
The way i have gone about this is to create a row on the table add the error Lable Controls I will use to display the error text and then make the controls Not Visible, but the row is still displayed.
So in all my question is how do I modify the html content while sticking to the idea of the code behind module??
Thanks.
The way i have gone about this is to create a row on the table add the error Lable Controls I will use to display the error text and then make the controls Not Visible, but the row is still displayed.
So in all my question is how do I modify the html content while sticking to the idea of the code behind module??
Thanks.