| Thread | Last Post | Replies |
|
| Javascript Disabled Web UI Functionality - Best Practices? | 22 Apr 2008 16:54 GMT | - |
I have been searching for the accepted manner of providing web UI functionality with Javascript disabled. Assuming I am not missing a third way, the two methods I can think of are: 1.) Using an Input tag, re-scheming (doing requisite re-populating of
|
| ASP.NET Web Projects retrieved from Repository | 22 Apr 2008 16:31 GMT | 1 |
When I open a web project from a sandbox, Visual Studio reports: “The project you are trying to open is a Web project. You need to open it by specifying its URL path” The project is checked out from a repository into a sandbox. I don’t
|
| Change Property Value | 22 Apr 2008 16:18 GMT | 1 |
I created 2 master pages and a page related as follows: Master1 > Master2 > MyPage In MyPage I need to access a user control that I added to Master1 to change a few of its properties.
|
| Need advice: Stored Proc vs SQL Code vs GUI | 22 Apr 2008 15:26 GMT | 2 |
I am working on an ASP.NET 2.0/SQL Server enterprise application which is basically a online scheduler (like Outlook functionality.) There will be many simultaneous users hopefully. For my sql related tasks I was thinking that most of the work can be done
|
| problem creating dynamic controls | 22 Apr 2008 15:24 GMT | - |
I want to create some textboxs by clicking in a button. The problem I have is even when the textboxs controls are created, I can't write values to them. Every single page I found in internet showed me the dynamic controls working only when they are created in the sub page load or ...
|
| Impersonation / CreateProcessAsUserW Permissions | 22 Apr 2008 15:13 GMT | - |
Hi, I have been working on a project now for sometime to execute perl scripts that are part of a larger source management application. In order for the scripts to work properly they have to be executed under the correct authenticated domain user account. Now I have the whole ...
|
| Use of % as wildcard messing up my QueryString | 22 Apr 2008 15:04 GMT | 2 |
I have an aspx page with a text box. My user enters text to search for and presses a button; the text is passed via a QueryString to another aspx page and used in a SQL search. The wildcard character is a percent sign.
|
| Custom GridView with Button - Click Event Not Firing | 22 Apr 2008 14:32 GMT | - |
I am currently extending the GridView control and would like to add a button to the GridView so that it will automatically render one button at the top of the grid. I have a click event for that button, but everytime the button is clicked, the page posts back and the click
|
| previous master page question | 22 Apr 2008 13:56 GMT | 3 |
I'm using the master page for a single post back operation to another page and i'm having trouble finding how to get a previous master page textbox. Note: both pages use the same masterpage. this is what iv'e tried so far but this does not fire.
|
| Rss feed | 22 Apr 2008 12:59 GMT | 1 |
I am showing a rss feed in a listview in asp.net 3.5.Currenly I am showing everyitem,but I would like to show top 5 articles.I am giving my code below. XDocument feedXML = XDocument.Load("http://
|
| GridView CommandArgument suddenly stopped working | 22 Apr 2008 11:36 GMT | 1 |
I have a gridview that's bound to a generic list of business objects and am using the RowCommand event to capture user clicks on actions. This was working fine up until today, but now e.CommandArgument being passed into the RowCommand event handler is always coming back as an ...
|
| http://youtubeislam.com/ | 22 Apr 2008 11:31 GMT | - |
|
| Multiple config files | 22 Apr 2008 08:33 GMT | 4 |
I quite like to store variables in the web.config file. However it can make the web.config messy and make deployment fiddly. Is there any way of have multiple web.config files - one with the major stuff and one with minor stuff such as my variables which can differ from ...
|
| Reportviewer Grouping | 22 Apr 2008 05:02 GMT | 2 |
I'm using framework 2 reportviewer. I would like to have in the group header say something like 'Group A' for the first page and if continue to second page say something like 'Continue Group A...' I will have any groups in the report, it's be nice to print each page if continue ...
|
| Application_BeginRequest issue | 22 Apr 2008 04:54 GMT | 7 |
I'm trying to use the Application_BeginRequest to re-write the path but it doesn't work on the published site when a non-existing URL is called. This does work fine in my dev environment. For example:
|