| Thread | Last Post | Replies |
|
| Custom Server setting is not remembered in Web app Start Options | 21 May 2007 04:12 GMT | 3 |
This used to work... I have several web site "projects" configured in my VS 2005 solution, all of which used to be configured to run in IIS on my PC (vs. the built-in webserver in Whidbey). Somehow they got set back to "Use default Web server."
|
| Enhancing User Experience One Control At A Time | 21 May 2007 02:53 GMT | 2 |
Here is what I would like to accomplish, I have a webpart 'portal' where each webpart is in an updatepanel. I would like the page to load and the webparts to load as they become available. Currently, the page renders after all controls/webparts are loaded.
|
| ASP.net and IEditableObject | 21 May 2007 02:29 GMT | 1 |
Do we have to implement the IEditableObject interface within our business objects to support databinding in ASP.net? My understanding is this is relavent only in the case of Winforms (when you want be able to undo, apply changes say while you are editing your business
|
| Problem in Retriveing Data from Database for Authentecation | 20 May 2007 19:49 GMT | 1 |
I made web site using asp.net 2.0 Vb.Net. The project depends on database in the local machine. The web site has • Create User Wizard and • Login form
|
| change command to open a url instead of a user control | 20 May 2007 19:06 GMT | 1 |
Hi, I have a user control and now it's when user click the the control image, will open a feedback form, I want to change to open a url instead, how to modify protected void IconButtonFeedback_Command procedue so it will open a www.msn.com page? Thanks...
|
| problem with uniqueidentifier in select! | 20 May 2007 16:31 GMT | 1 |
ASP.NET 2.0 The select in the code below throws an exception when I tested it: Incorrect syntax near 'f' This is the select Debug.Write wrote to the output window:
|
| Custom Item in CheckBoxList | 20 May 2007 14:16 GMT | 3 |
Using VB2005 and Asp.net I have a CheckBoxList. One of the items needs to be user-defined. Is it possible to put a text box WITHIN a CheckBoxlist? Meaning - if the user checks "Other" he would also type his definition of
|
| Forms Authentication in ASP.NET 2.0 | 20 May 2007 13:37 GMT | 10 |
We are in the process of designing our first ASP.NET 2.0 application and have discovered that Forms Authentication works completely differently in ASP.NET 2.0. For a number of reasons, we cannot use the standard login component supplied
|
| Help! Can't create a web app! | 20 May 2007 12:09 GMT | 28 |
I am getting the following error when trying to create a new web application with Visual Studio 2003: Visual Studio could not identify the version of Asp.Net on the web server.The web server reported the following error when attempting to create of open the web project located at ...
|
| Dropdown list issues | 20 May 2007 11:23 GMT | 3 |
I faced 2 isseues. First, I created three (3) dropdown list on my page. They are populated by an event triggered in the page load command. What's strange is that the frist drop downlist gets populated as
|
| Concatenating dropdowns datatextvalue on binding | 20 May 2007 08:51 GMT | 1 |
I am programatically binding a datasouce to a dropdown. It is the names of employees that meet certain criteria. In the database they are stored as forename and surname. Aside from concatenating them in the query how do I do it programatically. I.e.
|
| ASp fout on MSDN subscribers site | 20 May 2007 06:12 GMT | 2 |
When I try to acess my subscriptions I get this error. Is there something I can do on my side? Kind regards, Tony Thijs
|
| strange JS error | 19 May 2007 21:19 GMT | 1 |
Till yesterday everything went well but I had to install service pack 2 to windows 2003 serv. After that every time I get strange JS errors (but could not debug it). Example: www.edukon.pl and www.portal.idn.org.pl/idn
|
| CHECKBOX LIST ITEM SHOWS TWICE | 19 May 2007 21:13 GMT | 1 |
USING VB.NET AND ASP.NET ASP CHECKBOX LIST ON A FORM PAGE - RESULTS SENT BY HTML EMAIL CAN SOMEBODY TELL ME WHY THE RESULTS SHOW THE FIRST ITEM TWICE? Dim s As String = Indicate.Text
|
| Extending FormsAuthentication timeout at runtime | 19 May 2007 21:06 GMT | 1 |
I am looking for a way to extend my FormsAuthentication timeout based on a user profile at runtime. I appreciate any and all input. Thanks
|