| Thread | Last Post | Replies |
|
| threading question | 26 Apr 2006 21:07 GMT | 3 |
Let's say I have a thread, long running, span by page1. I'm redirected to page2. In order to stop process in the thread i need to send command.close(). Q: can i store a reference to a command object in the Session variable and
|
| In the same dropdownlistbox, I need bold, italic and different colors in | 26 Apr 2006 20:46 GMT | 3 |
In the same dropdownlistbox, I need bold, italic and different colors in if possible...any help is appreciated. -------------------------------- From: Carlos Arra
|
| Login Control - Use a multipart account number instead of a name | 26 Apr 2006 20:11 GMT | 1 |
I have went through the exercise of creating a login page using the standard user/password and the Login Control for asp.net 2.0, but now I have a requirement for a multipart account number [dddd][dd][dddd][d] which will consist of four fields all numbers for the login instead of ...
|
| Using FindControls and Type casting | 26 Apr 2006 19:44 GMT | 2 |
I'm working on a sollution to one of my problems and have come across this sample Dim mySearch as POSearch = ctyap(Page.FindControl(POSearch1), me.POSearch)
|
| ASP.NET 2.0 Menu and Mozilla | 26 Apr 2006 19:20 GMT | 1 |
The menu control in asp.net 2.0 displays very nice "scroll" buttons when submenus spill past the viewable area of the page. However, these don't show in Mozilla FireFox. The menu is obscured and there is no way to select items that are past view. Anyone know of a workaround ...
|
| provider for membership feature | 26 Apr 2006 18:49 GMT | 1 |
I decided to learn about the membership feature in asp .net 2.0, and was able to use my local instance of sqlexpress to create an aspnetdb under my app's App_Data directory. I used the wizard in the configuration tool to create users and roles. However, I am not able to see ...
|
| from List <double> to double[] | 26 Apr 2006 18:26 GMT | 3 |
The following code works fine private List<double> GetDataFor(string column, int selectedYear) { ------- -------
|
| Access DSN Connection String | 26 Apr 2006 18:10 GMT | 1 |
I'm trying to set a conection string for my Access DB and I want to use a DSN. This is what I'm using: this.oleDbConn.ConnectionString =
|
| 2.0: CompareValidator with Type | 26 Apr 2006 17:56 GMT | 1 |
(Sorry for my English...) Could you help me please? I have a problem with CompareValidator control which makes the load of my page infinitive. Here's the code: Date of birth: <asp:TextBox ID="BirthDate" runat="server" />
|
| Running ASP.NET with IIS on Windows 2000 | 26 Apr 2006 17:53 GMT | 2 |
I am having difficulty setting my Windows 2000 machine to run ASP.NET files. I have installed IIS I have Installed the .NET Framework 1.1 I try to create an ASP.NET Application from Visual Studio.NET 2003
|
| Why won't IIS process more than 1 request at a time? | 26 Apr 2006 17:36 GMT | 14 |
I have client side code that uses xmlhttp to make an asyncronous call to the server. This call really churns the server and can take a couple of minutes to finish. I have found that while this long call is processing, I can not make any more requests to the server from the same ...
|
| How to capture the value of html check boxes created dynamically | 26 Apr 2006 17:18 GMT | 2 |
Hi freinds, In my aspx page i have generated some check boxes dynamically using dhtml. When i check any check box and submit the form,how can i capture the
|
| Web site "title" always wants to say Untitled page | 26 Apr 2006 17:01 GMT | 3 |
I changed the title in the header of the master page and when its in the browser it still says "Untitled page" how do i get it to say what i want it to? also, how can i get unique titles for each content page that uses a master page?
|
| Programmatic logout | 26 Apr 2006 16:21 GMT | 2 |
I want to provide a menu for user to log out system after they logged in using the Login control. Nowhere I can find information about programmatic logout. Any help? Thanks.
|
| Connecting to a Database | 26 Apr 2006 16:15 GMT | 1 |
I have tried using the code that was listed there but i get errors. I am a novice at this, and was wondering if maybe someone could step me through it. Thank you. Greg Young [MVP] wrote:
|