| Thread | Last Post | Replies |
|
| idatareader? | 17 Apr 2006 23:21 GMT | 3 |
Hi, I want to debug the return idatareader, how to print out some fields value? many thanks.
|
| Page.LoadControl | 17 Apr 2006 22:01 GMT | 2 |
I have one page WebForm1.aspx and one user control UserControl.ascx My WebForm1 has a Place holder and dropdownlist with autopostback property set to true. The user control also has a dropdownlist with autopostback property to true
|
| page format lost when linking a style sheet | 17 Apr 2006 21:32 GMT | 1 |
Could someone tell me why the page looses its format after i link an external stylesheet? If you see below i have an external stylesheet. When i do this the table structure is totally lost and instead it looks to have widenened. when i remove the link tag the original format is
|
| IDE/Debugger Extremely Slow | 17 Apr 2006 21:08 GMT | 6 |
I am running VB for ASP.Net in VS.Net 2003 and am experiencing extremely slow response in the ide at times and the debugger. Below is additional detail on the problem. Any thoughts are much appreciated. VS.Net IDE Extremely Slow
|
| debugging in VS2005 using breakpoints | 17 Apr 2006 20:54 GMT | 2 |
I am interested in debugging a web app using breakpoints, but the app does not stop at any breakpoint of my vb file. in my web.config file I do have:
|
| ASP.NET 2.0 - Loosing session information | 17 Apr 2006 20:38 GMT | 15 |
I have a web application running on .NET 2.0 under IIS 6.0 and users of this application seem to be loosing their session randomly - we havent been able to identify any pattern, except for warnings in the event viewer that say "A process serving application pool xyz terminated
|
| Need help in programmatically accessing the data returned by data access method... | 17 Apr 2006 19:48 GMT | 1 |
In my ASP.Net 2.0 app, I have a gridview whose data is being populated using an object data source which retrieves data from a data access layer. The Select method returns a static list of orders. The order contains a bunch of data retrieved from SQL server.
|
| Where can I find the .designer.cs file in an ASP .NET 2.0 project | 17 Apr 2006 18:48 GMT | 5 |
I use VS 2005 to create a Web site, there should be some .designer.cs files for the Web Forms, but I can't find them. And I want to override the Page class's PreInit method, how can I do with the VS 2005?
|
| Combine Crystal Reports into one PDF | 17 Apr 2006 18:40 GMT | 2 |
Howdy, Can I compile multiple Crystal Reports into a single PDF? If so, how? I need this functionality because the second report will be selected by the user.... Is there a way to select a report in the actual Crystal Report?
|
| Themes | 17 Apr 2006 18:27 GMT | 2 |
I understand how to build the themes and apply them to the pages, however I am wondering if it is possible to enumerate the themes for a drop-down list so the user can pick their theme. I know that I could hard-code the values but that is limiting if I add more themes. The other ...
|
| Debugging a asp.net page | 17 Apr 2006 18:20 GMT | 2 |
Hai All, I am calling an .aspx page from EVC, Is it possible to debug the page, If yes, plz tell me how to debug? Looking for the response...
|
| Mix and match languages in code behind. | 17 Apr 2006 18:18 GMT | 1 |
I have a web site that is all written in ASP.Net w/ VB.Net as the code behind. Since it was first written we have started writing things in C#. Is there any way I can change just some of the pages over to C#? I'd like to go in and when I'm writing new pages they would be in C# or ...
|
| OptionExplicit | 17 Apr 2006 18:17 GMT | 5 |
I just realized that strict type checking does't seem to work in ASP.NET 2.0 no matter what I do (I set "strict" in Web.Config, I set it on the WebForm level.... what, do I have to put it at the top of every code module a ala VB3.0??? Am I missing something here?
|
| Generating random string | 17 Apr 2006 18:14 GMT | 3 |
I need to generate a string of six random characters to act as the first password. Is there an example of how to do this somewhere? Thanks Regards
|
| application relative paths not working | 17 Apr 2006 17:32 GMT | 9 |
I have a subfolder under wwwroot set up as a virtual directory with its own application name in IIS. I pulled it down from Visual Source Safe and, on the machine where it's normally hosted, it works fine. On my machine, though, all the application relative paths are resolving ...
|