Forum: ASP
Mar 17th, 2005, 1:25 PM
|
|
Replies: 1
Views: 867
DropDownList in DataGrid not working!
Why doesn't this work....
I have...
<asp:datagrid id=viewRequestDG runat="server" Width="100%" AutoGenerateColumns="False" DataMember="ShowRequest" DataSource="<%# viewRequestDS1 %>"...
|
Forum: ASP.NET
Feb 16th, 2005, 6:07 PM
|
|
Replies: 1
Views: 408
|
Forum: ASP.NET
Feb 16th, 2005, 5:42 PM
|
|
Replies: 1
Views: 408
Application Object not instantiaded error?
I'm getting an ...
"Object reference not set to an instance of an object. " on this line...
Line 26: string ControlPath = "/" + Application["BaseHREF"].ToString() + "Controls/";
When I try to...
|
Forum: HTML / XHTML / CSS
Feb 10th, 2005, 7:37 PM
|
|
Replies: 6
Views: 1,071
Some examples of what I'm getting at are...
Some examples of what I'm getting at are here...
Go to these pages and look at them in browser text-size medium (default) and then largest (I use IE)
This is an example of a horrible...
|
Forum: HTML / XHTML / CSS
Jan 27th, 2005, 1:02 AM
|
|
Replies: 6
Views: 1,071
CSS and Browser Text Size settings
I am really interested to hear anyones approach to keep a page that is layed out using CSS from looking funny or wrong if the user has there browser text-size (thats what its called in IE) to largest...
|