study interview questions for dotnet
Sat, 19 Jul 2008 21:52:19 -0700 (PDT)
C# Interview Questions and Answers8
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html
C# Interview Questions and Answers7
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers7.html
C# Interview Questions and Answers 6
http://allinterviewsbooks.blo ...
|
Overlapping controls with only one at time visible?
Sat, 19 Jul 2008 13:45:57 -0700
This may not be possible, but here goes:
I'm trying to save space on my asp.net page by using four list boxes in
the same table cell. What I'd like to do is have my user, via a button,
enlarge one list box so it covers the others. This is easy on a VB
userform; just overlap all list boxes and make all but t ...
|
DetailsView did not have any properties?
Thu, 17 Jul 2008 22:26:01 -0400
Hi,
MSDN says that I can use DataSource properety to bind to "Any object that
implements the IList interface".
How is this done? I can't seem to find any good examples for doing it all
by hand. (Most show doing it from a database with a DataTable)
I can get it to work in C#.
I've tried using a Order ...
|
Populating a FormView from different data
Thu, 17 Jul 2008 18:24:01 -0700
Hi,
I have a form which creates a request for access to one or more departments.
The formview uses datasource1 to pull all of the files and create an insert
form for this. However, I need for the formview to populate the "department"
field with a list of available departments from datasource2 (different
...
|
Hide Status Bar & Address Bar while file downloads, asp.net 2.0
Thu, 17 Jul 2008 17:11:44 -0700
Hi everybody, sorry if this seems stupid but I'm a newbie :-( to all of
this.
I'm trying to hide the full file path in IE7 and IE6 while a user clicks on
alink on my page and downloads a file from my server, just want to open the
file download box but the path must remain invisible.
I've achieved this succe ...
|
InvalidCastException
Thu, 17 Jul 2008 09:23:54 -0400
Hi,
This doesn't seem to work. It throws an InvalidCastException.
In general, when I'm trying to enumerate something, how do I find what type
of object the enumerator returns? Help doesn't seem to be much help in this
regard.
Specifically, what type of object does the Session enumerator return?
int i = 0 ...
|
Literal content is not allowed within a UserControl
Wed, 16 Jul 2008 15:19:22 +0100
Can I create a user control so that when I drop it on the web form I can put
text between the start and end tags as listed
<uc1:KeyFeatures id="KeyFeatures1" runat="server" >test..</uc1:KeyFeatures
Each one will have some lengthy text with bulleted lists, etc and I wanted
this for readability. Can I set a pr ...
|
|
|
see dot net importent interview questions
Tue, 15 Jul 2008 16:50:18 -0700 (PDT)
.NET database dev questions
http://freedownloadablebooks.blogspot.com/2008/03/net-database-dev-questions.html
Some general quickies
http://freedownloadablebooks.blogspot.com/2008/03/some-general-quickies.html
.NET WebDev interview questions - Part 1
http://freedownloadablebooks.blogspot.com/2008/03/net-webdev-i ...
|
Using FormView
Tue, 15 Jul 2008 09:28:08 -0700
'mI'm cross-posting (from the ASP.NET forum) here as I not sure which is the
best place to post this type of question...
What caveats and gotchas should I be aware of before committing to developing
a bunch of ASP.NET web pages using FormView controls to implement Edit/View
functionality?
TIA
...
|
Custom tags inside control
Tue, 15 Jul 2008 09:26:50 -0400
Hi,
I would like to support a custom tag inside my custom control like this:
<cc1:MyControl id="x" runat="server">
<customTag prop1="x" prop2="e" />
<customTag prop1="y" prop2="d" />
<customTag prop1="z" prop2="c" />
<customTag prop1="a" prop2="b" />
</MyControl>
Just like the repeate ...
|