| Thread | Last Post | Replies |
|
| loading a flash into a page from a folder outside of the IIS | 30 Aug 2007 12:54 GMT | 3 |
is it possible to load some how a flash into a webpage which has an embed object and that the flash will be outside of the IS folder? thnaks in advance
|
| Where does ASPNET come from? | 30 Aug 2007 12:20 GMT | 8 |
Our windows 2003 server has a user named ASPNET and it is referenced in the security logins on our SQL Server 2005 box (different server). is this something .Net framework creates or did our network admin create for accessing SQL 2005 databases on a different server? Any ideas? ...
|
| convert MM/dd/yyyy format into dd/MM/yyyy | 30 Aug 2007 11:17 GMT | 4 |
How Can I convert MM/dd/yyyy format into dd/MM/yyyy and the date which is converted into dd/MM/yyyy should be in DateTime format. I do not want to store it as a string. Please help
|
| Session Timeout :- difference between Pressing F5 and selecting another page | 30 Aug 2007 09:37 GMT | 2 |
I have been working on session timeout for an application and I got a lot of help from this discussion Board. My Thanks to all of you. For e.g If i have a website which has multiple pages, I open the first page
|
| Date Literals That Include Milliseconds | 30 Aug 2007 05:48 GMT | 16 |
I have a control uses the date and time, including milliseconds. I want to be able to enter this information as an attribute in the *.aspx page. Because all attributes are entered as strings in the *.aspx page, I need a recognizable date/time string that includes the date and ...
|
| ASPNet2.0 IIS6 file download question | 30 Aug 2007 03:13 GMT | 1 |
In my C#.Net 2.0 aspx file, I have a HyperLink which links to a document file for client's downloading. However, when client click that link, then it just opens the document on a new browser.
|
| Help with Regular Expression | 30 Aug 2007 01:25 GMT | 4 |
I am working on a regular expression validation for my search page. What I have so far works for most cases, but I would like to fine tune it some. I am new to regular expressions, and I do not have the time to read up some more on it. Can someone help?
|
| changing the content of a table row in JavaScript | 30 Aug 2007 00:51 GMT | 2 |
I know this isn't exactly the correct forum to ask, but I've had such bad luck looking everywhere else I thought I'd try here. I want to update the content of a table row using JavaScript, but IE throws exceptions when I try to change the innerHTML property, or use Prototype's
|
| Access denied javascript error | 30 Aug 2007 00:01 GMT | 2 |
I'm getting an access denied error from a line of Javascript which I think comes from some of the ajax plumbing. I debug it in visual studio and the code is in the ScriptResource.axd file of my application. I've included the code below, and the access denied error is happening ...
|
| REG EXPRESSION | 29 Aug 2007 23:14 GMT | 6 |
How can I insert into validationExpression for "any word within 50 any character long"?
|
| Session is not letting me remove keys | 29 Aug 2007 20:55 GMT | 2 |
I have an application that is using Session state. On one page, I use the Session.Add() method to create the Key/Value pair for the first time. I am then sent to another page using Response.Redirect(). On the page I am sent to, I can view the Session's value using ...
|
| Setting the width of a datagridColumn | 29 Aug 2007 19:59 GMT | 3 |
I am building my DataGrid dynamically and am trying to set the width but am having a problem with it. If I do: DataGrid1.Columns(0).Width = New Unit("65px")
|
| Requiring login - enforce for individual pages instead of folder? | 29 Aug 2007 19:52 GMT | 1 |
I've been toying with ASP.NET 2.0 for a few weeks now, and have only recently started looking at the login controls. The ASP.NET web site admin tool lets you create access/deny rules that apply to individual folders. Is it possible to extend that to individual pages?
|
| ASP.NET AJAX Toolkit Reference Material | 29 Aug 2007 19:23 GMT | 1 |
Does anyone know of a good reference site or document? I have been out of the javascript world for quite some time and I would like to know what the properties and methods are for the different controls in the toolkit in reference to the javascript side.
|
| Hide Edit and New buttons in a formview | 29 Aug 2007 19:19 GMT | 2 |
I have a basic formview with edit and new buttons. I would like to hide the buttons if the user is not a member of certain groups. I know the code looks like this, but I can't figure out where the code needs to be called from because it errors if the controls don't
|