| Thread | Last Post | Replies |
|
| Client Certificate Validation | 19 Oct 2005 13:03 GMT | 4 |
I am working on a special ASP.Net application that receives files from customers. The connection is made via HTTPS and the client sends the file as a POST to my ASP.Net listener. All of this works fine. Now I am looking at how to validate the clients certificate programmatically. ...
|
| Can we open excel in WebForm? | 19 Oct 2005 12:48 GMT | 6 |
Can i open and edit the excel sheet on web page after downloading? After editing, i close the web page and the excel file auto upload to the server. Is it possible? I really struggling about the ability.
|
| Is it possible to create a combobox with images? | 19 Oct 2005 12:08 GMT | 1 |
I need to put a combobox in my asp.net application but I need that each item was an image. is it possible with standar classes? I cannot spend any money on that.
:( |
| WebUserControl | 19 Oct 2005 12:00 GMT | 2 |
I have WebUserControl on a Webform. How can I sent dynamically to the WebUserControl from a Function/Property on the Webform ? <uc:myuc id="myid1" CurrentPage=<%#GetText()%> data="2" runat="server"/>
|
| Help with transferring Session object between pages. | 19 Oct 2005 11:56 GMT | 3 |
I have multi-page form where I pass an object between pages as follows: On each page: // What page to go to next private void btnContinue_Click(object sender, System.EventArgs e)
|
| C#/ASP.NET "the document contains no data"/"the page cannot be displayed" | 19 Oct 2005 11:53 GMT | 1 |
I just made a web application using ASP.Net and C#. The application compiles and works fine from my workstation, but after I uploaded it to my webserver, I am getting an error of "the page cannot be displayed" in IE and "the document contains no data" in FireFox.
|
| Window on Top | 19 Oct 2005 11:27 GMT | 3 |
I have create a help window for my web application and I would like if it would always stay on top of the other browser's windows but still be able to work in the other windows... is there a way to do this??? Pam
|
| Path Format not Supported | 19 Oct 2005 11:27 GMT | 5 |
In an aspx page I run the following C# code-behind: string filename = null; filename = txtUpload.PostedFile.FileName.Trim(); //save the file
|
| how to display image in DataList from Database ? | 19 Oct 2005 11:21 GMT | 1 |
hello code Gurus, i want to display images in DataList, the image name are stored database, help me please , thanks in advance
|
| programmatically fill out an external webform | 19 Oct 2005 10:32 GMT | 5 |
I need to access an info page in an external website, normally accessible after filling username and password in a form. I would like to hide this complexity (!) from the user, allowing them to access it through an internal web page (which I would design) maybe
|
| C#/ASP.Net Codebehind type not found at run-time | 19 Oct 2005 10:10 GMT | 1 |
Using VS 2003 and Cassini web server. I'm new to ASP.Net and so this may be a dumb question. I'm getting an error where the type 'FarmLand.WebForm1' is not found. The Codebehind C# source file declares a namespace of FarmLand and a class of WebForm1.
|
| error 404 page not found after appling patch | 19 Oct 2005 09:59 GMT | 3 |
We have a asp.net application working fine till a patch is applied to the machine. Now it encounter error 404 page not found, although the page is there. Has anyone come across this before?
|
| LoadLibrary failing | 19 Oct 2005 09:22 GMT | 3 |
I'm using LoadLibrary to import a DLL in a asp.net application. The dll was written in c++ and is located in the bin folder I have been testing the website on my development machine and our inhouse webserver running IIS 5.1 and it works correctly.
|
| ASP.NET 1.1 Application Load Time | 19 Oct 2005 09:20 GMT | 4 |
I'm experiencing a problem when my asp.net 1.1 application starts. It appears that when the application has not been used for 12 hours or so...I experience a much longer load time then if the application was loaded recently. I attempted to do some research on the subject and ...
|
| DataGrid row ID | 19 Oct 2005 09:18 GMT | 2 |
I need to give each row an ID in a DataGrid as I need to retrive it through JavaScript using the row ID rather than the index. Is this possible at all? Thanks all,
|