| Thread | Last Post | Replies |
|
| Using stringbuilder | 31 Jul 2005 22:36 GMT | 2 |
Once I've created a string with stringbuilder, how do I view it in the command window? Char by Char seems pretty inefficient. Thanks for your help.
|
| How to add items to a dropdownlist control within a Javascript eventhandler? | 31 Jul 2005 22:18 GMT | 6 |
I want to add items to a dropdownlist control within a Javascript eventhandler. This is what I code : var dd = document.getElementById("DropDownList1");
|
| ThreadAbort on redirect? | 31 Jul 2005 22:05 GMT | 1 |
I have a simple redirect on a login page: Login_Click() { // ... do the login verification
|
| can u get MSDN | 31 Jul 2005 19:51 GMT | 2 |
can u get MSDN for free i want to get windows vista beta one or can som1 help me download it from some where else
|
| Late night beginners question | 31 Jul 2005 18:04 GMT | 4 |
I'm reviewing the 70-305 course and I'm trying to do the Chapter 5 lab. I've created the Calls.aspx page and the dsCalls xsd. I've set the DataSource of dlstcalls to 'dsCalls.Tables(“Calls”).DefaultView' as instructed. (Page 296)
|
| msdata:ReadOnly="true" ??? | 31 Jul 2005 17:34 GMT | 2 |
I have a textbox in an ItemTemplate of a grid I'm using to allow users to change a value. I've done it a hundred times. In this project I have it returns the original amount even though the user enters a revised value in the textbox. the code is identical to my many working ...
|
| Before EMail | 31 Jul 2005 17:31 GMT | 2 |
How do I check that I am online before sending email? TIA.
|
| how to prevent auth ticket expiration | 31 Jul 2005 16:06 GMT | 13 |
In the forms authentication construct, I need a way to prevent ticket IssueDate and Expiration from being updated for a specific page only. By default forms authentication updates these two values whenever a page is requested and slides these values forward. Is there any way to ...
|
| Include code inside repeater | 31 Jul 2005 15:10 GMT | 2 |
I want to do add an if statement (C#) inside my itemtemplate. Something like this: <ItemTemplate> IF (true)
|
| Session behavior | 31 Jul 2005 15:05 GMT | 4 |
I am told that ASP.NET controls the session ID and session variables, but that does not fit my symptoms. I am posting here as directed. I'm hoping that someone can at least recommend something to try to isolate the problem. I have a simple application that demonstrates my ...
|
| asp.net 2.0 type not defined | 31 Jul 2005 14:54 GMT | 3 |
I recently tried converting my asp.net 1.1 app to 2.0 in visual studio 2005 beta 2. I get several "type xxx is not defined" errors. It seems that some of my code file within my web application can no
|
| How to use: WYSIWYG? | 31 Jul 2005 12:07 GMT | 5 |
Hello - I am trying to implement a basic WYSIWYG feature on my website so that i can edit in HTML format basic text on my website and have this text saved (with the HTML formatting) in my MS SQL database. Can anyone suggest a free WYSIWYG
|
| Internet Explorer wont accept a style on an ASP:Textbox | 31 Jul 2005 10:02 GMT | 2 |
I am creating a Subscription section on an asp.net webpage. On the left there is the string value "Email:", and on the right there is the Textbox, whose ID is EmailAddress. Using a table to line these elements up with the "Name" details, no matter what I do*, the EmailAddress ...
|
| Multiple Keyword Search using SQL PROC | 31 Jul 2005 09:44 GMT | 7 |
I need to support multiple keyword search, not boolean searchs, just simple searches, i.e. "marhsall ma". How is this done? Do I send the entire search string to the Proc? How do I deal with it there? I'm thinking I need to build the WHERE clause in the code behind and send it to ...
|
| How To Parse HTML Page in ASPX Page | 31 Jul 2005 07:42 GMT | 3 |
in order to add user dependant style sheets to my HTML pages I'd like to create an ASPX wrapper page which reads an HTML page, adds a currently selected style sheet and then outputs the rest of the page. But I couldn't find any class helping me to read HTML as a string enabling
|