Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / January 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
DirectoryInfo08 Jan 2007 05:02 GMT2
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 GMT2
I am trying the following code with no success. Any input would be
appreciated.
private void InsertMsg( )
{
Linq08 Jan 2007 03:15 GMT1
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 storage08 Jan 2007 02:56 GMT3
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 problem08 Jan 2007 00:14 GMT3
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/jpg07 Jan 2007 23:22 GMT5
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 tags07 Jan 2007 22:36 GMT4
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 SP07 Jan 2007 19:56 GMT1
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 app07 Jan 2007 19:51 GMT1
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 TextBox07 Jan 2007 17:19 GMT1
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 VB07 Jan 2007 16:39 GMT4
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 GMT1
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 code07 Jan 2007 15:41 GMT1
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 Handler07 Jan 2007 12:35 GMT1
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 GMT9
Is it possible to create directories and files with asp.net?
Thanks
André
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.