FileUpload does not show the HasFile property
Thu, 11 Mar 2010 16:01:26 -0500
Hi,
I am trying to use this control but intellisense does not show the HasFile
property, It shows Equals, and ReferenceEquals.only. Can someone help?
Thanks!
...
|
File Handle not being released with FileInfo.LastWriteTime
Thu, 11 Mar 2010 11:40:01 -0800
From an ASPX page I am trying to access the System.IO.FileInfo.LastWriteTime
property of a file on the web site.
The problem I have is that image file types; e/g/ gif, bmp etc; are not
being released from the FileInfo object. If I access a page that reads the
LastWriteTime of an image file; I cannot then ...
|
Populating a text box with a Data Adapter
Thu, 11 Mar 2010 08:34:28 -0800 (PST)
I'm unable to get any data to come up/appear in my text boxes...what
am I doing wrong?
I have two textboxes on Default.aspx
<asp:TextBox ID="ClaimInfo" runat="server" </asp:TextBox>
<asp:TextBox ID="PIC" runat="server" </asp:TextBox>
I'm bringing the values over in a querystring and wrote a stored
pr ...
|
SSL on Windows 7 devlopment machine
Thu, 11 Mar 2010 15:43:12 -0000
Hello,
I'm in the process of moving my development environment to Windows 7
Professional Edition. No problems so far with Visual Studio 2008
Professional edition, SQL Server 2008 Developer edition etc.
I'm wondering what the best solution is for installing an SSL certificate on
this machine so that I can ...
|
How to run IIS and ASP.Net on a specific AD account
Thu, 11 Mar 2010 03:17:01 -0800
Hi all,
This follows my last thread about impersonation
(http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.dotnet.framework.aspnet&tid=eae647eb-7f0b-477b-8f80-6e3fe2a847ea&cat=&lang=&cr=&sloc=&p=1).
I have a Windows Server 2003 AD server with accounts for my company people. ...
|
ASP.NET MvcPager 1.2 source code released!
Thu, 11 Mar 2010 01:19:02 -0800
MvcPager is a free paging component for ASP.NET MVC web application, it
exposes a series of extension methods for using in ASP.NET MVC applications,
the implementation was inspired by ScottGu's PagedList<T> idea.
MvcPager features include:
1.Basic url route paging;
2.Support Ajax paging using jQuery or d ...
|
Listing the contents of a network directory - user permissions
Thu, 11 Mar 2010 08:41:48 +0000
All,
I need to list within a web page the contents of a network directory,
this needs to be based on the user permissions of the user viewing the
web page.
For example,
User A can see the following directories :
dirA
dirB
dirC
User B has only rights to the following directories :
dirA
dirB
...
|
|
|
encyption/decryption of connection string..
Wed, 10 Mar 2010 14:39:01 -0800
I have requirement to encrypt the windows service config file and web.config
connection strings, I could able to do that for web.config with aspnet_regiis
(C:\Windows\Microsoft.NET\Framework64\v2.0.50727>aspnet_regiis -pe
"connectionStrings" -app "/application.ui")
But I am still looking similar kind of way f ...
|
Calling Javascript from Server Side - Error When Passing Data
Contains Single Quote
Wed, 10 Mar 2010 14:18:20 -0800 (PST)
I have the following lines of code in the GridView.RowDataBound event
to call some Javascript code when the user clicks on a GridView row.
If any of the strings I am passing to the Javascript code contain a
single quote this Javascript error occurs: Error: Expected ')'. How
do I fix the first line of code belo ...
|
Create csv
Wed, 10 Mar 2010 12:31:03 -0800
Is there an easy way in asp.net to dump out a comma-delimited file from an
SQL view or stored proc? Thanks.
--
David ...
|