Tag: JSON / JAVA / XML

Community

Creating Tabbed Dialogs Using AJAX

(Bipin Joshi) Tabbed dialogs come handy when you have too many controls on your web form. If all the controls are placed at once in front of the user the page may look cluttered. Instead you can logically group the controls using a tabbed user interface making it neat and easy to use. One way to dev

Community

Using an XML File

After creating an XML file, you can use it. One way you can do this is to display it in a grid-based window such as the DataGrid control. Another way you can display an XML file is in a browser. To do this, if you see the file in Windows Explorer, in My Computer, or in My Documents, you can […]