| Thread | Last Post | Replies |
|
| onscroll Event Not Firing in ASP.NET 2.0 | 29 Sep 2006 04:25 GMT | 2 |
While attempting to get my floating toolbar to work in ASP.NET 2.0, I noticed that the onscroll event is not firing. I've specified this on the BODY tag, as always. After some testing, I realized that the new DocType being used in 2.0
|
| asp 1.1 and javascript | 29 Sep 2006 04:20 GMT | 1 |
Is there a good way to have a javascript call an asp.net 1.1 page wihc has button on a form. I want to return a value back to the javascript so I know the button was pressed. i assume i want to use showmodaldialog to open the asp.net form but how to
|
| XMLHTTP status 500? | 29 Sep 2006 03:58 GMT | 2 |
I am getting XMLHTTP status 500 when I try to post a page on my simple ASPX page. I am not doing much in Aspx page. What I am doing is I just print the type of Request by the following line: MsgBox(Request.ServerVariables("REQUEST_METHOD"))
|
| GridView-Update-Exception, Parse Error when german culture | 29 Sep 2006 02:06 GMT | 5 |
If I have a simple GridView which has in its data a decimal -type and the page is German Culture the following happens: I edit a row, click update-button in GridView, exception. The exception is that the decimal ist for example 12, 15 instead 12.15
|
| Datagrid paging using SQL - pulling back <n> records at a time with exact counts | 29 Sep 2006 01:58 GMT | 3 |
I am developing a web front end using the standard datagrid in the 1.1 framework. Currently it allows users to navigate through records 20 at a time via previous and next buttons. This functionality is working nicely and efficiently. I like this because I dont have to grab ALL the
|
| Client server question | 29 Sep 2006 01:17 GMT | 1 |
am new to asp.net and have a question on just what is processing on the server and what is processing on the client. I have an asp.net page with html controls on it, say a couple of text boxes and a button. The user enters a number in one textbox, then the code behind does ...
|
| Trouble Performing An HTTP POST | 29 Sep 2006 00:51 GMT | 1 |
Hi there. I'm having trouble with an HTTP Post in my code behind. Can anyone help? Here's my code: string data = "&fields_fname = " + txtFirstName.Text + "&fields_lname="
|
| Error 0x80070005 on aspnet_regiis -i | 29 Sep 2006 00:29 GMT | 1 |
Please read carefully, Its aspnet_regiis -i and not aspnet_regiis -c aspnet_regiis -c works for me. I tried all options found on google. Also I'm local admin on box. No article on Microsoft.
|
| underlying connection was closed: unable to connect to the remote server: COM --> .Net --> WebService --> Error | 29 Sep 2006 00:05 GMT | 3 |
OK, I had an issue with this and found lots of advice that did not apply, so I'm posting what I found hoping it might help someone else. Here's the sitch: you have a COM app that calls to a .Net assembly which in turn calls a web service. You know the web service is reachable and ...
|
| HTTP Form Post in C# | 29 Sep 2006 00:03 GMT | 1 |
Hi all...i'm trying to do a form post in my codebehind file using this method: public static string HttpPost(string URI, string Parameters) {
|
| q; validate password | 28 Sep 2006 23:47 GMT | 1 |
I have a password field in my login page (ASP.NET 1.1), how can I validate password based on at least 6 characters, one number, and one capital letter.
|
| Loop | 28 Sep 2006 23:00 GMT | 1 |
I created a connection to a database and everything is fine. Finally I wrote this: connection.Open() **** MyFunction( [ Title Field ], [ Text Field ], [ Link Field
|
| Changing the colours of scrollbars and pulldown arrows | 28 Sep 2006 22:55 GMT | 1 |
With all the skinning possibilities of asp.net 2.0 I am surprised that I cannot (easily) change the colour of a controls scrollbars/border or a dropdownlist's arrow. I realise that I may have to do this via javascript, if it is possible, can
|
| HtmlDecode in <asp:image> | 28 Sep 2006 22:48 GMT | 1 |
I'm taking a file name from a database and using the <asp:image> tag in GridView to show the image. However, some of the file names have spaces in it and no matter what I do, for example: <asp:Image runat=server ImageUrl=<%#
|
| [c#] problem with calling stored procedure | 28 Sep 2006 22:45 GMT | 2 |
i'm trying to call stored procedure like: ALTER PROCEDURE [dbo].[getValuesDay] @p1 int, @p2 Datetime
|