| Thread | Last Post | Replies |
|
| temp filenames | 24 Apr 2006 15:16 GMT | 1 |
hey all, i have a webform that does some light server processing which creates a temporary text file for downloading to the client. What's the best way to do this?
|
| How to add the 2nd querystring in web.sitemap | 24 Apr 2006 14:58 GMT | 2 |
I need add two querysting in a node in web.sitemap: <siteMapNode url="~/LocalReport/RViewer.aspx?sKind=Acc_List"&MyYears=2006 title="WebReport" description="" roles="" /> But the compiler said that I can't use & in the siteMapNode.
|
| Atlas (DragDrop - on different Drop Zones) | 24 Apr 2006 14:12 GMT | 1 |
this is regarding asp.net Atlas DragDrop problem. 1. in atlas DrapDrop section , we define drop Zones and draggable items. lets say we have two drop zones : Zone1 , Zone2 In Zone1 Draggable items are : item1 , item2
|
| more info | 24 Apr 2006 12:43 GMT | 1 |
<?xml version="1.0" encoding="utf-8"?> <configuration> <system.web> <identity impersonate="true"/>
|
| Second Dropdownlist caused formview to fail | 24 Apr 2006 12:09 GMT | 2 |
I'm seeing the (now famous) error when adding the second dropdownlist to the formview. Thank you Mr. Phillip Williams for posting a workaround to this error on your web site at:
|
| Debuggin classic ASP with Visual Web Developer Express | 24 Apr 2006 10:16 GMT | 1 |
Anyone know how to do it? I have found articles that explain how to do it using VS.NET 2003, but not Visual Web Developer Express. Thanks in advance for your help. Michael
|
| No create asp.net 2.0 project in my VS2005? | 24 Apr 2006 09:22 GMT | 5 |
My VS2005 seems to be missing the ASP.NET Web Application template for some reason. With the following instructions: To create the project and form On the File menu, point to New, then click Project.
|
| any ajax best practices? | 24 Apr 2006 09:13 GMT | 1 |
I am starting work on a website that uses Ajax heavily. I have never developed an Ajax app before and am currently evaluating the various libraries. Are there any articles that discuss best practices for Ajax in a .NET world?
|
| AJAX and Framework 1.1 | 24 Apr 2006 09:10 GMT | 4 |
I know that .NET Framework 2.0 has already come with AJAX, but if I am still using ASP.NET 1.1, which component of AJAX is so powerful? Or does Microsoft provide us any component of ajax to be downloaded?
|
| Why ddlUser_SelectedIndexChanged() event did not work? | 24 Apr 2006 08:32 GMT | 1 |
Hello, friends, In my asp.net 1.1 app, I had a dropdownlist web control. It was populated with user names. I then implemented its private void ddlUser_SelectedIndexChanged(object sender, System.EventArgs e)
|
| ASP.NET Exception Handling | 24 Apr 2006 07:22 GMT | 2 |
I'm trying to create a custom ASP.NET custom error page however I am having some problems. Here is what I have done: 1) I've created a page called default.aspx with the following code to stimulate an error:
|
| PageClassName from UserControl | 24 Apr 2006 06:54 GMT | 2 |
I am inside a usercontrol and would like to get a reference to the page that user control is contained in. Here is my code: MyPageClassName myPage = this.Page What I cannot figure out is how I get the MyPageClassName part. For
|
| Submit button function to update all GridView checkboxfields | 24 Apr 2006 06:30 GMT | 2 |
How do I take my GridView and create a function that will update -all- checkbox values for the submit button's OnClick event? I have posted both my SQLDataSource and my GridView below: <asp:SqlDataSource
|
| Try - Catch | 24 Apr 2006 06:21 GMT | 1 |
In VWD I have an aspx page with a detailsview tied into a gridview for a Master-Detail page. I make one of the detailsview fields (the race field) a template field. On the EditItem template I replace the text box with a DropDownList. This all
|
| Caputuring (netbios) Server Name in ASP.NET | 24 Apr 2006 06:06 GMT | 2 |
Using ASP.NET (or classic ASP) is there a way to capture the NETBIOS name of the server that a page was run on? Currently we have email based error reports which get sent to us from our web sites. We have hundreds of websites on half a dozen servers. Sometimes
|