| Thread | Last Post | Replies |
|
| Problem in getting files in a directory | 07 Nov 2009 07:01 GMT | 3 |
We are getting "Out of Memory" exception while using Directory.GetFiles() method if there are large number of files present in the directory on which the method is being executed. We would like to have an alternate solution for picking files from the
|
| How to launch stored procedure without waiting for response | 06 Nov 2009 20:56 GMT | 4 |
I have a asp page that launches a specified stored procedure using the sqlCommand object. The stored procedure will take several hours to complete so I don't want the user to wait around for the response. Is there a solid method/solution for ensuring that the stored procedure ...
|
| Identify a simgle Computer in a Cookie ? | 06 Nov 2009 20:46 GMT | 8 |
i recently joined an online.game which rules is not to use 2 diffenrent accounts on one computer. My girlfriend also wants to play - but we got 1 computer only - so I tried to trick the thing.
|
| Saving list<> across postbacks | 06 Nov 2009 18:22 GMT | 2 |
I have a page that is using a List collection (list<>) and I want to save it across postbacks. I tried adding it to my ViewState but get an error: Type 'AutoUPS.ClientList' in Assembly 'AutoUPS, Version=1.0.0.0,
|
| WebException when instantiating XPathDocument | 06 Nov 2009 14:31 GMT | 3 |
I am experiencing a strange problem. In my page I do the following: public string Transform(string xmlfile, string xsltfile) { if (xmlfile != null && xsltfile != null)
|
| ASP.NET DataList control call rdlc Reportviewer report | 06 Nov 2009 08:34 GMT | 1 |
Hello Community I have an web application and I am using a DataList control. When a row in the DataList control is selected I want to populate the rdlc Reportviewer report. Can anyone tell me how I can make the selected row on the DataList
|
| In FF the top is at 50px realative to the div top but in IE8 it's at 100 | 05 Nov 2009 20:08 GMT | 6 |
<img style="height: 100px; position: relative; top: 50px; border: 0px;" src="h... In FF the top appears to be at 50px relative to the div container top. But in IE8 it appears to be at 100px
|
| SqlDateTime overflow. Must be between 1/1/1753 12:... ADO.NET Entity Framework | 05 Nov 2009 19:35 GMT | 2 |
This strange error bugs me lot.... This is very strage, I'm trying to insert data into the table through ADO.NET Entity Framework.. nothing seems to work my way.. i've been getting error "SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM" .
|
| MaskedEditExtender with existing | 05 Nov 2009 18:48 GMT | 1 |
I am trying to use the Ajax toolkit control MaskedEditExtender. I find that when I use it on a control that already has a date in it the date goes away in edit. Can I make it so that the date and time that is already bound shows up in the mask? Below is what I am using in my ...
|
| ASP.NET control with level AAA accessibility compliance | 05 Nov 2009 18:39 GMT | 1 |
I am reposting this question due lack of answers. Does any one know any ASP.NET calendar control that is level AAA accessible (http://www.w3.org/TR/WCAG/)? If not AAA, at least A or AA, and not dependent on javascript.
|
| GridView edit mode issue | 05 Nov 2009 18:20 GMT | 2 |
I have a GridView bound to a DataSource. The GridView only has 1 column that can be edited. If I click on the Edit LinkButton on a row with data in the editable column then the RowDatabound event works fine. If that editable column is NULL then it doesn't fire. This seems ...
|
| link button event not firing in IE 7 | 05 Nov 2009 10:22 GMT | 3 |
I am working on asp.net 2008 in c# . I create a website in .net framework 2.0 . I used link button on master page for redirect to home page and logout . these link button are working well till I am not make visible true to a
|
| populate value from popup window to grid in parent window | 05 Nov 2009 10:16 GMT | 1 |
I have to develop a time sheet application for my organization, where employees will select the nature of work, enter client details (into textbox inside grid) and other details and enter the number of hours spent. In that, while selecting clients I have to show them a pop ...
|
| Response.Write help | 05 Nov 2009 08:13 GMT | 5 |
I want to know that can I use Response.Write for ouput value of a property for instance <Td width='<%= StaticFunction() %>' /> thanks in advance
|
| Login page won't redirect to a Register (new account) page | 04 Nov 2009 22:49 GMT | 3 |
I've used Forms authentication in a number of ASP.Net projects, but having a new problem. My Login.aspx page has a link to a page for the registration wizard, but won't go there when the hyperlink
|