| Thread | Last Post | Replies |
|
| IHttpAsyncHandler problem | 19 Feb 2008 18:01 GMT | 2 |
You can find my AsyncPage class which inherits from Page and IHttpAsyncHandler. I inherit my default.aspx page from AsyncPage and put a linkbutton on that page and set the PostbackUrl property to
|
| ListView and LinqDataSource. Delete item | 19 Feb 2008 17:27 GMT | 1 |
I have a ListView connected to a LinqDataSource. It uses a table, named Tags, with 2 fields: TagId and Text. I need to add a column named active. For this I created a LinqDataSource custom selecting:
|
| Persist Variable values | 19 Feb 2008 17:27 GMT | 2 |
I've run into what seems to be an issue with persisting state. I'm new to ASP.NET but have been using C# for a while now. I'm coding a button_click method in the .cs file for a web page and trying to track the number of times the button has been clicked.
|
| ToolKit for VS2008 - where is it?? | 19 Feb 2008 16:59 GMT | 3 |
If you go to the ajax toolkit page at MSDN and hit the download button to download the toolkit it redirects you to: http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?Release Id=8513 On this page it says:
|
| showModalDialog and TreeView problem | 19 Feb 2008 16:36 GMT | 6 |
I am opening a webform with showModalDialog. This appears to pop-up fine, though I have a problem... Inside the webform is a treeview control. When the treeview is populated, I am setting the treenode navigateurl to
|
| Some Questitions about Object Embed | 19 Feb 2008 16:15 GMT | 7 |
Hello @ll! i just have a questition: i am actually working on my own video comunity web site. i already have some nice videos online. For this i want to give my Comunity an embed link to embed the videos stored on my webhost to their own
|
| Server.TransferRequest() | 19 Feb 2008 16:15 GMT | 5 |
On requests for a parent web application, and when certain conditions match, I need to load pages from a child web application. I've been playing around with various methods, including RewritePath and Server.Transfer, but these each have problems of their own.
|
| Right Click Event doesnot fire in WebMonthView | 19 Feb 2008 16:15 GMT | 1 |
i want to display different context menus based on the selected activity type in web month view. using left click this functionality can be acheived. problem is that right click on web month view date does not fire the Click (client side event) of Web month view. Is
|
| Registering onclick of a programatically created button | 19 Feb 2008 15:46 GMT | 3 |
I programmatically create a/some buttons: private TableCell GenerateButtonInCell(XmlNode NodeItem) { Button ChoosePlanButton = new Button();
|
| session objects from asp to aspx | 19 Feb 2008 15:39 GMT | 1 |
We are buying a wizard from a 3rd party developer who advices our customers which products they need. This wizard is written in (old) asp. It produces an asp page that redirects to our asp.net application.
|
| Passive mode | 19 Feb 2008 15:36 GMT | 2 |
Please can someone explain the significance of selecting passive mode when connecting with FTP in VS 2005 or 2008 Is selecting it likely to prevent VS2008 repeatedly downloading he same files when I change page?
|
| How do you create a solution file using Web Developer Express 2008 | 19 Feb 2008 15:24 GMT | 1 |
Is it possible to create a solution file using Web Developer Express 2008 or am I left to only copying the files to the server manually? Thanks for the tips.
|
| Date formats | 19 Feb 2008 14:47 GMT | 2 |
How to convert the date from local time zone to UTC using a function? My Local Time Format: 2008-02-18T17:30:00(where T is alphabet and denotes the word "Time") UTC Time Format(which i want):2008-02-18T16:30:00Z(where T means Time and Z
|
| How to fire a server side function from client side | 19 Feb 2008 14:39 GMT | 5 |
I am having a problem here Is it possible to fire a server side function from client side? ie. I have a function on codebehind Sub DoSomething(o as object)
|
| Problem installing ASPX pages on my local IIS | 19 Feb 2008 14:37 GMT | 7 |
I have an IIS server installed on my local PC and I want to publish my ASP.NET site to my local webserver. I know the webserver is working since I can add an index.html file and view in a browser through my no-ip.org domain name. But when I publish my local Visual Studio 2008 ...
|