| Thread | Last Post | Replies |
|
| IE unable to open Excel stream | 18 Feb 2008 03:36 GMT | 1 |
I want to export a datagrid to Excel. Here is the code: [after datagrid databind] Response.Clear(); Response.Buffer = true;
|
| random string for page submission | 18 Feb 2008 02:50 GMT | 3 |
I'm looking for one of those tools that lets your page generate an obscurred image of a random character string that the user has to type into a text box in order to submit a page. I'm not sure what it's called or what to look. Can anyone point me in the right direction. Free is ...
|
| Re-building the URL with a different Host | 18 Feb 2008 01:48 GMT | 1 |
I want to redirect the user to a URL that will actually be exactly the same URL on the same site, but with a different Domain. For example, let's say the page where the user currently resides is http://DomainA.com/SomeFolder/Default.aspx
|
| cookieless session, "~" operator and client-side cashing problems | 18 Feb 2008 00:49 GMT | 1 |
Hello developers, My custom control allows for specifying paths to images it uses. In those paths I want to be able to use the "~" app root operator, so my app works correctly with virtual paths.
|
| Need advice on online fill in forms | 18 Feb 2008 00:25 GMT | 8 |
I am presently converting a vb6 app to asp.net. In one of my vb forms the user clicks a button, and a word document is partially prefilled in with data from a table and then the user fills in the rest of the word document, saves the document and then closes the document which ...
|
| ASP.NET impersonation - getfiles() problem | 17 Feb 2008 23:01 GMT | 7 |
I've got problem with listing files in UNC path. Result is: Access to the path '\\serwername\path' is denied. I'm using IIS 5.1 on WinXP Pro. All machines in one domain. Impersonation is on. web.config:
|
| Sharing same cookie between server and client | 17 Feb 2008 18:03 GMT | 2 |
We have an ASP.NET 2.0 web application where we want to share few user specific data between server and client side code using cookie. We are seeing a very strange behavior that it does not work consistently. Sometimes we are getting the latest value set from server in client
|
| what type of variable for a UniqueIdentifier field? | 17 Feb 2008 17:55 GMT | 2 |
i made a select which fetches the value of a UniqueIdentifier field (aspnet_Roles.RoleId ) my questions are: 1) variable 'myrole' must be defined as what?
|
| iFrame. Is this possible? | 17 Feb 2008 16:09 GMT | 1 |
I have the following: <iframe id="ifUpload" onload="UploadFile()" scrolling="no" frameborder="0" class="ifUpload" src="FileUpload.aspx"></iframe> Can I create the content of the iFrame at runtime? Without using
|
| How to modify servervariables? | 17 Feb 2008 11:21 GMT | 1 |
I have an ASP.Net application which talks to an ASP application. As the ASP.Net application talk to the ASP application, the REMOTE_ADDR server variable points to the IP address of the ASP.Net application. I would like to modify server variables to point to the actual client ...
|
| VS.Net 2003, unable to open web project | 17 Feb 2008 09:30 GMT | 2 |
Hi Iam unable to open my ASP.Net web project HRMS.vbproj suddenly in VS.Net 2003 I am getthing this error. Unable to open Web project '/'. The file path 'D:\company\ASP\Web'
|
| "~" in Visual Studio and "~" in real IIS | 17 Feb 2008 05:37 GMT | 2 |
I am confused about something: Let's say I have a web application I've developed and it's sitting in a directory called "Docroot". In that Docroot folder is a Web.config and a Default.aspx. Whe I run the application from within Visual Studio (2008), the URL in IE
|
| Path | 16 Feb 2008 22:56 GMT | 1 |
I am uploading a file. Which one should I use? FileUploadInsert.SaveAs(Server.MapPath("App_Files/MyFile.jpg")) or FileUploadInsert.SaveAs(Server.MapPath("~/App_Files/MyFile.jpg"))
|
| profile provider | 16 Feb 2008 22:26 GMT | 1 |
Is this possible with asp.net membership provider? I need it to return the user name of a user whos profile property age > 65 If not directly from the provider how do I write a sql query that does this? Tem
|
| Use a remote web service with dropdownlist | 16 Feb 2008 22:24 GMT | 1 |
I need to access a remote web service which I have created on the domain www.abc.net. The web service is working well when used on www.abc.net and is also accessible through the web browser responding with the usual WSDL.
|