| Thread | Last Post | Replies |
|
| Dropdown List not retaining its SelectedValue | 29 Jun 2006 07:51 GMT | 5 |
From: jung_h_park@yahoo.com Newsgroups: microsoft.public.dotnet.framework.aspnet Subject: Dropdown List not retaining its SelectedValue Date: Mon, 26 Jun 2006 21:02:57 -0700
|
| how to transfer a dataset and a string from page to user control | 29 Jun 2006 07:33 GMT | 7 |
I have to transfer a dataset and a string from a webform to a user control on the page without using viewstate or session or cookies . properties method is not working properly. if anybody thinks that is fine so plz describe me and send me any article or example for that.
|
| Reset Form error (FormView - ASP.Net 2.0) | 29 Jun 2006 05:22 GMT | 1 |
I am using the following javascript (document.myform.reset();) to reset my form values in a FormView. My reset button works, but I have the following statement at the bottom of Internet Explorer bar: "Done, but with errors on page". Any help with this would be appreciated.
|
| Hide path to URL files? | 29 Jun 2006 03:15 GMT | 4 |
I have a domain URL on a shared hosting server for example www.mydomain.com When accessing www.mydomain.com I would like to get the ASPX files from other domain on other server for example www.otherdomain.com but I would like the URL on the browser for all the ASPX files will ...
|
| CookieLess Sessions and Bookmarks | 29 Jun 2006 03:11 GMT | 3 |
We are currently converting our web site for asp.net 1.1 to asp.net 2.0. We use cookieless sessions. We have discovered a problem, when someone using a bookmark set from when the site was 1.1 they receive the following error:
|
| IIS Authentication vs SiteMinder | 29 Jun 2006 03:09 GMT | 3 |
In our company, everyone logs in using NT Authentication. I have Integrated Windows Authentication turned on for a section of my website, the only problem is that I have to maintain the list of users allowed to view the website. We also have SiteMinder which forces the person ...
|
| MD5 and MS Access | 29 Jun 2006 03:02 GMT | 13 |
I want to use the Security.Cryptography class to create an MD5 encrypted password, as detailed here.. http://aspnet.4guysfromrolla.com/articles/112002-1.aspx However, I'm using an MS Access database. Does Access have a Binary field
|
| gridview datakeys empty when sqldatasource is used | 29 Jun 2006 02:37 GMT | 2 |
I have a gridview with datakeyname="Id" that is using a sqldatasource. When I click delete on the gridview, the datakeys property is empty during the deleting event.
|
| windows media | 29 Jun 2006 01:59 GMT | 2 |
hey all, what do i need to do to play a windows media file on my web page? thanks, rodchar
|
| Failed to access IIS metabase (ASP.NET 2.0) | 29 Jun 2006 01:55 GMT | 2 |
Hey all, First off, I know some people have had this problem, and I read their post. However, I am still clueless... =( Here's the problem: I have a local IIS on my computer which I am using to run ASP.NET 2.0
|
| Native .NET Function to Bind to WebControl via ID String??? | 29 Jun 2006 01:46 GMT | 1 |
Is there a function I can use to bind to a web control on an ASP.NET 2.0 page if I have a string for the ID of the control? I'd like to be able to throw an ID string at a function and bind a control object to a textbox control without having to loop through all the controls on ...
|
| partical classes | 29 Jun 2006 01:42 GMT | 1 |
In my ASP .NET application, I have two partial classes A and B that belong to the same namespace "DataBank". I need to manipulate an object in class A from within class B. Since partial classes cannot be accessed through the namespace, how can I access the variables of one
|
| styling the GroupName in asp:Panel | 29 Jun 2006 00:49 GMT | 1 |
hey all i am not able to change the color of Groupname in panel control from blue to black any suggestions?
|
| Desperately need help to setup with asp net !! | 28 Jun 2006 23:06 GMT | 8 |
I am beginning aspNet, I know well win apps. Need a simple and schematic code example to start work. This is what I need to accomplish: ----------------------
|
| Visual Studo 2005/Visual Source Safe 6.0 Weird behavior. | 28 Jun 2006 23:06 GMT | 2 |
Using Visual Studio 2005, I created a new website: File->New->Web Site and chose the ASP.Net Web Site template. Saved it in location c:\Projects\GCSLRMS_DotNet\WS\WebSite1. It created the solution file:
|