Code should be written in c# and each solution should be in an ASP.NET Web...

Jordan

New member
...Application project.? Think you can do this??

1) Write an HTML page that contains JavaScript that makes a request to an .aspx page that returns the server time. The script should display the server time on the page and update it every second.

2) Write an .aspx page that has custom validation for a text box. Write a simple .asmx web service that checks to see if a string is numeric. Have the custom validation use this web-service to validate the user input.

3) Write an .aspx page that binds a data grid to an XML file. Allow the user to Add/Edit/Delete items in that XML file.
 
Back
Top