| Thread | Last Post | Replies |
|
| IT interview help | 11 Dec 2006 23:03 GMT | 1 |
I found this site is very useful for IT job interview help. Just wanted to share: http://www.myitcareers.com/
|
| How can you hive | 11 Dec 2006 21:46 GMT | 3 |
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 GMT | 3 |
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 GMT | 1 |
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 scrolling | 11 Dec 2006 20:02 GMT | 3 |
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 GMT | 4 |
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 GMT | 2 |
<asp:TemplateField HeaderText="Column 1"> <ItemStyle /> <ItemTemplate> <asp:Label ID="LabelEnterprise" Text='Label1' runat="server" />
|
| probls with file upload script... pls help | 11 Dec 2006 17:46 GMT | 7 |
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 problem | 11 Dec 2006 17:41 GMT | 2 |
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 Control | 11 Dec 2006 17:23 GMT | 2 |
I created nested pages as follows: Base.master | ------ Global.master | ------ TwoColumns.master
|
| CacheManager in Enterprise Library doesn't save cache in console application | 11 Dec 2006 17:19 GMT | 2 |
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 RadioButtons | 11 Dec 2006 16:26 GMT | 2 |
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 GMT | 5 |
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 Question | 11 Dec 2006 15:37 GMT | 3 |
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 Protocol | 11 Dec 2006 15:32 GMT | 8 |
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.
|