| Thread | Last Post | Replies |
|
| User Controls on GridView | 16 Sep 2007 13:58 GMT | 2 |
Greetings i would like to add some user controls on the gridview on edit mode... but I don't want to do it using the EditItemTemplate tags... because I will use a specific control for each data type in order to keep it dynamic... How can I do it in a simple way?
|
| Display hide controls in a gridview | 16 Sep 2007 12:31 GMT | 1 |
I have a gridview that display questions & answers. In some case the answers are text (up to 5000 char) and other cases they are tick boxes or numbers ($), or date. I have created 2 columns:
|
| Timer | 16 Sep 2007 10:45 GMT | 4 |
I'm using vb.net. How can I create timer within aspx page that show the time ? Thanks
|
| MachineToApplication error - Windows Vista - Urgent | 16 Sep 2007 10:41 GMT | 5 |
I get the error <b>It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application
|
| ASP.Net 2.0 | Cancel a search query on web page | 16 Sep 2007 10:03 GMT | 2 |
I have a web site where user provide some search criteria and click on button "Search". I want to provide a "Cancel" button which user can click. In case search takes long, user clicks on Cancel and he remains on the
|
| two applications sharing same users | 16 Sep 2007 04:26 GMT | 1 |
My question is, using aspnet membership model, can I have the same users but with different roles assigned per application ? I know two application can share the users by having the same appname in web.config but the question I'd like to ask is if they can have
|
| Compiling my code not working in C# | 16 Sep 2007 04:24 GMT | 1 |
I am running make files to build my dlls. I have a web site where my dlls are in my bin folder and my classes are in a Class folder as are the make files. If I run the following from my Classes file
|
| IIS 6.0 does not handle asp.net pages, Please help diagnose | 16 Sep 2007 00:58 GMT | 2 |
We are using IIS 6.0 on a Windows Server 2003 Standard Edition with Service Pack 2. This is not a clean install of Windows Server 2003, but it was upgraded to from Windows Server 2000. We are having problem running ASP.NET applications on this server.
|
| Display BLOB Image in User Control | 16 Sep 2007 00:54 GMT | 1 |
Hey all. I'm trying to display a BLOB image from SQL Server to a .NET user control. I have found resources on the internet that say create a .aspx page and display at as content type image/gif. That works fine but each page (section) is pulling information from the database
|
| asp.net 2.0 web form contents to text file | 15 Sep 2007 23:52 GMT | 5 |
I have a simple web form with text boxes that my user fills out and upon submit I get a copy emailed to me. I would like those same values to be stored in a text file or csv file on the IIS server, using ASP.NET 2.0.
|
| Repeater - Conditional Binding | 15 Sep 2007 22:50 GMT | 2 |
I am binding my repeater from a Paged Data source I populate in my code behind. I am wondering How do I set some default text if a value is null (or a empty string)
|
| AJAX Not working on production | 15 Sep 2007 21:50 GMT | 2 |
I've deployed latest release on production with new AJAX functionality but the server posts back completely and toolkit functionalities are not working at all like calendar etc. Here is what I've done and what I have
|
| System.Runtime.InteropServices.COMException (0x800A1066) | 15 Sep 2007 16:22 GMT | 3 |
I m using Office 10.0 Com library for power point and for word application in my Web application but when i run it through web server of web hosting site that time it is throwing exception like following System.Runtime.InteropServices.COMException (0x800A1066)
|
| Visual Web Developer Edition Problem on Generate Local Resource | 15 Sep 2007 14:21 GMT | 1 |
I wonder to know that is the Visual Web Developer Edition tool contains "Generate Local Resource" function. I want to make a multi language asp.net website. So I need this function to help me to generate a resourse file to capture the web
|
| vb.net modules in ASP.Net | 15 Sep 2007 07:47 GMT | 3 |
I have an ASP.net 2.0 website. This website have a module; Public Module myModule. Is all the data in this module shared and not thread safe?
|