| Thread | Last Post | Replies |
|
| The ObjectDataSource | 20 Jun 2007 09:56 GMT | 2 |
I think I may be missing something with the ObjectDataSource control! How do I link two of these controls together? If I have one ODS collection that holds a reference, in a collection property, to another collection of BLL objects (or even a single object), how do I link the ...
|
| HTML Input file Control is not working on ASP.NET 2.0 | 20 Jun 2007 09:43 GMT | 1 |
Hi to All I need to ask that i have HTML Input File Server Control on the page (ASP.NET 2.0) when i browse the file and then in the code behind when i try to apply method HasFile it gives false means no file selected
|
| Display animation during page-load | 20 Jun 2007 09:27 GMT | 4 |
ASP.Net v2.0 I have a page and, depending on circumstances, it can sometimes take between 10-30 seconds to load, this is due to a dependency on a 3rd party web-service that is very slow..
|
| Dynamically created control problem | 20 Jun 2007 09:04 GMT | 5 |
I have created a dropdown ,which is inside a panel and the panel is inside a place holder . the panel and the dropdown is created dynamically. I do have a button when the button is clicked i am trying to read the values from the dropdown.but the problem i am facing is
|
| Adding a new row at the footer of a GridView | 20 Jun 2007 08:32 GMT | 2 |
I want to add a new row in the footer of a grdview, which can accept input.Please help in acheiving this. Regards Mustaq Ahmed.A
|
| .net form wysiwyg composer | 20 Jun 2007 08:28 GMT | 2 |
Currently im looking for (some googlin') a dynamic form composer. Simply, user composes his own form by drag and drop components (textboxes, combos, etc..) on the canvas. there must be a possibility to bind validation, sample data etc.
|
| Error when using the <urlMappings> element | 20 Jun 2007 07:41 GMT | 1 |
I am using the <urlMappings> element in my Web.config file as follows: <urlMappings enabled="true"> <add url="~/worldnews.aspx" mappedUrl="~/viewlinks.aspx?category=World+News§ion=Main"/>
|
| Events don't fire?! | 20 Jun 2007 07:01 GMT | 2 |
I created a user control (.ascx), named Message, with 2 properties: Messages > Generic.List(Of String) IconUrl > String Messages items are added to a bulleted list named BL_Messages on its
|
| There is a problem with your selected data store | 20 Jun 2007 06:29 GMT | 3 |
I am using SQLServer 2005.I have created a simple website and i am trying to membership to this.so when i click on 'Security' tab of the "WAT" tool its showing the following message. There is a problem with your selected data store. This can be caused by an
|
| changes aren't seen | 20 Jun 2007 03:42 GMT | 1 |
hey all, i have an asp.net 2.0 app that is giving a user the following error message: Access is denied. Description: An error occurred while accessing the resources required to
|
| SqlDataSource: No valid declarative parameter value for a datetime? | 20 Jun 2007 03:36 GMT | 3 |
I've been going around and around on this one. I can't believe that it is "by design" as Microsoft says. Here's the situation: In *declarative* syntax, I'm trying to create a default datetime value for a
|
| Confirmation Responst | 20 Jun 2007 03:33 GMT | 1 |
Using Asp.net and Net framework 1.1 I have an application that sends an HTML e-mail when the user clicks the Submit button. How can I send the user to a confirmation page saying the e-mail has been
|
| Can I change a connection string of the object data source programmatically ? | 20 Jun 2007 03:20 GMT | 2 |
Please find below my questions - I hope some of the ASP.NET experts of this forum will answer to those beginner's questions : My Web site should be able to work with either SQL Server or Access database as following :
|
| Help needed on ComputeHash() | 20 Jun 2007 01:29 GMT | 6 |
I use System.Security.Cryptography.HashAlgorithm.ComputeHash() method with SHA512 to encrypt password. I recently upgrade my website from .Net 1.1 to .Net 2.0. The passwords stop working. Would you please tell me if the System.Security.Cryptography.HashAlgorithm.ComputeHash()
|
| how to add vc unmanaged dll to asp.net web site | 20 Jun 2007 01:20 GMT | 6 |
I have a problem to find information how to add unmanaged dll build in VC++ 2005 to the asp.net web site What I have tried: 1. use DllImport("MyDll.dll") to declare function in mypage.aspx.cs
|