| Thread | Last Post | Replies |
|
| Prepare yourself for ASP.Net Certification | 13 May 2007 14:04 GMT | 1 |
Excellent articles/material for web application (ASP.Net). Complete reference available all in one place. You should visit following URL for vast information about web application. http://www.top-itarticles.com/mcsd/mcsdweb.asp
|
| postback and viewstate | 13 May 2007 13:14 GMT | 3 |
Hi,everyone, I have implemented a user control with a button that can show up a modal dialog. After the modal dialog is closed, a postback event occur and my user control can successfully receive the return value from the closed modal
|
| command line to delete ie browsing history | 13 May 2007 09:37 GMT | 6 |
Does how to delete all of IE's browing history from the command line ? Same as Tools > Internet Options > Browsing History > Delete > Delete all...
> check "Also delete files and settings stored by add-ons" What I'd like is a .bat file.
|
| Roles and Authentication | 13 May 2007 04:48 GMT | 2 |
I need to control access to certain pages in my site, via the use of forms based authentication and roles. Now i've got the pages i want protected by a login form and thats all working great. However, I need to implement an "access level" system
|
| How do insert into a DB | 13 May 2007 04:17 GMT | 2 |
I have a database field of type datetime. This field should store a system time when a record is inserted. The other fields in the record are bound to a control and I have no problems with them. I tried setting the datetime field with a default value using getdate(), but it still ...
|
| Locking Hints | 13 May 2007 04:15 GMT | 2 |
I am really new to ASP.NET and I was wondering if most developers use locking hints when accessing the data in SQL Server. What kind of multi-user issues come up when using an ASP.NET application?
|
| VWD 2005 and .NET 3.0 | 12 May 2007 22:34 GMT | 1 |
Is it possible to use Visual Web Developer 2005 with .NET 3.0? Thanks, Roshawn
|
| web.config question | 12 May 2007 21:49 GMT | 7 |
Hi to all, I'm new in asp.net and have a problem with deploy of my application. If I up on the my server the file *.aspx and *.cs it will run perfectly, but if I try up a web.config it give this an error page:
|
| Ensure a control is in the page | 12 May 2007 21:42 GMT | 7 |
using C#, .NET 1.1 I want to ensure a particular control is in a certain place in the page... For example, in the head section, I want to ensure that a literal control of a certain name is built into the page. This is so that I can add meta
|
| How to cancel http request from javascript | 12 May 2007 21:16 GMT | 4 |
I'm not sure if the title is correct. Here's what I am having trouble with: I have a server side button control where I am calling a javascript function via the OnClientClick property. I also have a server side event handler to handle the On_Click event on the postback. I wish ...
|
| App crashes on Windows98 | 12 May 2007 17:34 GMT | 1 |
Why is my application crashing on a windows 98 machine? It runs fine on the development machine with xp pro.It was developed with VS2005 in VB. I installed framework 2 and windows installer 2 on the windows 98 machine. The error message I get is "Application generated an
|
| Gridview and SelectCommand data retrieval... | 12 May 2007 17:32 GMT | 1 |
I have a GridView control which is binded to a dataset object, I am able to populate the GridView with the expected data, so that is ok. I enabled the Selection function from the GridView, which works as expected. So I end up with a table made of 6 rows and 4 columns.
|
| http://localhost not resolving on Vista Ultimate | 12 May 2007 16:17 GMT | 2 |
I have been working on transferring my development environments to a new Vista ultimate machine (from XP) and am running into difficulties. After patching both SQL Server 2005 and VS 2005, I am now attempting to test my VB Web Site application the same way I did in XP. IIS is ...
|
| (x)HTML validator script? (VB.net preferred) | 12 May 2007 16:06 GMT | 1 |
I have built a CMS for a client and he now wants to add his own meta tags to each page. I don't want to deal with making separate DB fields for every potential meta tag and I figure that more advanced users might want to add their own other tags anyways (LINK or JAVASCRIPT, etc.)
|
| image? | 12 May 2007 15:40 GMT | 4 |
how to find where is the imagelogo? Please advice.Thansk. Code:---------------------------------------------------- private Image __BuildControlImageLogo () {
|