| Best way to make liveupdates for my product? (2 replies, VIP) |
| ASPFriends.com 'aspngfreeforall' list |
| If I have an ASP.NET product which has 32 different modules in it, (i.e loan management, staff management etc.) and I would like my users to retrieve liveupdates to get the latest version of the software, would the best way to do it be.... 1.) Compile each of the 32 different modules into a seperate .dll. And if a specific .dll for a certain module is updated, the software user must download the n... |
|
| Displaying mailtos (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Hi everyone, A really simple problem that's got me baffled at 3AM. I've populated a DataReader from a single column in a database ("Email") and bound it to two seperate server controls: lblEmail.Text objDataReader("Email") lblEmail2.Text objDataReader("Email") And am displaying the e mail link in ASP.NET server controls a href 'mailto: asp:Label id "lblEmail" runat "server"/ ' asp:Label id "lblEma... |
|
| Viewing active Sessions. (8 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Moved from [aspngarchitecture] to [aspngfreeforall] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi All, I am trying to find out if there is a way to view all the active sessions on my website at once through a web page? Or if not is there any applications out there that can tell me how many people are connected to my site and what there SessionID's are? Thanks, Gavin |
|
| Extra space in DB-derived string (2 replies, VIP) |
| ASPFriends.com 'aspngfreeforall' list |
| I've got a strange conundrum...I'm having the following call to DB columns: %#Container.DataItem("LastName")% ,  %# Container.DataItem("FirstName")% ...output the following: FirstName , Lastname Note the add'l space after FirstName. This is probably a D UH!, but it's got me stumped. Jason |
|
| error validation (4 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Unable to find script library '/aspnet client/system web/1 0 3705 0/WebUiValidation.js'. Try placing this file manually, or reinstall by running 'aspnet regiis c' |
|
| datareader to textfile question (5 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| I need to generate a comma delimited text file from a sql database. This will allow users to query the data with a web form, download the text file and then import it into excel, access or whatever db program they use. My initial thoughts were to get the data with a datareader, create the text file on the server and then loop through the results to and write each row to the text file. I am wonderi... |
|
| Building a Dynamic Menu depending on Permissions (4 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Moved from [aspngcommunity] to [aspngfreeforall] by Marcie Jones marciejones@yahoo.com html div style 'background color:' DIV FONT color #191970 size 2 Am in the process of developing a application. Its kinda unique to me. This application's security considerations are quire different from what i have done till now. /FONT P /P P I will try to explain it. /P P I plan to develop this in Asp.Net (wit... |
|
| Newbie question (7 replies, VIP) |
| ASPFriends.com 'aspngfreeforall' list |
| If i have stored a value in a string declared as public, in an aspx page, will the value be retained after the postback ? Regards, Chak. Do You Yahoo!? Yahoo! Sports sign up for Fantasy Baseball http://sports.yahoo.com |
|
| Randomly generated key (4 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Hello, does anyone have some piece of code, how to generate unigue random key, like 2k3lj23l4kj23lk4j23lk4j23lk4j2343k something like that. Whats the easiest way? Thanks a lot. Mike |
|
| Creating a File via ASPX (3 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| I found some code that will allow me to thumbnail an image, now I just want to save the thumbnail that I've created. I'm using the code Dim thumbFile As New FileStream(fileName, FileMode.Create, FileAccess.Write) to create a stream to write out to, but I get the following error. Access to the path "c:\inetpub\wwwroot\testtube\images\test thumb.jpg" is denied. I've checked everything I could think ... |
|
| XML and Upload (4 replies, VIP) |
| ASPFriends.com 'aspngfreeforall' list |
| Moved from [aspngxml] to [aspngfreeforall] by Charles M. Carroll charlesmarkcarroll@yahoo.com Ok we have a voice application that works like this. You call, answer the questions, and hang up. A wav file is created of your answers and saved. Simple enough. At least with classic ASP. Now we want to do it in .NET. Problem is I can not get the native upload of ASP.NET to access to the file. I have pos... |
|
| Asp:calendar multiple dates (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. NextPartTM 000 038454c6 cb16 4eaa ade4 88d0f16a657c Content Type: multipart/alternative; boundary " NextPart 001 01C1C39A.89CBF6B0" NextPart 001 01C1C39A.89CBF6B0 Content Type: text/plain I need to use the asp:calendar control and be able to set multiple dates as ... |
|
| Screen Scraping a server that redirects? (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| I am trying to screen scrape an application which does some server side redirection. When I GET the page the server side page does a redirect to another page. (sometimes back to itself) My question is how can I detect the HTTP code (302) request to redirect? (so I can act upon it) Currently my code automatically redirects to the new page, and returns with data from the redirected page. Here is the... |
|
| Windows User Controls in ASP.NET Webfroms (2 replies, VIP) |
| ASPFriends.com 'aspngfreeforall' list |
| Hi, I am just wondering if anyone has tested using Windows Forms user controls in the RTM release of ASP.NET. We have an example that use to work in the beta 2 framework and has unfortunately broken when porting over to the RTM release. I have played with the syntax and used class and classid in my object statement with no success. I have also tried trusting the assembly using the "Trust an Assemb... |
|
| Missing WebUIValidation.js - place files where? (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| My V1 Framework *.js files are installed here (which seems normal): C:\WINNT\Microsoft.NET\Framework\v1.0.3705\ASP.NETClientFiles However when I added some validator controls thus requiring to use those *.js files, it complains that there is no: /aspnet client/system web/1 0 3705 0/WebUiValidation.js With the above it says "Manually put them there or aspnet regiis c". Can somebody please tell me w... |
|
| absolute function (7 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Here's an easy one ( I hope :) ) In VB 6, there was a math function called ABS() that returned the absolute value of a number. I can't find it in VB.NET I looked in the online help and found nothing. Any Ideas? TIA Scott |
|
| validation control question (4 replies, VIP) |
| ASPFriends.com 'aspngfreeforall' list |
| Hi all, I have a form with several panels and a couple of requiredfield validators on each panel. My problem is that as well as the submit button to move on to the next panel (which obviously I want to validate), I have a couple of other buttons doing other things and these will not execute unless the form is valid. Is there a way of by passing the validation controls for these other buttons? Jami... |
|
| component (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Hi If I have a component.vb, how can I use this in my codebehind file? Every example I find link the class within the the html view, and page inherit... Also many compile it into dll, but that is not required? Ive tried imports projectname.classname (this comes up by intelliSense) and call the method method() in the codebehind file, but it don't find it. Is it smart to use namespace for one method... |
|
| Cached Object Threading (3 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Our application is designed to front end old unisys mainframe screens (900 screens). Each screen theoretically can be changed and modified by each client and each user(50,000 users) at each client. The screens are broken into fragments (host info vs pure HTML) and kept in a database. We do not want to hit the database each and everytime a screen is to be rendered so we have built a screen object t... |
|
| InterOp with Word (4 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Hey all...I'm still having problems trying to InterOp with MS Word. Exception: System.Runtime.InteropServices.COMException: Could not open macro storage. Code: Word.Application w new Word.Application(); Word.Document oDoc w.Documents.Add(ref oTemplate, ref oMissing, ref oMissing, ref oMissing); Word.Range oRange oDoc.Range(ref oMissing, ref oMissing); Error occurs on second line according to the e... |
|
| Breadcrumb Navigation on Asp.Net (2 replies, VIP) |
| ASPFriends.com 'aspngfreeforall' list |
| Can someone give me some insight on building a navigation control that creates a three deep breadcrumb navigation bar similar to the one used in the "Control Gallery" of the asp.net web site? Thanks, Jon |
|
| Server.MapPath (4 replies, VIP) |
| ASPFriends.com 'aspngfreeforall' list |
| Why does "Server.MapPath" work in a class, but not in a module? Even thought I have declared an instance of the object Web.HttpServerUtility Dim sPath As System.Web.HttpServerUtility If Save(sPath.MapPath("init.ini"), strValue) Then ' some code End If The error is: "Object reference not set to an instance of an object" Thanks in advance. Marcelo. |
|
| multiline textbox; pressing the enter key. (4 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Moved from [aspngibuyspy] to [aspngfreeforall] by Charles Carroll charlesmarkcarroll@yahoo.com hello guys, i need help. i got web controls on my webform, 1 textbox set as multiline; 1 requiredfieldvalidator. now, here's the problem, when im trying to input something into my textbox and press the *enter key*, then input some data again to textbox, then onto my next web control, the required feild v... |
|
| index server and .net (2 replies, VIP) |
| ASPFriends.com 'aspngfreeforall' list |
| is there anything in .net to work with index server? I've got several thousand documents that were previously being indexed and made searchable via index server on an asp page. The site has been converted to aspx now, and i'm not sure if theres anything built into .net to work with index server. Is there? Ian |
|
| ASP.NET Code to HTML Parser/Viewer (2 replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Does anyone know of a good ASP.NET app that will take source code (code behind and/or ASPX) and parse it into color coded/formatted HTML? Ambrose |
|