| Thread | Last Post | Replies |
|
| Button Click Events not firing .NET 2.0 | 29 Jan 2006 02:58 GMT | 1 |
I have an ASP.NET web app and for some reason the Button Click Events are not firing. I ran C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -c and it created the aspnet_client folder, but it doesn't contain any files and it's
|
| Do you have to rename ASPNETDB.MDF for ASP.NET 2.0 Web Hosters? | 29 Jan 2006 02:46 GMT | 5 |
My web hoster says that I have to rename my ASPNETDB.MDF SqlExpress db for my 2.0 site to work. Is this accurate? If so, how can I rename it without breaking anything on my site? FYI: This is the error I'm getting after I publish my site to their
|
| asp? | 28 Jan 2006 22:54 GMT | 4 |
not sure if i am in the correct newsgroup, sure someone will place me in the right direction if not. I ahve a little vb6 knowlege and i will probbly look at .net for this and needed some help
|
| xmlhttp server side object assignment | 28 Jan 2006 19:56 GMT | 3 |
I have a general question. There is a javascript object called xmlhttp that can be used to callback into you webpage and run server side code without a postback (submit). I have got this to work just fine and it's cool. But of course there's an issue. When i bring the data back from
|
| Accessing _Default page from a child derived from UserControl (Express 2005) | 28 Jan 2006 19:32 GMT | 2 |
(Web Developer Express 2005, CSharp, C#) I've searched high and low... If have the typical _Default page. In it is a MultiView that contains another MultiView - in both of those are Views containing my specialized
|
| EnableViewState | 28 Jan 2006 19:23 GMT | 3 |
I Have EnableViewState="false" in the top of my page has you can see below <%@ Page Language="VB" EnableViewState="false" MasterPageFile="~/MasterPage.master" AutoEventWireup="false......
|
| where is debug/release toolbar | 28 Jan 2006 19:12 GMT | 3 |
In VS2005 I can't seem to be the configuration toolbar that has the debug/release dropdown. Anyone know where this is? Thanks!
|
| Cannot create webapplications | 28 Jan 2006 18:06 GMT | 2 |
Whenever I try to create an asp.net webapplication, I keep getting the error: Cannot find the components for communicating with the frontpage server extensions. I tried reinstalling Visual Studio .net 2002, Frontpage server extension, and component update, but I keep getting this ...
|
| Question about ChangePassword control | 28 Jan 2006 16:55 GMT | 2 |
I use in ChangePassword web control. The control is connected with a Membership provider that I also has defined. Particularly, there is such property in the provider: MinRequiredPasswordLength
|
| remote debugging problem - seemingly unsolvable? | 28 Jan 2006 16:44 GMT | 16 |
Okay, so I'll try here now <g> I've been battling this problem for over a week now. So, if nothing else, hopefully my little tale of woe will be entertaining. But I'm really hoping someone somewhere in the world has encountered this problem and knows how to
|
| Possible Bug In the Calendar Control on web forms. | 28 Jan 2006 16:37 GMT | 2 |
The calendar control only has the event of SelectionChanged to detect if the user clicks on the calendar. I have 2 calendars on a form, one for arrival date one for departure date. Every time a use clicks on the calendars, the proper date gets filled in the text boxes below the ...
|
| Firefox Rendering Problems | 28 Jan 2006 14:40 GMT | 12 |
Does anyone have any other solutions to the Firefox rendering problems with ASP.NET? I've tried the <browsercaps> web.config trick. It didn't work. Am I overlooking something else?
|
| set default schema on connection string | 28 Jan 2006 12:49 GMT | 1 |
We have a aps.net 2.0 web application and sqlserver 2005. We keep the connection string in the web.config file. We need to set the for the web application... so we do not have to hard code the default schema in every call.
|
| Problem with cell width (100%) | 28 Jan 2006 12:11 GMT | 4 |
I am having a problem with a cell in a table in ASP.NET which used to work OK in classic ASP. I have one cell in a row where the width should be 22 pixels and the other cell should take up the remainder of the width available. In ASP.NET the 2nd cell (when set to 100%) is 500 ...
|
| Help on sizing datalist ?? | 28 Jan 2006 02:49 GMT | 1 |
What is the best way to properly size a datalist item template in order that any datatype fiits properly in ? I have 5 columns inmy template, but could nit find proper rules for dimension it properly.
|