all groups > asp.net > august 2007 > threads for sunday august 26
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
LINQ , ORCAS , Silver light Interview questions Ebook downloads
Posted by Jobs at 8/26/2007 9:50:58 PM
LINQ , ORCAS , Silver light Interview questions Ebook downloads
4000 Interview questions Ebook on http://www.questpond.com
http://msdotnetsupport.blogspot.com/2007/01/net-interview-questions-by-dutt-part-2.html
..NET Interview question book book http://www.questpond.com/SampleDotNetInterviewQuest... more >>
asp.net master page question
Posted by mr t at 8/26/2007 7:43:29 PM
For those of you whose first language is English, could you please
explain to me what this means?
"Content controls have to be top-level controls in a content page or a
nested master page that references a master page"
that's the error I got from visual studio 2005 when trying to run a
page... more >>
Repeater in Panel
Posted by Mick Walker at 8/26/2007 12:35:07 PM
Hi Folks,
I have a situation where I have a repeater within and ASP Panel on my page.
If the repeater contains no items, then I don't need to show the panel,
however if it does then I do.
I tried the following in the page load event:
// Check to see if we have any new messages
... more >>
Clever ways to work around the fact that control breaks VS.NET design view? (replacing a literal?)
Posted by Ken Fine at 8/26/2007 9:03:13 AM
I'm using ASP.NET and VS.NET 2008 beta. (This is not specifically a VS.NET
beta question -- it IS an ASP.NET Q -- so please keep reading.)
Scott M. made a very nice control to dynamically generate rounded corners:
http://datawebcontrols.com/demos/RoundedCorners.aspx
This control functions ... more >>
Hide Link Button on Master Page
Posted by Dave at 8/26/2007 4:51:09 AM
As the title describes, I'm trying to hide a link button on the master
page if a person isn't logged in. Testing whether or not a person is
logged in isn't the problem. It's refrencing that control's
properties to change it to true if they are.
Any discriptive help would be apreciated.
... more >>
How to publish C# ASP.Net code on a server?
Posted by Anil Gupte at 8/26/2007 12:00:00 AM
Hi:
I built some sample applications from Tutorials using C#.Net 2003, now I
want to put them on my server. They work fine on my local machine, but when
I put them on my Win2003 server I get the following error:
Server cannot access application directory 'E:\wwwroot\xyz.com\'. The
direc... more >>
SessionStatic
Posted by MRe at 8/26/2007 12:00:00 AM
Hi,
Writing an ASP.NET page that makes use of a static class in a Class
Library and was..
[Short version]
..wondering, is it possible to make a static field, static per session.
I've searched around and cannot find anything specific, (the search term I'm
using seems to return ever... more >>
|