| Thread | Last Post | Replies |
|
| shared session between asp and asp.net | 01 Aug 2007 18:05 GMT | 2 |
hi, i need to know how I can access a session variable in an asp page if the session was created in asp.net and the inverse case thank you
|
| regexp validator - wrong? | 01 Aug 2007 17:45 GMT | 9 |
ASP.NET app using c# and framework version 1.1.4322.573 on a IIS 6.0 web server. A single-line asp:textbox control and regexp validator attached to it. ^\d+$ expression does match an empty string (when you don't enter any values) - this is wrong d+ expression does not ...
|
| Multiple Placeholders or One to load controls | 01 Aug 2007 16:54 GMT | 6 |
I am using asp.net 1.1 and am creating my pages with different looks and using controls for each part of the page (top, bottom, navigation etc) The way I have it set up is the following where I have 4 different controls (one for each page part). I am looking at a couple other ...
|
| DataList--is it wrong to do this? If so, what's the correct way? | 01 Aug 2007 16:41 GMT | 2 |
I feel I'm not doing things correctly. I have a <asp:DataList> embedded in a <asp:Panel> with its ScrollBars property set to Auto. Essentially, I want to format a bunch of records as a list in an area of the screen with a fixed size, so I want a scrollbar to
|
| Calling a windows application from inside the browser | 01 Aug 2007 16:18 GMT | 15 |
Can I call, run, a windows application from my web application when the user fires a certain event ? Thank You.
|
| physical path to virtual path under virtual directory | 01 Aug 2007 15:59 GMT | 4 |
Best way I can think to describe this is through an example. I have a virtual directory, let's call it "MyVirtualDirectory" that maps to \\MyServer\Shared. I have a path that is \\MyServer\Shared\SomeDirectory\SomeFile.txt.
|
| Error occurs when clicking after 15 minutes | 01 Aug 2007 15:41 GMT | 1 |
When I click after about 15 minutes on a page I wrote I recieve the following error: Server Error in '/' Application. --------------------------------------------------------------------------------
|
| Getting a "normal" HTML form to work inside the server-side form tag | 01 Aug 2007 15:33 GMT | 3 |
I've run into this problem on many occasions -- I need to have the server side form tag on my Web form, of course. But I also need to have *another* form on the page that posts to a URL totally out of my control. I can think of three situations off the
|
| using System.Web.Mail ? | 01 Aug 2007 14:14 GMT | 8 |
I received an unhandles exception in my email form as follows Dim mo As System.Web.Mail.MailMessage = New System.Web.Mail.MailMessage mo.Body = "test" mo.To = femi@yahoo.com
|
| Multilingual application | 01 Aug 2007 12:46 GMT | 2 |
Hai all, I am working on the multilingual application, in asp.net. In that we are displaying contents in some other language (user selected language). In that page, we are having some textbox for user input. Is
|
| xml nodes and getting random node | 01 Aug 2007 11:35 GMT | 1 |
i have an xml for example: <xml> <data> <var>xxx</var>
|
| Multi Tier Sample | 01 Aug 2007 10:34 GMT | 3 |
Im searching for 3 tier example, but couldn't find one.. I would be glad if come one suggest some site from where any of such sample project could be downloaded.... Thanks for providing me this information...
|
| How to debug | 01 Aug 2007 10:31 GMT | 5 |
I'm trying to learn a little about VS 2008 and ASP.Net. In trying to duplicate some of Scott Guthrie's examples using the new LinqDataSource, I'm getting an error. Input string was not in a correct format.
|
| Is there a way to highlight variable in vs2005 like what eclipse do? | 01 Aug 2007 09:51 GMT | 5 |
Is there a way to highlight variable in vs2005 like what eclipse do?
|
| communication between to pages in app | 01 Aug 2007 08:49 GMT | 1 |
I have two pages in my asp.net application: default.aspx.cs and test.aspx.cs. How can I call methods from test.aspx.cs from default.aspx.cs. I can't seem to be able to do this. The aspx.cs files dont seem to be part of a namespace or anything. How can I do this?
|