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 / February 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
IE unable to open Excel stream18 Feb 2008 03:36 GMT1
I want to export a datagrid to Excel. Here is the code:
[after datagrid databind]
   Response.Clear();
       Response.Buffer = true;
random string for page submission18 Feb 2008 02:50 GMT3
I'm looking for one of those tools that lets your page generate an obscurred
image of a random character string that the user has to type into a text box
in order to submit a page. I'm not sure what it's called or what to look.
Can anyone point me in the right direction. Free is ...
Re-building the URL with a different Host18 Feb 2008 01:48 GMT1
I want to redirect the user to a URL that will actually be exactly the same
URL on the same site, but with a different Domain.
For example, let's say the page where the user currently resides is
  http://DomainA.com/SomeFolder/Default.aspx
cookieless session, "~" operator and client-side cashing problems18 Feb 2008 00:49 GMT1
Hello developers,
My custom control allows for specifying paths to images it uses.
In those paths I want to be able to use the "~" app root operator, so my app
works correctly with virtual paths.
Need advice on online fill in forms18 Feb 2008 00:25 GMT8
I am presently converting a vb6 app to asp.net.  In one of my vb forms the
user clicks a button, and a word document is partially prefilled in with
data from a table and then the user fills in the rest of the word document,
saves the document and then closes the document which ...
ASP.NET impersonation - getfiles() problem17 Feb 2008 23:01 GMT7
I've got problem with listing files in UNC path. Result is: Access to
the path '\\serwername\path' is denied. I'm using IIS 5.1 on WinXP
Pro. All machines in one domain. Impersonation is on.
web.config:
Sharing same cookie between server and client17 Feb 2008 18:03 GMT2
We have an ASP.NET 2.0 web application where we want to share few user
specific data between server and client side code using cookie. We are
seeing a very strange behavior that it does not work consistently.
Sometimes we are getting the latest value set from server in client
what type of variable for a UniqueIdentifier field?17 Feb 2008 17:55 GMT2
i made a select which fetches the value of a UniqueIdentifier field
(aspnet_Roles.RoleId )
my questions are:
1) variable 'myrole' must be defined as what?
iFrame. Is this possible?17 Feb 2008 16:09 GMT1
I have the following:
<iframe id="ifUpload" onload="UploadFile()" scrolling="no"
frameborder="0" class="ifUpload" src="FileUpload.aspx"></iframe>
Can I create the content of the iFrame at runtime? Without using
How to modify servervariables?17 Feb 2008 11:21 GMT1
  I have an ASP.Net application which talks to an ASP application. As the
ASP.Net application talk to the ASP application, the REMOTE_ADDR server
variable points to the IP address of the ASP.Net application. I would like
to modify server variables to point to the actual client ...
VS.Net 2003, unable to open web project17 Feb 2008 09:30 GMT2
Hi Iam unable to open my ASP.Net web project HRMS.vbproj suddenly in
VS.Net 2003
I am getthing this error.
Unable to open Web project '/'.  The file path 'D:\company\ASP\Web'
"~" in Visual Studio and "~" in real IIS17 Feb 2008 05:37 GMT2
I am confused about something: Let's say I have a web application I've
developed and it's sitting in a directory called "Docroot". In that Docroot
folder is a Web.config and a Default.aspx.
Whe I run the application from within Visual Studio (2008), the URL in IE
Path16 Feb 2008 22:56 GMT1
I am uploading a file. Which one should I use?
FileUploadInsert.SaveAs(Server.MapPath("App_Files/MyFile.jpg"))
or
FileUploadInsert.SaveAs(Server.MapPath("~/App_Files/MyFile.jpg"))
profile provider16 Feb 2008 22:26 GMT1
Is this possible with asp.net membership provider?
I need it to return the user name of a user whos profile property age > 65
If not directly from the provider how do I write a sql query that does this?
Tem
Use a remote web service with dropdownlist16 Feb 2008 22:24 GMT1
I need to access a remote web service which I have created on the
domain www.abc.net. The web service is working well when used on www.abc.net
and is also accessible through the web browser responding with the
usual WSDL.
 
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.