| How can I send a text string to a COM port on local machine from ASP.NET (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| How can I send a text string to a COM port on local machine from ASP.NET ? Cüneyt GARGIN Tel : 90 (216) 417 71 82 Fax : 90 (216) 417 84 95 E Mail : cgargin@inoxsoftware.com Web : http://www.inoxsoftware.com |
|
| Build scripts in .NET ? (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Can anyone direct me to documentation on how to go about customising and automating builds of .NET applications ? I'm looking at some sort of resolution to performing complex builds using either command line scripts or maybe VS macros (using EnvDTE) I'm looking to do this because: * I'm using the XSD.exe /c tool to create classes for business objects and I'd like this tool to be automatically run ... |
|
| Windows Installer ? (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Hi all, Does Windows Installer come from .Net plaform or Visual Studial .Net ? Where I can find it ? Thanks, Chanh |
|
| Muliple page forms using sessions or panels (3 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Is it better to implement multiple page forms using panels or sessions ?? Panels is OK, but can get complicated, if I have too many screens. Would sessions be better or worse (that is, more difficult to administrate) ??? CHEERS ALL !! Sum Pun NextPart 000 001C 01C23D6F.01D69720 |
|
| No show controls (5 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| The scenario: After creating a project, I add a Web Form, and change the File Name property from WebForm1.aspx to another name (.aspx); then I drag two Label controls and two textbox controls onto the form's design (mode) surface; I then build the solution: no errors. When I view the form in a browser window, the labels show, but the textboxes do NOT show. Why? Do you know? |
|
| Dynamic Includes (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Hi, I want to include a file in document residing on server but whose name is provided by Request.QueryString("file"). Rather how can I make this dynamic includes if I am using IIS 5.1 on Windows XP Pro? Thanks and regards, VishaL KHAPRE |
|
| The compling and execution of .net code (6 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| A question has been raised to me about how the .net framework handles the compilation of code. Does the JIT compiler compile code each time the application is run?? Once a module has been compiled does it remain complied across computer reboots?? Where is the compiled code stored? The concern is when an application has been launched to production and a user is experiencing a problem that the tech ... |
|
| How to use OLD ASP code in ASPX file? (5 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Moved from [aspngreuse] to [aspngfreeforall] by Yannick Smits dotnet@stepcompany.com How would I include the old ASP code into an ASPX file? Can that be done? The old ASP VBscript: % Response.write "hello" % |
|
| GAC - use it? (4 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Hello I was wondering if anyone had any input on using the GAC as opposed to just storing the dll's in each applications bin directory. I have heard a couple pro's/con's regarding the issue, but wanted to get mo re input before I decided if I was going to use it. We will have approx 4 sites set up that will need to use the same dll's to access our various resources. Pro's versioning, one central r... |
|
| Panels Problem (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| I have an application with three panels. I want one or another to appear depending on the user's choice. I want the visible panel to be at the top of the page. This last part is the part I can't figure out. If I could figure out a way to dynamically change the top property of the panel this would solve the problem. Does anyone know how to do this? |
|
| Documentation (8 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| I have both the SDK .NET Framework SDK Documentation and the Classbrowser. I'm wondering why I have so much difficulty looking up new methods. It may be that it's just more difficult with 3,000 classes or that the documentation isn't mature, but I suspect it's an operator problem until proven otherwise. My latest need is to get a method to return the URL used to reference a page. I don't mind if I... |
|
| Reference to an object within it's procedure (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| I apologize for the last message that went out with the wrong subject How can I make a reference to an object within it's procedure. For example, in the code for a form, you can reference the form by using "ME" If I'm in the OnClick event of button1, is there a way of making a reference to button1 without repeating button1? I am trying to use this for textboxes. Private Sub txtCCurrencyDonors Leav... |
|
| Use of primative types (4 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| In trying to understand the .net framework I am learning about types, specifically Primative types. I understand the value types like int, bool, etc however I'm not understanding the use of a structure. What is the benefit and use of this type?? Thanks for the help and advice. Sincerely, Jeff Giesbrecht http://OwnYourOwnBusinessNow.com by http://HealingWithSugars.com |
|
| Dynamic Multidimensional Array in C# (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Hi I want dynamic multidimensional array in C#. In VB.Net its very easy to manage from "ReDim Preserve". How could I define dynamic multidimensional array in C#?. Thanx Sohail |
|
| Display html docs on ASP.Net page (4 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| I need help with something I am trying to do. I have various html documents that I want to display on a ASP.Net page. I was hoping to have a page with a large section on the form to contain the html. As a button or link is pressed I would like to display another html document on postback. What is the best way to accomplish this? I hear frames are not the way to go in .Net. Is this true? What other... |
|
| When submitting a form, whatever is in the URL that called that page is saved and resent ? (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Here is the plot: I got a page that can be called specifying in the url to get a form with certain data to edit... example: http://www.example.com/catalog.aspx?action edit&code 23856 So this page brings to the client's explorer a form containing data from product 23856 in order to be EDITED (hence the action edit) SO... On PageLoad I check "action" and if it carries "edit", I turn visible an asp:p... |
|
| form inheritance problems (3 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| If I have a form (form1) that I set all the labels and buttons, etc and I want to be able to inherit this form in VS.NET how do I make the form available to be editable?? Meaning that I can change the the values and text etc of the form that inherited the original "template" form. Reason for doing this is to set up a template that the gui can then be inherited and the guts changed for each particu... |
|
| Need to get the complete URL (2 replies, VIP) |
| ASPFriends.com 'aspngfreeforall' list |
| I've got a site that is reachable by a couple of domain names http://www.mysite.com/ or http://www.yoursite.com/ Using ASP.NET, I can find the "path" above using strPath request.path which returns '/' for either of the above. How can I retrieve the www.mysite.com into a string variable? SamC |
|
| Getting a list of authenticated users (4 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Hi there, A bit like you could count the number of current sessions with classic ASP, is there a good way to get a list of current user names. In our case the user name is stored in a cookie. If the user has got a current session I want to add their name to a list which has application scope. Thanks! Kevin |
|
| HTTP 405 Method Not Allowed (4 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Got some users behind a firewall that are getting the above error message when they try to submit a form on a page with a querystring. Originally the framework was replacing the & characters in the form action with & but I've added a little bit of javascript to the bottom of the page which replaces the form action URL with an HTMLDecoded version, so the & characters should be back where they b... |
|
| Page Layout for user controls (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Hi there, My problem is the following : I am hosting 4 user controls (.ascx) on a single aspx page. Each of these user controls is in fact a separate page The way in which I would normally accomplish this type of layout in ASP would be to use framesets. I do not want to use this approach though because I will be using event Bubbling to have the ASCX user controls communicate with one another. I ha... |
|
| listbox selection with button (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| when using a listbox dropdown menu, how can I disable the button that submits the selection if no selection has been made? |
|
| No subject given (9 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Hi, anyone knows to avoid that an image appear in the browser surrounded by a clored squared when a hyperlinc is created with a image. |
|
| sessions and controlling them (6 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| any way to know when a user exits your application or just browses to another page |
|
| .NET Framework Service Pack 2 (3 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| FYI for those who haven't seen. Microsoft .NET Framework Service Pack 2 (SP2) provides the latest updates to the .NET Framework. SP2 is highly recommended for all users of the .NET Framework, including customers of Microsoft Visual Studio(r) .NET. SP2 is a cumulative service pack; if you don't already have Service Pack 1, you only need to download Service Pack 2. http://msdn.microsoft.com/netframe... |
|