| Thread | Last Post | Replies |
|
| Using a field that is filled in by javascript in a code behind page. | 21 Apr 2006 20:48 GMT | 3 |
I have a JavaScript that fills in a text box with a date/time. I then need to access it my code behind code. If I make the input field runat=server, I can get at it by code behind but JavaScript can't see it. If I don't have the runat=server, then JavaScript can get at it but I ...
|
| Passing variable to SQL string is not working. | 21 Apr 2006 20:30 GMT | 5 |
The problem I have is that a query string works if hard-coded but if I pass a variable to it, it does not work as shown here. This works: querystring="SELECT * FROM USERS WHERE CNAME = 'MICROSOFT'"
|
| am I among html friends here? Adding a button into a row on an asp.net page | 21 Apr 2006 20:24 GMT | 2 |
Below is one row with a company logo in the left table cell and 'Reporting Tool' in the table cell on the right. I would like to add a button in this same row, just to the right of the company logo, which will be for clicking on to create an Excel spreadsheet from the grid. How do ...
|
| What's the Deal with www2 | 21 Apr 2006 19:35 GMT | 2 |
Lately it seems like I've been seeing more and more domain names with a URL that begins with "www2" Why is that? Is there something special about having a "www2" subdomain? Thanks!
|
| Odd error from one ip address only | 21 Apr 2006 19:32 GMT | 7 |
I am having an odd problem. Every day I get application errors from my website. The errors are only from one particular ip address (The error is System.NullReferenceException: Object reference not set to an instance of an object....) The logs show that the request appear to be ...
|
| Casting a page as Previous Page | 21 Apr 2006 18:48 GMT | 3 |
I have a problem with a Visual Studio 2005 web project. I have two pages. SelectProject.aspx and ShowProject.aspx The first page ( SelectProject.aspx) has two drop down lists. After the user selects the value in the first drop list the second
|
| How to read empty data | 21 Apr 2006 18:42 GMT | 15 |
I used to have a problem with DBNull, but now my issue is: System.InvalidOperationException: Invalid attempt to read when no data is present Here's my code behind:
|
| Membership credential verification failed With ActiveDirectoryMembershipProvider | 21 Apr 2006 18:05 GMT | 1 |
I try to make a login.aspx page to login an Active directory's user and i have a 1315 Web event Error in Windows server 2003 application's log with this error : 4006 Membership credentiel verification failed. Could you help me ? here's my web.config : <connectionStrings>
|
| Strong Password encryption program? | 21 Apr 2006 18:02 GMT | 2 |
I have a web-based program that will be going to an external web server and want to create a logon process. I am using forms authentication, passing encryption with salt, but want to force the user to create passwords with rules: combinations of numbers & letters, at least one ...
|
| Back button (.net) generated not working (Repost) | 21 Apr 2006 17:57 GMT | 2 |
I created a couple of quick test pages and to my surprise, these do not work either. When I click "Go Back" on test2.aspx, nothing happens. Ideas?? Surely I must be missing something obvious..... Thanks
|
| SmartNavigation/MaintainScrollPositionOnPostback & Datagrids | 21 Apr 2006 17:47 GMT | 2 |
Use of SmartNaviagtion appear to cause a serious perfomance hit, I'm not working with ASP.Net 2.0 yet so MaintainScrollPositionOnPostback=True isn't an option either. Is there a way I can persist the user's scroll position in a datagrid,
|
| How to view / print stored procedures in VS 2005 | 21 Apr 2006 17:42 GMT | 2 |
Using VS 2005, is there some way to print stored procedures? Is there any way to simultaneously view the content of multiple stored procedure files? Thanks, Keith
|
| Converting text to double | 21 Apr 2006 17:37 GMT | 12 |
I have a problem converting text to a double. Why doesn't the code work: If Not (txtdocbedrag.Text = "") Then Select Case ddlBedrag.SelectedIndex Case 0
|
| page caching issue. dropdown list not refreshing. | 21 Apr 2006 17:35 GMT | 1 |
Hi, I'm having a problem with page caching and therefore reusing dropdown box contents. Scenerio:
|
| PLEASE - ASP.NET 2.0 popup window not processing dateselected event | 21 Apr 2006 17:35 GMT | 3 |
I'm using 2.0 and am opening a popup window in javascript. All works fine including the Calendar popup window and the select function. When it gets to the last line which is to process the client script to return the value to the window.opener it just keeps the popup window open.
|