Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / December 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
IT interview help11 Dec 2006 23:03 GMT1
I found this site is very useful for IT job interview help. Just wanted
to share:
http://www.myitcareers.com/
How can you hive11 Dec 2006 21:46 GMT3
You can hide objects like labels or text boxes using the visible property
but the problem I have is that the space used by the object is used leaving
a blank spot.
how can u avoid that?
Is User Authenticated?11 Dec 2006 20:32 GMT3
I need to check if a user is authenticated. I tried everything I could
think and find:
   If Membership.ValidateUser("shapper", "27lamps11") Then
     Response.Write(Request.IsAuthenticated.ToString)
updating a column in datagrid..11 Dec 2006 20:29 GMT1
I'm trying to update one column in sql using data grid. I have two
column one has a primary key. I want to update the one that does not
have a primary key? But when I try to update one cell even the ones
below change could some one help me where I'm going wrong?
Make a control move down page when scrolling11 Dec 2006 20:02 GMT3
I have a long data entry web page that requires the user to scroll down
for further data entry boxes. There is a "Save changes" button towards
the top of the screen which disappears as the user scrolls down the
page.
What's Wrong With Sessions?11 Dec 2006 19:00 GMT4
I've had multiple people tell me that I should avoid using session
variables, wherever possible and suggesting using cookies and context
instead; however, nobody has been able to give me an explanation as to
why.  I'm aware of the issue when using kernel cache in IIS 6.0
asp:templatefield question (please help)11 Dec 2006 18:19 GMT2
<asp:TemplateField HeaderText="Column 1">
<ItemStyle />
<ItemTemplate>
<asp:Label ID="LabelEnterprise" Text='Label1' runat="server" />
probls with file upload script... pls help11 Dec 2006 17:46 GMT7
i am having probs understanding how to grab a file being uploaded from
a remote client. i am using hidden input fields for upload such as:
<input id="my_file_element" type="file" name="file_1" size=46  /><input
type=submit />
User problem11 Dec 2006 17:41 GMT2
I am creating a user as follows:
Membership.CreateUser("user", "pass", "user@domain.com")
I checked the SQL tables and the user is there.
Then I tried to authenticate the user as follows:
Find Control11 Dec 2006 17:23 GMT2
I created nested pages as follows:
Base.master
     | ------ Global.master
                  | ------ TwoColumns.master
CacheManager in Enterprise Library doesn't save cache in console application11 Dec 2006 17:19 GMT2
VS05, C#, console application, + MS Enterprise Library
===================
Hi, I am trying to cache an XmlSchemaSet. The trouble is I want to do this in
a Non HttpContext - in a console application.
Dynamic RadioButtons11 Dec 2006 16:26 GMT2
I have a dynamic web page, that handles a multiple choice test.
All the RadioButtons are dynamic.
When the user have filled out a page, and clicks Next, I have to
retrive the ID's from the RadioButtons that are selected.
Session End Guarantee?11 Dec 2006 16:24 GMT5
Howdy,
is the Session_End event a guarantee event to be fired? I have this memory
of back in ASP and IIS 4 that the event was guaranteed, like a 50/50 chance.
If I have some shopping cart clean up functions in the Session_End event,
WebParts Question11 Dec 2006 15:37 GMT3
I have an INTRAnet site that need to add some content management
feature. And I thought that I can use the WebParts.
Since this is an internal site, I use Windows authentication so the use
don't have to logon. But for authorization, I uses an EXISTING
View Type of Protocol11 Dec 2006 15:32 GMT8
Does anyone know how to in ASP.NET (VB.NET) to display the current
protocol being used between a client and server? I noticed that IIS/SQL
Server can use Named Pipes if TCP/IP is not available. Does anyone know
how to programmatically see which protocol is being used? Thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.