| Thread | Last Post | Replies |
|
| Get rid of IE crashes in MSHTML.dll | 17 Jan 2007 16:33 GMT | 2 |
I have several customers reporting IE crashes when using different web pages. When looking in the event log I noticed something like "application error" or "application hang", and each time it shows me that the library MSHTML.dll is involed in the crash. The crash will occur very ...
|
| Page properties in the @Page directive | 17 Jan 2007 16:30 GMT | 3 |
I was wondering if it is possible to access page properties in the page's @Page directive. For example, if I had a property: Public Property MyProperty ... Can I set it using something like:
|
| Convert a String to XML | 17 Jan 2007 16:21 GMT | 1 |
I have a function which returns a string value, but the string value is actually XML, so I want to be able to then convert this string value into an actual XML document. Is this posible?
|
| Growing panel with contents | 17 Jan 2007 15:54 GMT | 1 |
Ive a panel with a label inside (that can be visible or not depending on criteria) if i add to the label like label1.text="test"
|
| Validation in panels - one always fires | 17 Jan 2007 15:53 GMT | 1 |
I have two panels, the first displays part of the form, it contains required field validators, once submitted, the first panel is hidden, and the second panel is displayed. My problem is that there's a text box on the second panel which also has a
|
| Database confusion, multiple applications in one website | 17 Jan 2007 15:38 GMT | 1 |
I have a problem that has me stumped. I developed an asp.net 2.0 application and it works fine. It is located in a subweb of a website, so for instance the main site is called intranet and the application is in intranet/subweb1. It uses a
|
| Delay between BeginRequest and Page_Load ? | 17 Jan 2007 15:30 GMT | 2 |
It looks like we have sometimes a very significant delay (for example 10 s and sometimes more) between the beginrequest and page_load event. It would make me think of some kind of locking issue (for example waiting for a thread being available or something similar such as pages ...
|
| Add rows to datatable after page post back | 17 Jan 2007 15:28 GMT | 1 |
I have 4 text boxes and one button in my page. When ever I fill the text boxes and click the button the data should be add to a datagrid with out inserting a record in database. For this I used datatable to insert the records but when ever I click the add button my
|
| Localization Question - Level of Effort | 17 Jan 2007 15:00 GMT | 3 |
I have an ASP.NET application that was built in ASP.NET v1.1. It has a SQL Server back end database. I have been asked to provide an estimate for the level of effort required to produce a Chinese version of the application.
|
| ASP.NET Clickable Charts | 17 Jan 2007 13:41 GMT | 1 |
I need a chart control which has this additional feature of being "click"able. I need to define certain regions of the Chart (create a map) which I will handle the click events on. Is there such control?
|
| Zipping | 17 Jan 2007 13:30 GMT | 1 |
I've Zipped the file and tried to send it but I made a mistake wrote a wrong server address and now I want to rename. When I try to zip I get the outlook express with the zip file attached to it. What could I do. Do I really have to delete the whole folder?
|
| Response.Redirect problem in HttpModule | 17 Jan 2007 13:22 GMT | 2 |
I have developed a custom HttpModule in my application. When ever user requests some specific pages i am transering redirecting them to some other pages. It is not possible to add redirection to those specific pages because of some problem.
|
| casting question: sorting strings as dates in either dataset or in the presentation layer? | 17 Jan 2007 12:06 GMT | 1 |
I'm querying Index Server to return search results, both regular properties and some custom properties I've created. Index Server has this preference for thinking about information as strings rather than datatypes.If you really work at it, you can configure Index Server to treat ...
|
| timeout limit in GridView - how to raise it? | 17 Jan 2007 10:46 GMT | 2 |
I have GridView1 attached to a SqlDataSource1 (everything done automatically via VS2005). The problem occurs after launching the page because timeout is risen. The question is how to increase the timeout limit using properties of
|
| how to make an intranet application using asp.net | 17 Jan 2007 09:47 GMT | 3 |
i want to develop an application in asp.net which can be access from any system in LAN. Please help me in developing the application.
|