Tagged Questions
1
vote
1answer
361 views
Stop browser from filling textboxes with details
I've run into a really annoying problem, and I'm hoping it's just a setting I've missed. I've got an ASP.NET application which allows users to enter their username/password in various places (e.g. ...
0
votes
1answer
93 views
finding the server spec. on which my website runs
i need to find out what are the details of the processor the server has. i need to know which kind of processor, type of OS, RAM etc. i've got a reply from one webhosting company: "This is a shared ...
0
votes
2answers
3k views
Master Details using jQuery Tabs
I am trying to implement a master details solution using the jQuery Tabs. Two tabs, first tab contains Northwind Customers, selecting customer command should display tab2 with the orders for the ...