| Thread | Last Post | Replies |
|
| What's more security minded? WebApplication project or website project. | 12 Jun 2008 12:21 GMT | 3 |
I noticed when I compiled a web application project in vs2008 earlier that it leaves some project files around like compile object files, some uncompiled DataSets and some uncompiled web.config files. Whenever I compile a website project, these sorts of things aren't left behind. ...
|
| Getting error while setting session value | 12 Jun 2008 08:25 GMT | 2 |
When i try to set a value for a session variable I'm getting a object refence not set error I tried two methods as below HttpContext.Current.Session.Add("AppStartTime", DateTime.Now);
|
| Gridview question | 12 Jun 2008 06:35 GMT | 3 |
Hi I have a gridview with several template columns and a few command button columns, column 1 and 2 are dropdown boxes, column 3 is a checkbox and column 4 is a text box, followed by command button columns. These are all for data entry and although I am populating the dropdown ...
|
| When browser is closed i want to call the web method of the web service .. How can be done.?? | 12 Jun 2008 00:40 GMT | 13 |
Can anybody please tell me how to trap the browser close event. when that is fired I want to call the web method. Thanks in advance. Regards,
|
| LoginAuthenticate\JavaScriptFunction | 11 Jun 2008 23:23 GMT | 1 |
In the Login1_Authenticate event I check to see if the login is valid and if it is I have a javascript function before the body tag in the aspx file I want to call. When I try to call the function I get the following error:
|
| username and password prompt | 11 Jun 2008 21:18 GMT | 2 |
We have an asp.net web site that is suddenly prompting us for username and password (Windows login) and I need some help on where to look to fix it. The default web site has directory security of both anonymous and windows authentication checked. The default.aspx page simply ...
|
| Async HttpWebRequest | 11 Jun 2008 21:05 GMT | 1 |
I've seen the MS sample async web request pattern and I ask is it really async if it is using a ManualResetEvent and setting WaitOne()? The ManualResetEvent object is being declared as a static variable so isn't it causing problems with other threads that may be using the same ...
|
| Programatically Examining Page Controls | 11 Jun 2008 20:54 GMT | 2 |
All, I am trying to build a program that collects some metadata from my Asp.net application. I want to collect properties of a few specific types of controls that are used on a number of pages. The properties
|
| How Microsoft Plans to Stay Relevant in the Post-Gates Era | 11 Jun 2008 20:15 GMT | 3 |
http://www.microsoft2.net/
|
| how to get the value of a non key field in RowCommand event? | 11 Jun 2008 19:19 GMT | 3 |
i know how to get the value of the key field in code-behind, but not how to get the value of a non key field: aspx file: --------
|
| Provide simple objects for UI | 11 Jun 2008 18:10 GMT | 2 |
I have a given page which displays data that while related, is spread across different tables. I don't want the UI to call ThisBC.Select(), ThatBC.Select(), OtherBC.Select(), etc and then "know" how to map data from these result sets to its fields. I think that is too much
|
| Click the button on the page | 11 Jun 2008 17:48 GMT | 2 |
How programmatic to click the button on the page? http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| XML Database | 11 Jun 2008 17:45 GMT | 13 |
I'm creating a simple site that will display photos, which I'd like to organize and display. A full database would be WAY overkill for this site. I'm wondering if an XML files could be used instead as a simple database. I know it wouldn't be as
|
| ASP.NET web app works on some, not all, workstations | 11 Jun 2008 17:23 GMT | 2 |
I have a client that has contracted with a bank to process checks over the Internet. The solution includes a check scanner and APS.NET web application. The application does not work for all workstations at the client site. There are two laptop computers than can run the web ...
|
| javascript getElementById | 11 Jun 2008 16:16 GMT | 2 |
hey all, Label1 is a bound control inside a TableCell var x = document.getElementById('Label1') i want to suffix the Label1 control with another Label control inside the
|