| Properties - Methods - etc (4 replies) |
| ASPFriends.com 'aspngbeta' list |
| Is there somewhere in the Quickstart Tutorial that identifies all objects (asp.net), listing each property/method/attribute for that particular object? you know like in classic ASP, you could always find a book or a web site that listed the Request object, along with it's properties & methods, telling what each means Maybe I'm blind but so far, I haven't been able to find it. And what about the na... |
|
| Sending out a .jpg - OK, I'm slow :) (4 replies) |
| ASPFriends.com 'aspngbeta' list |
| Hiya! Ok... here is the problem. I have two .jpg's on disk. Call em c:\file1.jpg and c:\file2.jpg. I want a page called "pickone.aspx" that will send back one or the other randomly. That is a contrived example, but it is complete to describe the issue. How do I open a file, read the data and send it out (response.binarywrite?) to a browser. I got an example on pulling the image from SQL server but... |
|
| How do you launch a blank window from a asp:imagebutton control? (2 replies, VIP) |
| ASPFriends.com 'aspngbeta' list |
| Hi, How do you launch a new ( blank) window from a asp:imagebutton control? We've tried several things and just can't seem to get it to work. Thanks, Michael Bunger |
|
| Assemblies and Imported Namespaces (5 replies) |
| ASPFriends.com 'aspngbeta' list |
| I am confused about when you have to declare an assembly or simply to import (or Using) a namespace? I copied the following out of a sample application: %@ Assembly name&#"S;ystem.Net.dll" % %@ Import Namespace&#"S;ystem.IO" % %@ Import Namespace&#"S;ystem.Data" % %@ Import Namespace&#"S;ystem.Net" % Thanks, Scott |
|
| Is it possible to integrate a script component in asp+ ? (2 replies) |
| ASPFriends.com 'aspngbeta' list |
| Hello all, i have a javascript component that i'm using very well under with asp like this : dim var set var getobject ("script:" "/components/compname") ... now i would like to use the same component under asp (it's an wyswyg javascript component, no dll need). is there anyone there who could help me with this or tell me if it's possible .. thanks in advance. |
|