| Thread | Last Post | Replies |
|
| Object reference not set to an instance of object App.Config | 20 Jan 2006 02:13 GMT | 3 |
I have placed the Sql Connection in the App.Config of the project. When I am trying to read this value from the project it is giving the error "Object Reference not set to an instance of Object". I am calling the function in this project from a web project. Is it due to that? ...
|
| How to use FolderBrowseDialog control in ASP.NET 2.0 | 20 Jan 2006 02:09 GMT | 9 |
I use VS2005 to build a asp.net 2.0 project. I want to be able to click a button on the page and have a dialog window appear where I can navigate the folders to get hold of a file path to load data from the file to a SQL Server database. I imported System.Data.Forms which gives ...
|
| How to display CallerID in HyperTerminal? | 20 Jan 2006 01:13 GMT | 1 |
I've read many material and all your direction in this forum, but still can't capture the caller id. I use SmartLink 56TS V.90 & X2, and my phone line is caller id enable (when people call me, I can see the caller's phone number in m
|
| GridView EmptyDataTemplate - how to get controls | 20 Jan 2006 00:40 GMT | 1 |
I have HuperLink control on EmptyDataTemplate I need to adjust NavigateUrl depending on what is going on in the application. How do I get the reference to this control? Thank you,
|
| Mixing server and client controls | 20 Jan 2006 00:08 GMT | 5 |
I have a webform with about 20 html textboxes and checkboxes. I am using ICallbackEventHandler to page through these successfully. But I need to be able to accept changes from these fields. How can I access an html field from ASP.net? Or better yet, how do I access server ...
|
| DotNet and SDK install issue | 19 Jan 2006 23:26 GMT | 1 |
I am running a 2003 webserver that has DotNet 1.1 installed. I have tried several times to install DotNet FrameWork 2.0 and the SDK. Although the programs are there they are not recognized by the FileUpload Control and I get the following error.
|
| ASP.NET 2.0 custom validator javascript problem | 19 Jan 2006 23:17 GMT | 3 |
I am working with asp.net 2.0 and have run into a problem with the custom validators. The client validation functions were originally written in vbscript, but as this is not compatible with many browers i changed them to
|
| Streaming text to a content page | 19 Jan 2006 23:10 GMT | 2 |
In ASP.Net 2.0, I would like to stream text, particularly .txt files, into a content page. I've tried several methods, and none have been satisfactory. I can generate the stream pretty well using the following code: Protected Sub Page_Load(ByVal sender As Object, ByVal e As
|
| refresh | 19 Jan 2006 22:46 GMT | 2 |
Before someone flames me, I know this is the VB.NET groups, nonetheless, the asp.net guys seems to have almost disapeared from the aspnet groups so I thought I would ask this here. I have a problem with an aspx web form in that if I refresh, it simply
|
| Session serialization error when threading | 19 Jan 2006 22:31 GMT | 2 |
Here is the issue: On postback, I spawn a new thread using the following code: Dim NewThread As New Thread(AddressOf ProcessFile) NewThread.Priority = ThreadPriority.Lowest
|
| Disable submit button after user click | 19 Jan 2006 22:19 GMT | 8 |
This is probably known solution but I have not found it in minimum amount of code. I'd like to disable button on client-side after clicking on it. Just disabling it in javascript do not produce postback event. Any examples in ASP.NET 2.0?
|
| string to object | 19 Jan 2006 22:01 GMT | 2 |
Basically I have a class called Dog and when using the objectdatasource I can use a string parameter to pass into the selectmethod. so I pass in a string = 'Dog' now once in the selectmethod I need to convert that string into and object of type Dog...I hope this makes sense. Do ...
|
| Submit button in embedded User Control doesnt work (C#) | 19 Jan 2006 21:53 GMT | 2 |
I have a user control on every single page on my website. Its called sidenav.ascx. It has a sidemenu and some extras. One of the extras is a login div that shows only when one of the images on the menu is clicked.
|
| aspnetdb.mdf | 19 Jan 2006 21:42 GMT | 2 |
Can I copy aspnetdb.mdf tp another computer and expect the ASPNet account to have rights to open this database? What is the proper way copy ASPNETDB to another webserver? What is the proper wat to admin aspnetdb.mdf on a non-development computer?
|
| Cache object expiration | 19 Jan 2006 21:35 GMT | 1 |
If I set the absolute expiration date of a cache object to 01/20/2006. When exactly does that expire? Is it at 01/20/2006 11:59:59 p.m. or is it at 01/20/2006 12:00:00 a.m.? Thank you.
|