Forum: ASP May 9th, 2008 |
| Replies: 0 Views: 703 |
Forum: Web Browsers Dec 18th, 2007 |
| Replies: 4 Views: 676 |
Forum: Web Browsers Dec 17th, 2007 |
| Replies: 4 Views: 676 disabling IE toolbars thru asp.net code Hi,
I am using vs 2005 asp.net/vb.net . My screens appear very small on the browser. How can i hide the IE toobars to get a full screen view of my pages ? Kindly help
Regards
SANJISH |
Forum: Techies' Lounge Dec 17th, 2007 |
| Replies: 0 Views: 327 |
Forum: ASP.NET Dec 16th, 2007 |
| Replies: 2 Views: 514 |
Forum: ASP.NET Dec 16th, 2007 |
| Replies: 2 Views: 514 Table creation in asp.net not visually easy Hi,
I am developing an application in Visual Studo 2005 . I need to have a table with 4 rows and 4 columns. I am able to drag and drop the table control from the toobox, but for creating the... |
Forum: ASP.NET Jan 5th, 2007 |
| Replies: 2 Views: 2,591 Re: datagrid header height problem i have used the following style for my datagrid fixed header
in the <HEAD> section of HTML source
[
<style type="text/css">
.DataGridFixedHeader { BORDER-RIGHT: #4a3c8c 1px solid; BORDER-TOP:... |
Forum: ASP.NET Jan 5th, 2007 |
| Replies: 2 Views: 2,591 datagrid header height problem i have managed to create a scrollable datagrid with fixed header.
The header doesnt scroll out of focus when i pull the scrollbar down.
However the height of the header increases or decreases... |