| Thread | Last Post | Replies |
|
| ASP.NET inserts trailing slash in tag | 19 Feb 2008 13:15 GMT | 4 |
I created a new Web application in VS2005, and added a master page and a content page based on it. I replaced the default XHTML doctype directive with one for HTML 4.01 Strict. In the master page code I placed a link tag, without a slash before the
|
| System.Data.SqlClient.SqlClientPermission | 19 Feb 2008 12:58 GMT | 1 |
Below is the link in which I explained my problem http://groups.google.com/group/marnisatyakumar/web/dot-net-security?msg=ns I appreciate if any suggestions
|
| Split a pages code behind into multiple classes | 19 Feb 2008 12:54 GMT | 1 |
I have a large code behind for one of my aspx pages. I want to split this .cs file into several partial classes so that each partial class can be worked on by a different developer. My page is called Main.aspx and so by code behind is Main.aspx.cs
|
| Make Process IO Redirects persist between pages | 19 Feb 2008 12:42 GMT | 1 |
I'm creating a web application that runs a java application to handle some processing in libraries that I've only been able to find written in java. In VB.Net I'm creating a Process with ProcessStartInfo and settings RedirectStandardInput and RedirectStandardOutput to true so I
|
| MultiView and changing views. | 19 Feb 2008 11:24 GMT | 3 |
This is another one of those things which I think isn't going to work the way I want... I have a MultiView on a page with 5 views. The use each view as a page. At the bottom of each page there is a Next button. When the user clicks the
|
| vs2005 to vs2008 problems | 19 Feb 2008 03:09 GMT | 3 |
Sorry for so many posts today. Converting from XP/vs2005 to Vista/vs2008... I have a working website in VS2005. I transfer it over to my vista computer and setup IIS there and when I try to browse it I get the following exception. Line 43 is highlighted in red.
|
| change to code-behind | 19 Feb 2008 02:51 GMT | 2 |
I have a pretty small project right now that I just started last week. I have one master page and several content pages based on that master. I had originally neglected to set up the master with code-behind. So now it and all my other pages are not set up that way. If I create a new ...
|
| Help with email form and mulitple attachments | 19 Feb 2008 02:40 GMT | 7 |
All, I am trying to build a email submission form using asp.net. I currently have a web form page that will upload to my webhosting server, attach to email then delete the file after sending. This works great with one attachment. I am requiring that a file be attach
|
| How do I have datagrid hyperlinks? | 19 Feb 2008 00:51 GMT | 3 |
In the sample code below, how do I make the various text items in a datagrid column have a clickable hyperlinks? e.g. Ford Mustang should be a link to www.mysite.com/mustang.htm
|
| facing problem in programming(update fields in tables) | 19 Feb 2008 00:02 GMT | 1 |
I am facing problem in programming.Can anybody please let me know how to solve the problem. I have a link, clicking the link opens a page in which there are some data which is coming from different tables(join realtionship). And
|
| How to conditionally show a button in vb.net repeater | 18 Feb 2008 23:12 GMT | 1 |
Guys - I have my repeater working fine, but Im stuck on adding a button conditionally to the repeater. The repeater displays:
|
| Anonymous Profiles ? | 18 Feb 2008 22:31 GMT | 2 |
I would like to know where Anonymous Profiles are stored, are the stored on the sql server or can the storage be in a cookie ? Correct me if i am wrong but i think Anonymous Profiles are the only way to use strongly typed variableles to use in a session.
|
| Shared Global variable | 18 Feb 2008 22:14 GMT | 3 |
i have a simple question, I need a mechanism like Application State, a global variable in the memory which is shared by all clients and also i want to access it from a different PROCESS on the same server?? Another question: Is there a memory location (or a live object)
|
| Can't run views and stored procedures | 18 Feb 2008 21:43 GMT | 4 |
I can work with them just fine in VS but when I run my app, I get a select permission denied error on any view and execute permission denied on any SP in my web app. All was worked fine until Friday and not since then.
|
| Dependency. | 18 Feb 2008 20:58 GMT | 2 |
I have a solution with 3 projects A, B and C. Project A uses some classes of project B and C. Do I need to copy the DLL's of projects B and C to A's Bin folder every time I build projects B and C?
|