2
votes
0answers
111 views

Display progress bar to show async. request status using JQuery

Instead of using ProgressBar plugin, I've below script to display the progress bar for async. requests on the page. Could anyone provide any feedback on this esp. if there will be any issues like ...
1
vote
1answer
53 views

Changing master page's menu

Discovered that the existing menu in a web app I'm working on has an issue in Chrome, where the "Logged in as" section would jump off the menu bar down below. After looking through the code, I'm ...
0
votes
1answer
67 views

Managing Stylesheets and .Js files when pages keep getting added [closed]

This is my first question in code review , I am using Asp.Net/C# in my project.I keep a seperate CSS file and a .js file for every page that I add to my project.For example: For a page ...
1
vote
0answers
224 views

Ajax Splitter Panels CSS Issues / Review

Hi I'm mocking up a very simple little utility application that will let a user view old mail out of a legacy app. It will basically consist of one WebForm, I'm doing a mockup and I have a *VERY ...