| Thread | Last Post | Replies |
|
| Cannot rebind GridView nested in DataList | 29 Apr 2006 14:10 GMT | 1 |
I'm stuck for a long time with the following problem, so I will be really gratefull if you could help me a bit: I have a GridView nested in DataList (it's located in DataList's Item Template together with it's data source).
|
| Get session variable in javascript | 29 Apr 2006 08:09 GMT | 1 |
if i create a session variable name session('abc') in asp.net how to get it in javascript
|
| switching between HTML and ASPNET | 29 Apr 2006 07:11 GMT | 7 |
I want to write de content of a variable from my asp net code into the Title Bar of the Browser each time I need to switch between those world (HTML-ASPNET) I suffer cause I don’t have clear the boundaries in between
|
| Sending data over internet using web service | 29 Apr 2006 06:48 GMT | 2 |
I have encountered problem of losing data sending over internet using web service. I consume web service that connected Oracle Database. I submit 687 SOAP Messages to 1 Web Method concurrently. (With synchronize method)
|
| Make session last longer than 20 minutes. | 29 Apr 2006 06:34 GMT | 3 |
Hi guys/girls, I just published this article on codeproject and think a lot of you will be interested. http://www.codeproject.com/useritems/SessionForever.asp
|
| How can I hide a link? | 29 Apr 2006 03:45 GMT | 2 |
Hi, I have an older webpage that uses a querystring to send data to an asp classic page. In that link there is data that contains sensitive information. I do not want this displayed when the user hovers over the link. I can change the events to have window.status="", and I am
|
| Time functionality | 29 Apr 2006 01:13 GMT | 1 |
I want to calculate executing of SOAP method and wait till 10sec if it takes more than 10 sec I need to throw a error and cancel the requst... any ideas how to do this? Wit Regsad
|
| How to use P3Admin to create email accounts? | 29 Apr 2006 00:50 GMT | 8 |
I am very new to asp.net and I am currently working on an application that when users sign up it also creates a email account for them.I have done some reserch and found that this is possible to do using P3admin.dll but for the life of me I cannot figure out how. Has anyone
|
| creating the html from a business object? | 29 Apr 2006 00:05 GMT | 1 |
I want to create an asp.net page which allows users to select which columns (from a database table) to use in a report. I would like to use a datareader to select rows from a table that contains a text field of the column name and a bit field. (a boolean)
|
| databound DropDownList columns? | 28 Apr 2006 23:27 GMT | 2 |
I have a SqlDataSource bound to a DropDownList Combo. Works just fine. I noticed 2 properties you can set in the DropDownList, 1 for the value to be displayed in the "Text" column and 1 for the value to be used in the "Value" property.
|
| ASP.NET formus down? | 28 Apr 2006 23:11 GMT | 5 |
Is anyone else having problems logging into the forums on www.asp.net? Everytime I try to log in, it acts as if it can't hold my session and makes it appear as if I'm not logged in. I'm trying to post a question about a possible bug in the Web Application
|
| connect to FTP server | 28 Apr 2006 23:02 GMT | 11 |
I need to upload a file to an FTP server, can someone point me to some code that connects to an FTP server and uploads a file?
|
| sessions and asp.net timeout issues due to host's pool application shutdown | 28 Apr 2006 22:34 GMT | 6 |
My asp.net pages sessions are timing out after 20 minutes, and when I asked my Web host about it they said due to the nature of a shared hosting environment they cannot allow for sessions to keep application pools and worker processes hosed for too long as these fearures are
|
| Does HttpBrowserCapabilities work? | 28 Apr 2006 22:16 GMT | 5 |
I just added this line of code to a simple aspx page: HttpBrowserCapabilities browserCap = new HttpBrowserCapabilities(); Yet when I used QuickWatch in Debug mode to inspect 'browserCap' all the properties were null. How come?
|
| web.config in separte directory | 28 Apr 2006 22:12 GMT | 8 |
Using Asp.NET 1.1, and C#. I have a directory for the website, and a directory under it named Secure. I have a web.config in each of the above directories. The web.config in the Secure directory contains the connection string information for the database.
|