| Thread | Last Post | Replies |
|
| ie7 displaying only half of page (cuts page in half)... | 11 Sep 2007 11:56 GMT | 4 |
I am developing a new website for our company with c# dotNet. There is no problem displaying this website with ie6. Last week I downloaded ie7 because a friend of mine said he could only see half of a particular page (not all, just this one). It is like it
|
| ListBox Scrolling(urgent) | 11 Sep 2007 11:26 GMT | 1 |
have two listbox in a page in my website. one listbox contain report owner name the other one contain the report name.. both the listbox are databound. what i wanted is that when i scroll one listbox the listbox should
|
| When new instance of webservice? | 11 Sep 2007 09:17 GMT | 2 |
Does IIS create a separate instance of a webservice for each call to it or if more calls are done at the same time, is it possible that the same instance will be used for more calls? So do I have to consider thread savety when storing intermediate
|
| Codebehind and object declaration | 11 Sep 2007 09:04 GMT | 4 |
I'm a little confused why on codebehind file in asp.net 2.0 I cannot directly access to the object places on the designer. I can reach them via FindControl method, but I would like to find some simply sheed that shows me the correct rules about this aspect of
|
| Basic AJAX question. | 11 Sep 2007 07:27 GMT | 4 |
Note, I am not trying to use the Microsoft AJAX Framework, yes I am aware of what it is and what it does.... The techniques refered to as "AJAX" predate this toolkit and ASP.NET 2.0 What I am trying to accomplish is the most minimal cross-platform web
|
| Datagrid border color | 11 Sep 2007 07:14 GMT | 5 |
after migrating from VS 2003 to VS 2005, I noticed that all of our datagrids had the cell borders set to white, they were blue before the conversion. If you set the border color in 2003, the cell borders would change color, in 2005 the cell borders do not change colors.
|
| Binding to a propery of an object, of an object of an ObjectDataSource. | 11 Sep 2007 06:46 GMT | 1 |
Is it possible to do this: Bind("objB.prop01") where objB is a public property accessible object in an object returned by an ObjectDataSource? I am able to Eval it: Eval("objB.prop01")
|
| Application Cache question | 11 Sep 2007 06:29 GMT | 5 |
The following code works on my develeopment machine using the VS web server. When I run the application on 2 other Windows 2003/IIS 6 servers no caching seems to take place at all. Can someone explain what I might be doing wrong or what to look out for? What's the differece ...
|
| How to display modal popup dialog only if some statement is TRUE ? | 11 Sep 2007 05:44 GMT | 1 |
I have a question regarding usage of AJAX Control Toolkit's Popup Control Extender . I am using the Popup Control Extender to display a popup dialog ( panel ) from my asp.net page on click of a button.
|
| Web Deployment Project and Localhost | 11 Sep 2007 04:12 GMT | 4 |
I have an asp.net project with an WebDeployment Project. At the end of the msbuild file I put: <Target Name="AfterBuild"> <Exec WorkingDirectory="$(OutputPath)"
|
| Visual Basic 2005 - designer.vb page problem | 11 Sep 2007 03:49 GMT | 6 |
I am experiencing a strange thing happening with a "designer.vb" page. Controls I manually declare in this page are automatically deleted after I drop another control on a ".aspx" page. - Why is this happening? - Can I disable automatic declaration and have everything be declared ...
|
| GridView / DataGrid difference | 11 Sep 2007 03:38 GMT | 4 |
I have a 1.1 control that I wrote that prints a DataGrid as a Crystal Report and it works just fine. I now have enhaced it to 2.0 and the ability to print a GridView. The gridview, however, doesn't print properly because the gridview is handling escaped characgters differently. ...
|
| Localization ASP.NET WebControl question | 11 Sep 2007 03:35 GMT | 1 |
I'm developing a WebControl and I need to check the Page.Culture property in DESIGN time, in order to display the proper contents on the WebControl. I have run out of ideas of how to do it.
|
| Unable to read data from the transport Connection | 11 Sep 2007 03:11 GMT | 4 |
I've developed a mobile application for windows mobile 5.0 that has been in use for a while (1 year and a couple of months). It was developed in visual studios 2005 with a back-end sql server mobile ce database. Until recently I was synching everything thru a com port
|
| memory leak? | 11 Sep 2007 02:28 GMT | 3 |
I noticed some disturbing memory behaviour in the w3wp.exe process running a web app of mine. I have duplicated it into a simple web service. Basically, every time I call this web service it adds 3K to the w3wp.exe process and does not release it. If I call it 30,000 times it adds ...
|