| Thread | Last Post | Replies |
|
| DirectoryInfo | 08 Jan 2007 05:02 GMT | 2 |
Suppose I have the following code: <script runat="server"> Sub Page_Load(.....) Dim dInfo As DirectoryInfo
|
| Is Threading Possible in an ASP.NET 1.1 Web Page? | 08 Jan 2007 03:30 GMT | 2 |
I am trying the following code with no success. Any input would be appreciated. private void InsertMsg( ) {
|
| Linq | 08 Jan 2007 03:15 GMT | 1 |
I sort of asked this in my previous post but what is the status of linq? Is it in .net v3? Regards, Chris.
|
| Customer Registration - Temporary data storage | 08 Jan 2007 02:56 GMT | 3 |
All I am cross-posting, as I'm not sure if this is an issue for the data layer or the application layer. If this is unacceptable, can someone let me know so that I don't do this in future.
|
| Stream to PDF problem | 08 Jan 2007 00:14 GMT | 3 |
I have a PDF document saved as Binary Stream in my Database and I'm excuting this line of code to open the PDF document: Response.BinaryWrite(myfile); // myfile is the stream converted to byte[] type and It's working fine, but the only problem that Acrobat Reader 8 is not
|
| Animated gif/jpg | 07 Jan 2007 23:22 GMT | 5 |
Is it possible to activate a animated item once the form/page is submitted for processing, as I have a number of forms that take a while and the users keep submitting the page thereby restarting the process. Any help would be appreciated.
|
| Master Pages and Style tags | 07 Jan 2007 22:36 GMT | 4 |
It seems that when you are creating a page that uses a Master Page, there is no place to put a style block w/o VS.Net saying that you are putting in an incorrect tag. Where should a style block go on a page that uses a Master Page?
|
| Getting Identity from SP | 07 Jan 2007 19:56 GMT | 1 |
I'm trying to get Identity back from a stored procedure in SQL Server. When I execute the SP in Management Studio @NewID is returned in the first row/first columm. but when I run the code below, executescaler returns null. I have pasted both the code and the SP below.
|
| Screen capture control using WebBrowser control and GDI+ in a web app | 07 Jan 2007 19:51 GMT | 1 |
I'm trying to write a control that will take a screen capture of a particular website when a user submits a form in a web application; one of the form fields is for a URL - the control needs to get an image of that web site so that it can be displayed later as a thumbnail image.
|
| Webform won't let me assign a value to a password TextBox | 07 Jan 2007 17:19 GMT | 1 |
I have a form that is being used to edit account information. The form contains username and password TextBoxes, for which I set Enabled=False. When I assign the Text property the previous value, the username TextBox receives it perfectly fine, but the password TextBox does not ...
|
| Can't get C# Reflection code to work in VB | 07 Jan 2007 16:39 GMT | 4 |
I am looking at this code in C# Assembly a=Assembly.LoadFrom("employee.dll"); Type t=a.GetType("Company.Employee"); I can't figure out what it is in VB.net can anyone help. I try
|
| how to redirect when the user is logged? | 07 Jan 2007 16:33 GMT | 1 |
i created a default page with loginview and loginstatus like this: <asp:LoginView ID="LoginView1" runat="server"> <LoggedInTemplate>You are logged</LoggedInTemplate> <AnonymousTemplate>You are not logged</AnonymousTemplate>
|
| inserting meta tag by code | 07 Jan 2007 15:41 GMT | 1 |
I wanna insert or change meta tag by cs code while my asp.net site is running running . which library I have to use??
|
| Generic Event Handler | 07 Jan 2007 12:35 GMT | 1 |
I want to create a generic event handler for some controls I am dynamically adding via a class. My class compiles OK but when I change the text in the textboxes it doesn't do anything. What am I doning wrong. Regards. Here is the loop adding the textbox and event handler
|
| is it possible to create directory / file with asp.net? | 07 Jan 2007 09:37 GMT | 9 |
Is it possible to create directories and files with asp.net? Thanks André
|