| Thread | Last Post | Replies |
|
| text file read | 13 Feb 2006 21:05 GMT | 2 |
I have to read a text file and parse it out to load to a db and I'm having some issues in doing it. here is what the text file looks like Dealership number: 98665362236 Location: Maryland
|
| testing an asp.net page | 13 Feb 2006 20:57 GMT | 1 |
I have created an asp.net webform which displays data from a database. Now I need to test the performance of this webform. I want to see how fast the data will be shown if we have like 50 users viewing the page at the same time. I am using VS.NET 2003. Please let me know how I ...
|
| Referencing the data within a sqldatasource dataset | 13 Feb 2006 20:56 GMT | 1 |
Is it possible to reference the dataset of a sqldatasource from code? I've looked at the properties for the sqldatasource but don't see anything obvious. In particular, I have a bit field in the dataset that identifies if the
|
| treeview + dropdownlist + firefox = bad idea!! | 13 Feb 2006 20:52 GMT | 1 |
hey guys I found what is causing the problems with my treeview in Firefox...the answer is: treeview+dropdwonlist in the same page dont work! try this simple code and see for yourselves. you can do it using the IDE, just add a treeview and some nodes and add a dropdownlist..then ...
|
| Menu Control | 13 Feb 2006 20:41 GMT | 1 |
Does anyone know how to hide/show parent items in the new asp.net 2.0 menu control that comes with Visual Studio 2005? I want to be able to show/hide an admin menu based upon whether the user in an admin role, etc...I have not been able to get a ".Visible" property for them either
|
| Q: sending SMS | 13 Feb 2006 20:36 GMT | 2 |
I need to implement SMS to mobiles phones in my ASP.Net application, where can I start for this. Any help will greatly be appreciated.
|
| Setting controls.Visible = False still takes up space | 13 Feb 2006 20:32 GMT | 5 |
Let's assume that I have a GridView inside of a panel. No records, are available for the grid, but the same amount of space is taken up on the page. Is there a way to ensure that when a panel or similar is set to
|
| POST text | 13 Feb 2006 20:21 GMT | 1 |
How to Post text to web-page news area frame ? Also download asp example? thanks Marina
|
| session_start not firing . . . | 13 Feb 2006 19:45 GMT | 3 |
I'm workinbg in Visual Studio 2003. I'm experimenting with creating a session variable, and from all I can gather. the Session_Start event is not firing. In Global.asx.vb, in the Session Start event, I have the following:
|
| Online Calendar (Ajax'y) recommendation? | 13 Feb 2006 19:36 GMT | 4 |
I would like to add a Calendar to my site. Something like airset.com is nice. It also needs to be open source so I can add to it. Any recommendation? John Dalberg
|
| Understanding OnPreRender and how to use it | 13 Feb 2006 19:32 GMT | 3 |
I have a usercontol that changes one of the ViewState variables, it does this when a button within it is pressed. I would like to alter the appearance of the page based on this view state variable, however i am told that the page has already been rendered at this
|
| Animated Processing | 13 Feb 2006 18:59 GMT | 4 |
I'm trying to show an animated image temporarily while the web server is processing a long request. I attempted to use a combination of CSS styles and JavaScript to temporarily hide or show only appropriate portions of the page (e.g. hide the data and show an animated
|
| Arraylist only display last item | 13 Feb 2006 18:07 GMT | 2 |
I have an arraylist that loads a checkboxlist. I populate the arraylist using a custom class and pulling the data from the web.config file. When the checkboxlist is loaded, only the last item in the list is displayed for each item, in other words, item #4 is displayed 4 times. My ...
|
| YellowPages.com opportunity | 13 Feb 2006 18:03 GMT | 1 |
YellowPages.com is networking for a ASP.net C# Developer for their Pasadena location. The job description is posted below. Use the link at the bottom to inquire for yourself or forward the job to a qualified friend.
|
| Styles (or skins) and DropDownLists | 13 Feb 2006 17:28 GMT | 2 |
Is it possible to apply a style to a DropDownList? In order that all my controls have a consistent look and feel I have been using classes in a style sheet. Try as hard as I might I cannot get a border color change applied by the style. The relevant section of
|