| Thread | Last Post | Replies |
|
| File system or Database | 05 Sep 2007 20:04 GMT | 9 |
Just wanted to get some other options to what the best approach is for an application we're looking to develop. A 3rd party application will be dumping some files (PDF's) onto a share drive, that we then need to take and display to an end user via
|
| Scrollable Grid | 05 Sep 2007 19:38 GMT | 3 |
I was just looking at a site that had scrollable grids and was wondering how that is done? It was an aspx page, but I have only seen Datagrids that were non-scrollable. You can page a grid but I have never seen an option to make
|
| AD account Lockedout --help!!! | 05 Sep 2007 19:04 GMT | 2 |
I'm still using .net 1.1 and I'm stuck with this problem. I'm using AD for authentication and want to display proper message if an account has been locked out. How can I figure out if the account has lockedout?
|
| ASP.NET app fails to load, then suddenly starts behaving! | 05 Sep 2007 18:32 GMT | 1 |
I recently had to rebuild an instance of SQL Server. When it was restarted, one of the client apps (ASP.NET) could not connect - the user could see the login screen, but it kept throwing exceptions. Turns out that the database had been restored with a different name,
|
| Button and Template field | 05 Sep 2007 18:14 GMT | 2 |
I have a Grid View. I have a template field also and A button field named EDIT. When i click on that Button My template field should be in Edit Mode. How Can I do that.
|
| How to simulate button click on a page? | 05 Sep 2007 17:58 GMT | 1 |
Hi, everyone. I want "steal" data from a web page :), but their data are stored in a data grid, and more than 1,000 pages in the data grid. Everytime I need click "Next Page" to view next page data. Would you please share
|
| passing parameters to iframe(https) | 05 Sep 2007 16:37 GMT | 1 |
I have an asp.net 2.0 web application that uses an iframe to access another asp.bet 2.0 webapp via https. I've already found a working prototype solution to create a dynamic iframe taking URL parameters with an asp.net 2.0 literal. My problem
|
| IIS Worker Process and File Access | 05 Sep 2007 16:19 GMT | 5 |
If this isn't the write forum for this question, I appologize, but it's kind of a mix of ASP.NET and IIS. Anyway, my question is this. If an ASP.NET site is writing to a file, does the file get written as soon as the request is processed or once the IIS Worker Process queues
|
| Forms Auth and Timeout page | 05 Sep 2007 16:11 GMT | 1 |
I want to show a page that says you timed out basically when a user that is authenticated via forms based authentication times out (after 60 minutes of inactivity) how do you do this? right now it just redirects to the login screen, I want it to tell them why first. thanks!
|
| Sending data with a generated email | 05 Sep 2007 16:06 GMT | 3 |
After a user enters their request I'm sending a generated email to someone. How do I get that question to appear in the email? I have the link appearing in the email. This is what I have thus far. Dim ocdoEmail As New Object
|
| Error when listbox items are too long | 05 Sep 2007 15:47 GMT | 1 |
I have a listbox that I fill with data from a stored proc. It's very basic - the proc returns two columns, one is used for the DataValueField of the listbox and the other is the DataTextField. The problem I have is when there is data returned for the DataTextField
|
| I need your assistance please | 05 Sep 2007 15:22 GMT | 2 |
I am trying to check a value of a contril in my gridview but this %$%&^^&* thing is driving me nuts. I tried Dim t As TextBox = CType(e.Row.Cells(16).FindControl("Status"), TextBox)
|
| Message Box | 05 Sep 2007 14:48 GMT | 7 |
How do I display a message box on a button?
|
| Application Design | 05 Sep 2007 14:45 GMT | 2 |
Hi, I am in the process of designing a simple Windows client application, that polls an asp.net web page using HTTP GET on an IIS 6.0 web server for a small piece of information (about 30 characters) approx every 15 minutes.
|
| Trouble with autogenerated id on differently configuerd machines | 05 Sep 2007 14:14 GMT | 2 |
On my development machine I'm running Windows XP Professional and ASP.NET 2.0.50727. On the production server we're running Windows Server 2003 and ASP.NET 2.0.50727.
|