| Thread | Last Post | Replies |
|
| Autodownload | 17 Apr 2006 09:37 GMT | 2 |
In Intranet, i want to make file download without User Interaction(Dont want the Dialog which ask Open and save) and want to save that file to a specified location in clients system. Thanks in Advance,
|
| Not sure about the change password control | 17 Apr 2006 08:42 GMT | 1 |
I am using the Change Password control which works fine and changes the password. I have two problems; 1. After password has been changed, pressing continue goes no where. How can I tell the control to go to page x at press of continue?
|
| SelectedIndexChanged | 17 Apr 2006 07:47 GMT | 1 |
Hi I'm new to asp.net and I have a couple of questions.. I have datagrid with several columns. I have two Button Columns when I select either one I go to the function: private void datagrid1_SelectedIndexChanged(object sender,
|
| Strange problem on database update | 17 Apr 2006 07:45 GMT | 3 |
Does anyone have this problem before, I was developing asp.net 2.0 using VS 2005, everything works fine, I had used "Publish Web Site" to deploy my app. on local machine's IIS, works as I expected too. But today, when I use same method to deploy my solution on my IIS, while I
|
| HyperlinkColumn = Email! | 17 Apr 2006 07:42 GMT | 1 |
I am trying to create an email link using the HyperLinkColumn in a DataGrid. Is their anyway i can do this using a DataBinding expression in the .aspx? Or will i have to do it in the CodeBehind? So far i have:
|
| Gridview and Relational data | 17 Apr 2006 07:38 GMT | 2 |
I've two tables in SQL Server 2000: tblAds: ADid (PK), ADname, ADcatID tblCategories: CatID (PK), CatName and some data for example:
|
| Directory.Move access is denied | 17 Apr 2006 06:26 GMT | 1 |
I'm trying to move a directory into another using Directory.Move(src,dest); but I keep getting this System.IO Exception access to [src] directory is denied I have ASPNET (full control) to the directory and I'm using xp sp2, iis
|
| Help with GridView | 17 Apr 2006 05:40 GMT | 4 |
I am new to ASP.net 2.0. I have successfully bound a in-memory DataTable (not connected with a database) with GridView. I have set AutoGenerateEditButton property to true. Now whenever i click on Edit link, the page does postback, but the row does not become editable. I
|
| Passing data to user control in a view | 17 Apr 2006 05:30 GMT | 1 |
I have a user control that uses some javascript to fire a popup which is used for a date picker. The textbox (and the button that fires the popup box) needing to get the date is in a user control which reside in the view of a multiview on a .aspx page. I tried wiring it up with
|
| asp.net 2: GridView | 17 Apr 2006 05:19 GMT | 1 |
I have a GridView with his ObjectDataSource. It has a "SelectMethod" and some templates columns which has some javascript functions. How can I Update all rows after changing some controls foreach row ? Is it through the ObjectDataSource ?
|
| AccessDataSource Select Command | 17 Apr 2006 05:13 GMT | 1 |
In VS'05 I have an aspx page with a label that I am trying to populate from a field (Last) in table (Ante_Pedigree) from an Access database. In C# in a code-behind I run: AccessDataSource AccessDataSource2 = new AccessDataSource();
|
| Parameter problem | 17 Apr 2006 04:41 GMT | 2 |
Using VS'05 I have a label (LabelFileNum) on an aspx page. I want to set the text of the lable to the last name, which is a field from a table called Ante_pedigree from an Access Database. I use the C# code-behind:
|
| Are Session Variables lost when the app domain is re-created? | 17 Apr 2006 04:31 GMT | 1 |
I was reading that Session State is lost when the application domain is re-created (e.g. when the web app code is updated or the config is changed). Does this mean that data that is stored in Session variables is lost? I'm using Mode= "InProc".
|
| storing and accessing file | 17 Apr 2006 04:28 GMT | 3 |
I have an application that needs to be able to upload documents that can latter be accessed and opened by a hyperlink. I can do this easliy if I store the files in a subdirectory in the application, but we will be using multiple web servers, so the files need to be stored on a ...
|
| 2.0 Personal Web Site Login Name | 17 Apr 2006 04:11 GMT | 2 |
Sorry I'm new, this must be easy, but how do you add the log in name to the title of the web page? (This is using the Microsoft Personal Web page starter kit), the top of the page is listed below. Is there a tag I need for the "Your Name Here | Home" part?
|