| Thread | Last Post | Replies |
|
| CheckBox and DataList | 07 Jun 2007 21:55 GMT | 1 |
hey all, has anyone ever binded a checkbox inside a datalist? i can't seem to get the right binding expression to make this work. thanks,
|
| File Upload control | 07 Jun 2007 21:41 GMT | 5 |
We have customers uploading video files to our web server that can be up to 100 MB in size. I'd like to implement a file upload with a progress bar. I've seen free ones around but frankly I'd just as soon buy one. The main thing is it needs a progress bar so the customer get's ...
|
| connecting to Oracle from ASP.NET 2.0 ? | 07 Jun 2007 21:35 GMT | 1 |
I am able to access 9i and 10g Oracle DBs from other clients on my pc - sqlplus, PLSQL Developer, etc. As a simple test I just wanted to connect and access the same oracle DBs through ASP.NET on my same client ...
|
| Is the javascript WebUiValidation.js no longer available for viewing in 2.0? | 07 Jun 2007 21:22 GMT | 3 |
It looks like this is now an embedded resource. So is it permanently hidden? In earlier versions of .Net, I made a simple change to the WebUiValidation.js so that the validation summary was refreshed
|
| FindControl in FormView Edit Template | 07 Jun 2007 19:47 GMT | 1 |
Before I pull out what little hair I have left, I'm swallowing my pride and asking the Oracles of .Net: I'm trying to set a property in a dropdown list control in a FormView, based on a session parameter. The control is in the edit
|
| Custom Event ID in ASP.NET 2.0 Health Monitoring? | 07 Jun 2007 19:02 GMT | 1 |
I am trying to figure out a way to have health monitoring throw different Event IDs into the event log, and am having a hard time. None of the customization that I have looked through so far has been helpful, yet.
|
| HttpContext.Current.Application | 07 Jun 2007 18:42 GMT | 1 |
I have class(object) and i create an instance from my page. In that object i must set and recive values from HttpContext.Current.Application object. Can I access application object from my class?
|
| a - makes â?" - encoding characters? | 07 Jun 2007 17:51 GMT | 2 |
Howdy, I have a simple CMS tool on a site, and the app edits the page directly and puts in the new HTML from the editor. The problem i have is that they are pasting items from MS Word, and Word likes to take two dashs and smush them
|
| ASP.NET - How to display a concurrent seperate page? | 07 Jun 2007 17:43 GMT | 3 |
I need to display a seperate error page (off a try...catch block) in ASP.NET. Response.Redirect and Server.Transfer won't work in this case because they replace the
|
| Installing Net Framework Service Pack 1 | 07 Jun 2007 17:27 GMT | 6 |
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net Framework Service Pack 1 in order to use ASP.net 1.1 and the net Framework 1.1
|
| Confused about modifying password strength requirements in ASP.NET 2.0. | 07 Jun 2007 17:01 GMT | 3 |
I am working through the SAMS "ASP.NET 2.0 - Unleased" book to teach myself ASP.NET. It is a great book, but Chapter 21 "Using ASP.NET Membership" is causing me problems - or maybe I am just missing something.
|
| Can I cache a DataTable in a Session object? | 07 Jun 2007 16:45 GMT | 2 |
Can I cache a DataTable (or alternative GridView Datasource) in a Session object? ... and does the following scenario present itself as an occaison when I could get away with doing so?
|
| Help with controls on page | 07 Jun 2007 16:45 GMT | 3 |
I am trying to loop through all the controls on my webform to get it's ID property. My eventual goal is going to be to reset the text of specific contols. Here is a piece of the code I am using, that I found searching through
|
| OleDbConnection via MS REMOTE -> "Specified cast is not valid. " | 07 Jun 2007 16:32 GMT | 2 |
Im using the following conn string in asp.net 1.1 using vb.net: Dim conn As New OleDbConnection("Provider=MS Remote;Remote Server=http://myintranetserver/; Remote Provider=Microsoft.Jet.OLEDB. 4.0;Data Source=c:\pass\be\quiz.mdb;uid=;Password=;")
|
| Windows Authentication Logout | 07 Jun 2007 16:22 GMT | 1 |
I'm sure many people must have encountered this problem, but I want to implement the functionality when a user clicks a button and "logs out" so that the next time he attempts to access website, he will be greeted with the authentication dialog box.
|