| Thread | Last Post | Replies |
|
| HTTP Post Question | 27 Sep 2006 18:37 GMT | 3 |
I am trying to to create a HTTP Request that posts XML that mimics the html form below. <form name="Form1" method="post" action="http://test/xml.aspx" id="Form1"> <textarea name="OrderXml" id="OrderXml"
|
| Strange compilation errors | 27 Sep 2006 18:07 GMT | 3 |
Assuming two aspx pages named Defaul1 and Default2 whith separate code behind files. The corresponding class names are Defaul1 and Default2 respectively and are in the same namespace (MyCompany.MyApplication.UI). In the "Page_Load" of Page2 class I have the following code
|
| best strategy for adding new record | 27 Sep 2006 17:45 GMT | 2 |
A wizard? A formView? I wanna capture about a dozen fields of info, then show a "is this information correct" page, then allow edit or save. Which is the best way?
|
| CSS/SKIN Theme Question | 27 Sep 2006 17:11 GMT | 2 |
I have a css class... .TopTypeColor { color: white; }
|
| Converting ASP.NET Page from VB to C# | 27 Sep 2006 17:01 GMT | 5 |
I'm trying to convert some ASP.NET code that I found at http://weblogs.asp.net/dannychen/archive/2005/12/02/432190.aspx from VB to C#. I've managed to convert the portion that is in the <script></script>
|
| registering user controls in web.config, causes error if used in same directory... | 27 Sep 2006 16:39 GMT | 3 |
i have this in my web.config: <pages validateRequest="false" > <controls> <add tagPrefix="uc1" src="/Whatever.ascx" tagName="Whatever"/>
|
| Missing images | 27 Sep 2006 16:37 GMT | 2 |
Some images don't show up in my friend's browser, but they work in mine. The banner show up in her browser and mine, but the refigerator only shows up in mine: The refrigerator is selected in code by browsing the file system.
|
| CSS with FORMS authentication | 27 Sep 2006 16:34 GMT | 2 |
Hello my name is Kevin i have a problem with loading a css file for my Login.aspx when i remove the <Authentication> part below my layout is shown in my login page
|
| Table cell with ID | 27 Sep 2006 16:30 GMT | 1 |
If I have a number of rows in a table on a web page. Each row has, say, four cells. And each cell in the entire table has a unique ID. If the page is posted back can i get hold of a particular cell and check the value it displayed.
|
| Open File Dialog Box | 27 Sep 2006 16:20 GMT | 1 |
Has anyone use the Open File Dialog Box in ASP.net? I know you can add the HTML File Field control to your ASP page and it will open the File Dialog Box for you. However, I would like to add a Button to my ASP page instead that does the same thing. I'm new to ASP.net and C#, so
|
| progress bar status | 27 Sep 2006 16:00 GMT | 3 |
Is there any to show progress status of all activities like database retrieval, navigation from one page to another page? I am looking for some source code to integrated in my .net application. Any help is very much appreciated. Thank you CT
|
| Data Access Layer Calls | 27 Sep 2006 15:53 GMT | 1 |
Maybe a silly question but if i have DataService1 - 5 in my data access layer, and DataService3 returns a dataset that contains many fields, one of which is a foreign key. The foreign key belongs to a table that i retrieve using DataService 4.
|
| Community Starter Kit won't compile ASPNET.StarterKit.Communities.dll | 27 Sep 2006 15:52 GMT | 3 |
I am a developer for a web company and though I have complete understanding of ASP and many other languages, I have not yet had the pleasure of delving into ASP.NET. I do understand it somewhat and I can do some basic updates. What I am challenged with now is that I need to
|
| asp.net web form layout design considerations help | 27 Sep 2006 15:18 GMT | 1 |
I'm a newbie at web design, and would like to know how to best design a layout. Right now Im using VS 2003, framework 1.1. I have designed page layouts as follows:
|
| asp.net 2005 exclude file best practice | 27 Sep 2006 15:06 GMT | 2 |
Like many people I am inconvenienced by the fact that files cannot be excluded from an asp.net application. I basically have some text files that are written to by the application and these files are located within the app_data folder, so that they are within the site keeping
|