| Thread | Last Post | Replies |
|
| Dynamic Controls created by Dynamic Controls | 17 Jan 2006 00:44 GMT | 2 |
For a registration page I need to constantly create controls on-the-fly. The input for one control determines the contents of the next (mostly DropDownLists) control. This is a pretty common practice I would think.
|
| In file parsing, taking the first few characters of a text file after a readfile or streamreader file read... | 17 Jan 2006 00:44 GMT | 11 |
In VB.net, I'm trying to do a couple of things in a couple of different blocks of code. I need to take the first 25 characters of a text file, then append at the end some ellipses and a MORE link to a webpage where viewers can read the rest of the article:
|
| index number of a datarow in a data table | 16 Jan 2006 23:57 GMT | 6 |
Here´s a very simple question: I have created a datatable inside a dataset, and subsequently selected a particular row using certain criteria. How do get the index number of that particular row? There doesn´t seem to be property like
|
| Visual Studio 2005 Asp.net Convert wizard | 16 Jan 2006 23:57 GMT | 5 |
We have a rather large asp.net 1.1 project. We have considered til convert 2.0 in the near future. We have done a couple of test conversions using the build in Migration tool which pop up when opening a asp 1.1 solution file.
|
| Need help understanding the use of session variables | 16 Jan 2006 23:33 GMT | 4 |
I have an existing .NET ( 1.1) application, and I ran Microsoft's FxCop on it, and it screamed at me about directly using textbox.text values instead of session values. So, I tried to re-write parts of it using session variables and got no where.
|
| How to create preview page before submitting | 16 Jan 2006 23:12 GMT | 3 |
I am just barely two months old into learning asp.net and vb.net. Currently I am working on a project to store customer database. I have a question about creating a preview page: I have a main page that uses forms to input customer information such as
|
| How to implement a drop dow menu? | 16 Jan 2006 23:06 GMT | 3 |
Hello, friends, I was asked to implement a .aspx page with drop down menus. When a mouse pointer moves over a menu bar, a drop down list containing sub-menus will show up. Thus a user may select a sub-menu from the list.
|
| dropdown | 16 Jan 2006 23:04 GMT | 1 |
I'm creating a web form in ASP.NET 2.0 (VB), and on my form I have several drop downs being populated from the database. When my page loads the drop downs are showing the data right way, and not my "Select a State" its showing AL right away, how can I add "Select a State" in the ...
|
| Excel - Access Denied | 16 Jan 2006 23:02 GMT | 1 |
Hello, I am using a generic AD Domain Account to create an excel spreadsheet, but I am getting an "Access Denied" error when I attempt to instatiate the excel object. The generic account does is set up in such a way that I can not log on to the server with the account but it is ...
|
| Problems with ASP.NET 2.0 menu with Safari | 16 Jan 2006 21:51 GMT | 4 |
I am using the ASP.NET menu control and I have two issues when the page containing the menu is displayed in Safari on Mac OS X: 1) The menu is not dynamic. Why (it seems that Safari is treated as downlevel browser)?
|
| Having some informations about current ASP.NET application | 16 Jan 2006 21:05 GMT | 3 |
I would like to have some informations about my current ASP.NET application: 1. Have access to all instances of HttpSessionState that belongs to my application; Not only name or GUID, but the instance itself;
|
| .net framework 2.0 | 16 Jan 2006 20:56 GMT | 1 |
I need to download this, yet i am presented with ***********************************************************another*********************************** giant roadblock. This page has a zillion choices . Why can;t i just have the .net framework
|
| Problems with Postback | 16 Jan 2006 20:52 GMT | 2 |
I have a page that has been displaying some weird behavior. I have 2 radio buttons that work fine until I press the link button with an item selected in my link box (if an item is not selected, there is no problem).
|
| check for dbNull is throwing an error | 16 Jan 2006 20:30 GMT | 1 |
the following simple check for a null valuse is throwing an error If IsDBNull(Me.DsMem1.usr(0).usrCoState) Then Response.Write(STAt) End If
|
| stored procedures ? | 16 Jan 2006 19:07 GMT | 1 |
I have class that gets data through stored procedures what's best technique to use stored procedures ? For example now I am using a bit modified SqlHelper class... I know about enterprise library but it wasn't possible to use it up to know. But know I build project on ASP.Net ...
|