| Thread | Last Post | Replies |
|
| ASP:Button OnClientClick and Server Side Not working together | 01 Sep 2006 00:51 GMT | 2 |
I have a asp:button which allows a user to delete a record, and I wish to prompt them with a client side confirmation. The javascript confirm messagebox does show and the cancel button is fine, however when I click OK, I expect the Server Side Postback OnClick event to fire, but ...
|
| Configuring the Menu Control | 01 Sep 2006 00:47 GMT | 6 |
I haven't learned this control yet but I do need to know if it can be configured to drop down instead of fly-out? // Like this... -------------------
|
| dropdownlist on usercontrol populate host page label | 01 Sep 2006 00:05 GMT | 2 |
I am new to vb.net and am getting frustrated and cannot find a post on the subject. I have a usercontrol (.ascx) with a dropdownlist. on the selectedindexchanged event of the codebeside of the .ascx page, i would like the newly selected value of the dropdown box to populate a ...
|
| FileStream & StreamReader? | 31 Aug 2006 22:07 GMT | 3 |
A file can be read using only the StreamReader object like this: Dim sReader As StreamReader sReader = New StreamReader(Server.MapPath("File1.txt")) While(sReader.Peek > -1)
|
| How to set which browser to use in Debugging. | 31 Aug 2006 22:01 GMT | 1 |
I must be crazy or tired but I can not see where the setting is in VS2005 that says to use IE when I am debugging. It keeps launching Firefox. Thanks! Phil
|
| 2.0 Features | 31 Aug 2006 21:58 GMT | 3 |
Where can i read .NET 2.0 new features list. Any links.. Thnks vinay
|
| One Subroutine after another | 31 Aug 2006 21:43 GMT | 5 |
I'm running two subroutines one after another. The first subroutine works and does something to a several session variables (just an example), then those session variables are accessed by the second subroutine.
|
| asp:textbox error | 31 Aug 2006 21:40 GMT | 2 |
If I try to put some invalid input (<TEST>) into a asp:textbox and attempt to submit the data, I get a server error response: Server Error in '/XTAPIADMIN' Application. --------------------------------------------------------------------------------
|
| Aligning text with Spaces - List box | 31 Aug 2006 21:06 GMT | 1 |
I would appreciate if some one could help me on this. I have a list box where I would like to display Company Name and Number by conctaening them. For example -
|
| Remote web service | 31 Aug 2006 20:34 GMT | 4 |
How to call a method of a remote web service from another web service (local)? Any help? -- M.
|
| HttpWebResponse.GetResponseStream returns incomplete stream | 31 Aug 2006 20:32 GMT | 9 |
Hi, given the following code, I've been successful in grabbing pages for parsing, but for a certain page template (containing a particular piece of code) the stream always ends right after that code. If you try this with just about any type of url (incuding urls from the same site
|
| SqlConnection Object in Application Variable OR Session Variable OR open/close | 31 Aug 2006 20:26 GMT | 3 |
Hi and regards What is best method to have an connection to sql, iam using sqlserver 1. have an sqlconnection open when the application start event in global.asax so that i dont have to open it in each method where i
|
| number validation! | 31 Aug 2006 19:55 GMT | 2 |
asp.net 2.0 I have a textbox on my webpage. I want to validate that the user has entered a number and not text. So I added a RegularExpressionValidator to the form, and set its ControlToValidate to my textbox
|
| Control page flow in ASP.Net 1.0 and 2.0 | 31 Aug 2006 19:41 GMT | 2 |
Hi All :-) I have a general question about controlling page follow and if there is a better way to do it than I am currently using in ASP.Net 1.0 - we are getting ready to move to 2.0, so if there's a better/easier way in 2.0 that's great. What I'm doing is creating a Session ...
|
| 05 Web Site Publish question | 31 Aug 2006 18:49 GMT | 3 |
I did a Build --> Publish web site last night on my web app, It publish correctly but it created 12 DLL's for it. Is there a way to only get 1 dll for the entire web project like in 03 or a is there another way to publish from my local box to the test web server?
|