| Thread | Last Post | Replies |
|
| VS2008 AJAX and .Net 2.0 | 12 Dec 2007 14:17 GMT | 9 |
I am using VS2008 release and am trying to create a AJAX web site targetted to .Net 2.0. however, there is no AJAX template and the default.aspx page and web.config that is created has no AJAX 2.0 references. Is this supported under VS2008 or must I downgrade to VS2005?
|
| Setting Visibility on Gridview items after they are created? | 12 Dec 2007 13:56 GMT | 5 |
I have a situation where I need to condition gridview item visibilty after they've been created and after a textbox on page has a value. What's the best way to do this in VB.NET? Any code sample? I would imagine i have to loop through the control to do this.
|
| PreRender checking value in textbox before making gridiview item visible | 12 Dec 2007 13:30 GMT | 3 |
I have a gridview column item that i want to not make visible if the bound data in that cell is less than a value in a textbox. However, I notice at the time my code checks a function that I call from the visible property of the gridview itemtemplate, the textbox is
|
| Should I use .net's membership, role systems for authentication and authorization? | 12 Dec 2007 13:19 GMT | 2 |
I am working on a membership web application, The logic is like this: 1. All logged-in users can visit Folder1, Folder2, Folder3, but only administrators can access the Admin folder. Desirably, the link
|
| Debugging a published site on IIS | 12 Dec 2007 12:52 GMT | 2 |
I've a site which i have copied over from an old server to a new server and now it doesnt seem to work. I've been looking through the source code and i know *where* the problem is, but i dont know *what* the problem is.
|
| ObjectDataSource method parameters | 12 Dec 2007 10:45 GMT | 7 |
I've got an update business object method which takes about 80 parameters. I'm getting the 'could not find a non-generic method' error. I know that the ObjectDataSource UpdateParameters matches the business object method signiture. I ran the code below to discover that the ...
|
| Function Calls During the loading of an ASP.NET page | 12 Dec 2007 09:46 GMT | 1 |
I'd like to see every function call that takes place when a page loads, from the Init method though to the method where the actual page rendering takes place. Is there a way to do this with ASP.NET 2.0? M
|
| client side code | 12 Dec 2007 08:45 GMT | 1 |
I got this code in my client side but I'm not sure what this supposed to do.. can someone tell me? function FormatXMLTime(aTime) {
|
| Form Post to Non-ASP.NET Page | 12 Dec 2007 07:52 GMT | 5 |
I raised this issue before and never got anywhere. Thought I'd try again to see if anyone ever resolved this. I want to do a FORM POST to a non-ASP.NET page on another site. I can do this with a regular HTML <form> tag. However, this doesn't work well with
|
| simple databinding | 12 Dec 2007 03:05 GMT | 2 |
hey all, is it possible to take just a plain textbox on my web page and databind it to my datacolumn value of a particular row in my datatable? thanks,
|
| Determining the height of the browser window | 12 Dec 2007 01:30 GMT | 3 |
The layout for my site is two primary areas: a title bar and a content area. The title bar is a Panel with a fixed height. The content area is a Panel that does not have a fixed height. I would like the content area to take up the entire remaining height of the browser. This ...
|
| Now You See It Now You Don't | 12 Dec 2007 01:17 GMT | 6 |
I build a new web site and I am able to debug just fine. Shut down my machine and bring up the same web site, does not go into debug mode. I have look at my web.config file and it has "<compilation debug="true">". Why won't it debug?
|
| Dealing with DetailsView control programmatically | 12 Dec 2007 00:31 GMT | 3 |
I seem to understand how the control works as long as I mated to SqlDataSource or ObjDataSource it works fine. But I do not want to flatten my design in this manner. I am interested in how I can programmatically manipulate the control. In other words maybe just use the data ...
|
| Ajax RoundedCornedExtender | 11 Dec 2007 23:43 GMT | 3 |
The SampleWebSite that installs with the controls has a nicer looking rounded corner then the control itself. Look at the header for Samples and Walkthroughs, they both are nice, crisp round corners. The RoundedCornerExtender isn't as nice.
|
| Replacing Username with Email | 11 Dec 2007 23:07 GMT | 7 |
I'm using ASP.NET membership functionality. My problem is that I think I'd rather have each user account keyed on an email instead of a user name. My main problem with user names is that duplicates become likely and I don't want people to have to enter a bunch of
|