| Thread | Last Post | Replies |
|
| Using DrowDownlist in GridView | 14 Jan 2007 08:15 GMT | 2 |
Hi im trying to use DrowDownList in the Gridview control for the first time and have just a little idea about how it works i have tried some code from the net but was able to find the code of DataGrid with DropDownList. But displays some error when i click on the
|
| Hide Real URL | 14 Jan 2007 07:10 GMT | 4 |
How can i hide the real URL (i mean the Physical Application Path) of a web page on the IE? I don't know if it is related to "HtmlEncode"? Can someone give an example? Thanks. !!
|
| Binding object collections to a gridview | 14 Jan 2007 05:36 GMT | 1 |
If I have an object I can store an array of objects with in it to model a collection. For example I could have a customer object, which has an array of invoice objects. How would I go about binding the array of objects to a gridview or whatever. What if my invoice object has ...
|
| Randomly occuring "Compilation Error" | 14 Jan 2007 05:29 GMT | 5 |
I recently upgraded a website from ASP.NET 1.1 to 2.0. While working on the site and changing aspx or ascx files, I sometimes randomly get a compilation error after refreshing the page in the browser (NOT when building the project from within VS.NET). The only way to fix it is to ...
|
| C# 3 and LINQ | 14 Jan 2007 02:10 GMT | 7 |
I am a little confused. I have been reading about LINQ and it seems to imply LINQ is available in C# 3 but not in Visual Studio until the next release. I am a VB.net programmer but would still like to know how, if possible, do I go about using LINQ. When they say it won't be ...
|
| Postback woes in IE7 - 'document.form1' is null error | 14 Jan 2007 02:09 GMT | 1 |
My ASP2.0 application has always run fine in IE6 and FF. Only on IE7 installations I get a 'document.form1' is null error after a postback that creates an .m3u file on the server and does a Response.Redirect to it.
|
| Is ASP.NET outdated? | 14 Jan 2007 00:43 GMT | 18 |
Hi all, I just wanted to hear other peoples opinion with regards to how/if outdated ASP.NET is. ASP.NET (and ASP.net 2.0) is based on framework from 2000. It was a great stride forward at that time, the other popular option at that time
|
| Catch the close of the application to save info | 13 Jan 2007 22:23 GMT | 4 |
I have an application that needs to save some info in the database when the user closes the application by clicking the x box in the right top corner of the window. I tried the session_end event in the global module but it only fires with
|
| App_Offline.htm's message is not displayed. | 13 Jan 2007 21:20 GMT | 2 |
App_Offline.htm DOES take the site down. Good. App_Offline.htm's message is not displayed. Bad I'm getting a generic 404 message rather than the App_Offline message - which contains a 'maintenance being performed, please try later' message.
|
| Asynchronous web request | 13 Jan 2007 21:07 GMT | 1 |
I am pretty new to asp.net still - I am looking for a way to perform an asynchronous web request to another page in asp.net with vb. Basically, a user hits a page, the page gets the ip address of the user (request.userHostAddress), then it sends that to another page to
|
| What's better for Session[]... object or struct? | 13 Jan 2007 16:50 GMT | 3 |
Currently I have a rather simple class with a few members: string userName; string password; string centers;
|
| Center Label on Page | 13 Jan 2007 15:53 GMT | 4 |
Using VS2005 / VB.NET / ASP.NET Newbie trying to learn. I have a simple label and I want to center this on the page, but I can not. When I hightlight this in VS2005 and say to center it, it does nothing. How
|
| Themes/Skins | 13 Jan 2007 15:07 GMT | 4 |
Does anybody know where to find list of all attributes I can set for each Control in .skin file? I've been searching for it whole afternoon without any luck. Thanks,
|
| What is role of IIS in asp.net ? | 13 Jan 2007 14:31 GMT | 3 |
Can someone tell me about IIS ? Why do we need it ? What is exact role of IIS in ASP.NET web application development and deployment ? I would like to know all IIS-basics from scratch..
|
| Compiler Error Message: CS0016 | 13 Jan 2007 14:03 GMT | 1 |
Hello Developers, When I started a new C# Web Application project using Ms Visual Studio 2003 and browse the page it gives me the following error message! How can I resolve this problem?
|