ASP.NET AJAX advice
dazlamb | Posted 3:04am 3. July 2008 Server Time |
Hello, I am after some advice on a .NET webpage(aspx) using VB(aspx.vb) in code behind. I have a form which has a Update Pannel containing everything. The available drop down and text boxes work of a radio button List fine with Ajax.
Now I want to add some Useful information for each option rather than the Generic information I have now. Currently I have the Information in a html table. One option is to put a label in each <TD>. This means I would have to have the same table layout for each set of 'Useful information' which would look messy. I don't want to use normal Panels as they stop the AJAX working. Any ideas of what to do?
Thanks Darren |
probinu | Posted 8:37am 3. July 2008 Server Time |
If I understand you correctly, you could create a custom control combining the controls you need with a label. Then the text property of the label will be available and you can use your information there, you could even extend it to handle more of what you are looking for.
Reply to Post ASP.NET AJAX advice
|
|
|