| Thread | Last Post | Replies |
|
| User Control's Default Property Values do Not Appear In Properties Window | 08 Feb 2008 00:26 GMT | 2 |
Below is a user control (ascx file) I created. Everything works fine except, when I first place an instance of the control on a form and look at the associated properties, my initial property values appear blank. They only show a value if I enter a new value.
|
| FlashMovie | 07 Feb 2008 22:43 GMT | 3 |
How do I add a flash movie into my asp .net web site? I´d like to use an animated menu in the master page. Thanks!
|
| Timeout explanation please? | 07 Feb 2008 21:06 GMT | 2 |
I've got a very basic asp.net page that accesses a very slow db query and siplays to screen. I'm hitting a timeout aftre about 3.5 to 4.5 minutes - seems to be variable. SQL connection string timeout is set to 3000s.
|
| Visual Studio IDE Issue | 07 Feb 2008 21:05 GMT | 3 |
Has anyone ever experienced this problem? When developing an ASP.NET application, in design view if I attempt to change the name of control it will automatically revert back to the original name even if there is not another control with
|
| ButtonField to TemplateField with Button | 07 Feb 2008 21:02 GMT | 2 |
I've converted a buttonfield to a TemplateField with a button in it Previously, in the Rowcommand, to identify the row when the ButtonField was clicked, I had this code: Dim index As Integer = Convert.ToInt32(e.CommandArgument)
|
| ASP.NET open source social network software | 07 Feb 2008 19:59 GMT | 1 |
Hi, I'm looking for a ASP.NET open source social network software to build a web-site. so far, I have no luck. If you have any information, can you help? Thanks.
|
| xmlelement | 07 Feb 2008 19:49 GMT | 1 |
SXPDictionaryItemsGetResult is a XML element given below <SXPDictionaryItemsGetResult> <DictionaryItems> <TimeZoneConverter>
|
| Does "DropDownList" support the "CommandName" event? | 07 Feb 2008 19:14 GMT | 3 |
I have a .NET 1.1 web page with a DataGrid containing a TemplateColumn that contains a DropDownList. I need to fire an event when the selected item in the DropDownList changes for the current DataGrid row, and I'm having trouble figuring
|
| Javascript issue | 07 Feb 2008 18:07 GMT | 4 |
I have some javascript written for a dropdown menu that works fine if my page is an html page, but if I save it as an aspx page it messes up. I'm using an asp grid view control, so I need it to be an asp page. The menu still shows, however it doesn't seem to be reading my
|
| Validation Controls not stopping Form Post | 07 Feb 2008 18:01 GMT | 7 |
I was under the impression that the Validation Server Controls actually perform validation on the Client and don't allow a form to Post if any of the validations fail. Please correct me if I am wrong about that. If that is the case then I will probably have to write my own ...
|
| data format in grid | 07 Feb 2008 17:16 GMT | 6 |
I'm tyring to have my data in a side by side format for each year so the user can compare the data together. Here is how my data is being returned to me from the database; year sales gains loss
|
| Autocomplete extended and Active Directory | 07 Feb 2008 15:54 GMT | 2 |
I'd like to be able to search for users in Active Directory, rather than a database using the AutoComplete extender. Has anyone tried this yet? Surely, I can't be the first. Ultimately, I'd like to use it on forms on our Intranet site for doing name
|
| ListView Problem. Going Crazy. Please, I don't know what else to try. Thank You. | 07 Feb 2008 14:59 GMT | 1 |
I created a ListView connected to a LinqDataSource in DesignView using VS2008. The ListView displays the records and I am able to Delete and Update any record.
|
| iTemplate Formview Problem | 07 Feb 2008 14:29 GMT | 3 |
I have a Formview in my application which has code to dynamically create templates at runtime. The code is in a custom class which implements iTemplate. In the InstantiateIn method the code is supposed to construct the appropriate template depending on what mode the Formview ...
|
| HttpModule write in Response.Filter | 07 Feb 2008 12:19 GMT | 1 |
I would like to change the outputstream from response in the EndRequest httpmodule event. I tried whith the Response.Filter properties it works in the BeginRequest but not in the EndRequest.
|