| Thread | Last Post | Replies |
|
| MVC & MVP | 06 May 2008 02:23 GMT | 2 |
I wanted to know whats the difference between MVC and MVP pattern. Thanks
|
| Creating a setup file for reporting services | 06 May 2008 01:20 GMT | 1 |
I am building a web based application which is using report services. As this need to be sold to clients, I have created a setup file to make life easier when installing the application. However I am having problem in deploying the reports to the server as all tutorials and ...
|
| Need help with Gridview | 06 May 2008 00:47 GMT | 1 |
Hi, I am trying to display data from a database on to the website in a table format using Gridview. The problem is that each cell contains alot of data and so, when I try to show this in the gridview the cells get stretched too large to show it
|
| ASP.NET 2.0 C# WebService Connect to Database: Sql Server 2005 | 06 May 2008 00:22 GMT | 1 |
ASP.NET 2.0 C# WebService Connect to Database: Sql Server 2005 --------------------------------------------------------------------------------------------------- I have successfully created a webservice in ASP.NET 2.0 C# with VS 2005 & VS 2008, however, i can find nothing - books ...
|
| How do I put computed values in 'formview' | 06 May 2008 00:20 GMT | 2 |
I have a formview control, with labels arranged in a table. The labels are bound to fields from a query. But I also want to sum up the values in the table and put them in a row of totals at the bottom. What I find is that the labels in the table are not accessible from
|
| problem with checking null or empty value in detailsview | 05 May 2008 22:46 GMT | 5 |
i want to check whether the textbox of the detailsview is not left empty, in insert mode. I did this: Protected Sub DetailsView1_ItemInserting(ByVal sender As Object, ByVal e As
|
| Dreamweaver templates and ASP.net 2 | 05 May 2008 21:20 GMT | 1 |
I'm using Dreamweaver to create the layout and manage my ASP.net 2 site. However, all ""code-behind"" is done in Visual Studio 2005 On my ASP.net pages I need to have a different declaration at the top of each page, e.g.:
|
| Substring special characters | 05 May 2008 20:51 GMT | 2 |
How do I search for CrLf in a text column? I was thinking of "....WHERE SUBSTRING(Subfile,1,1) LIKE '%vbCrLf%' but I know that is VB syntax. Thanks. David
|
| Custom HTTPModule - Intercept Session Variable Request | 05 May 2008 19:44 GMT | 7 |
Hi, I am creating a custom HTTPModule to intercept the request of when the user is attempting to retrieve a session variable. For instance, if I set a session variable in my code like so: session["myString"] = "Hello World";
|
| VS2005 page titles unstable | 05 May 2008 19:19 GMT | 2 |
I am using Visual Studio 2005 for developing a web-site. My pages include a master page. I have a problem with document titles. When I enter them in the property window of the designer and save the
|
| regex help/check needed | 05 May 2008 18:50 GMT | 1 |
I'm trying to get the value of a TITLE tag in an HTML document. I have this as my REGEX: (\<title\>)(.[^+\<]*) In plain english, I'm trying ot find two matches:
|
| Are frames "out" these days and going forward? | 05 May 2008 18:42 GMT | 4 |
I have an old ASP.NET app that I need to rewrite. It uses frames to have an embedded Windows Media Player playing content that is controlled from other frames on the page. And, of course, the user can navigate around other frames without disrupting
|
| Extended Characters in ASP.NET app | 05 May 2008 18:22 GMT | 1 |
Has anyone used and successfully deployed an application that requires the entry and rendering of extended, printable characters in the browser? I have a client with such a requirement but without an extensive prototype test I wondered if any of you have had gotchas and
|
| Role based security | 05 May 2008 16:29 GMT | 1 |
Hi friends, I am developing an application. Most of the pages include a form to insert data, griview to display, selecting a record in gridview to edit or delete...
|
| How to sort a datagrid binded to an HashTable? | 05 May 2008 15:59 GMT | 1 |
I have a datagrid in an ASP.Net 1.1 web application which is binded to an HashTable. The grid has several columns and I want to sort the results by one of those columns.
|