| Thread | Last Post | Replies |
|
| Variable Declaration | 17 May 2007 08:36 GMT | 3 |
Guys, Please help me by answering my questions. Thanks in advance 1. What is the difference between below two declaration statements int i; i=20;
|
| Paste Image into webform richtextbox? | 17 May 2007 06:47 GMT | 1 |
Is there any way to allow the pasting of images into a webform? which could then be saved into a database for retrieval?
|
| IIS Authentication Issue | 17 May 2007 06:21 GMT | 1 |
This one is a typical issue I am facing. I have 4 different Web applications with Windows Integrated Authentication . This works fine in local Intranet. For Some business reasons these 4 applications have been exposed to
|
| client-side onclick populates dropdown | 17 May 2007 05:19 GMT | 5 |
I wrote a function to populate my dropdowns on the client-side. The function adds <option> elements to the <select> only if none are initially present. I call the population function from either the onfocus or onclick event of
|
| Global Session Variable | 17 May 2007 03:52 GMT | 11 |
I have a site with an App_Code folder that has Global.asax.cs and a file named Upload.cs. I want to pass Upload.cs a Session variable (username) that is set in default.aspx.
|
| Problem with .xsd datasets | 17 May 2007 02:51 GMT | 2 |
I have a number of .xsd datasets in my asp.net 2.0 app that access my Paris database. I cloned the database and named the new one Milan. I see the xsds all have Paris hard coded in them. do I have to recreate all of the xsds?
|
| ASP.NET 1.1 / IIS 6.0 Service account | 17 May 2007 02:39 GMT | 1 |
I started to use IIS 6.0 and created a web site (anonymous authentication enabled with domain account). This web site contains several apps (web services and "plain" web apps) and I want those apps to use its own app pool running with its own domain account (identity) rather than ...
|
| Installing ASP.Net 2.0 onto sql2000 web server, App_Data, SQL2005 problem | 17 May 2007 02:11 GMT | 2 |
I've just upgraded our WIndows 2003 (with SBS server) web server to .Net framework 2.0 (it had 1.1 before) As I have been working on a web parts page on my laptop, hosting it
|
| Show/Hide Multiple User Controls on Page | 17 May 2007 01:13 GMT | 2 |
I have one .aspx page that contains multiple user controls. Based on the form requested, I would like to loop through all of the user controls on the page and display the one requested by using the ID of the user control.
|
| Running a MasterPage method from within default.aspx? | 17 May 2007 01:04 GMT | 2 |
I have an ASP.NET application with a MasterPage that has a method defined as public. Now I want to run this MasterPage method from INSIDE the default.aspx page. I know there has to be a way of doing this!
|
| ASPNET Search | 17 May 2007 00:17 GMT | 2 |
Hi, I'd like to create a search engine like google. What should I use, asp.net 1.1 or asp.net 2.0 framework? Thank you.
|
| The page cannot be displayed | 16 May 2007 23:44 GMT | 4 |
I have installed an ASP .NET Web Application on an IIS 6 Windows 2003 Server. The 'Integrated Windows Authentication' method is checked and I can access the web site on a browser running on the IIS server. But when I try from an remote XP computer (with servername listed inits IE ...
|
| Forms Authentication Across Applications | 16 May 2007 23:34 GMT | 4 |
It know that we can use the following method http://msdn2.microsoft.com/en-us/library/eb0zx8fc.aspx to form authenticate across multiple applications. I have created an asp.net application that supports form authentication. My
|
| ASP.NET Search | 16 May 2007 22:36 GMT | 3 |
Hi, I want to create a search engine like google. Should I use the 1.1 or 2.0 framework? Any help would be appreciated.
|
| HttpContext.Current.Session is null | 16 May 2007 22:19 GMT | 2 |
After some digging, I discovered HttpContext.Current.Session is null when trying to access a session variable, username, in my upload.cs code which is in the App_Code folder. I just determined that I can't because HttpContext.Current.Session is
|