| Thread | Last Post | Replies |
|
| How to create a new session... | 27 Mar 2006 20:27 GMT | 3 |
Hi guys. I have been trying to create a new session from the server droping the exixting session using Session.Abandon but since the browser doesnt know that the session was abandoned it keeps sending the old session number and then the server uses the same old sesion number to ...
|
| Read data from DataTable on page_load. How? | 27 Mar 2006 19:45 GMT | 10 |
I have a function that is called in page_load and the purpose of this function is to look up basic data in a MSSQL table and return it in the form of a datatable. The page_load will read the data and then fill a few simple labels.
|
| javascript bafflement in datagrid | 27 Mar 2006 19:27 GMT | 6 |
Hi folks, I'm using ASP.net with Framework 1.1 and C# to go into my actual problem and fully explain would take more than any of us could take (me writing it, you reading it) however I can boil down one baffling aspect into a nutshell
|
| Playing audio n video files | 27 Mar 2006 19:15 GMT | 1 |
I want to play audio n video files in my web application... How can I do this? Are there any samples..
|
| How to enforce registration ? | 27 Mar 2006 19:06 GMT | 2 |
I would like to provide a "trial version" download on my web page but enforce a registration process before the file can be retrieved. Is there a simple solution to overcome the possibility that the users who happens to know the path to where the file is stored simply bypasses ...
|
| Error referencing Datagrid table cell | 27 Mar 2006 18:08 GMT | 3 |
am working on code that will allow users to update data within the datagrid. I have come across a few problems, some of them I have been able to work out, but this last one is giving me trouble. When a user clicks the edit button, I get an error 'Specified Cast Not
|
| Common problem...Connecto to Oracle database | 27 Mar 2006 18:01 GMT | 3 |
I don't know how to connect to oracle database by asp.net Anyone have any simple or step for me to connect?? i have no idea.... i have search from google and get the code But it seen i have miss some step ....
|
| aspnet_wp.exe memory leak questions... | 27 Mar 2006 17:53 GMT | 2 |
I'm trying to debug a memory leak on a production application for one of my clients. The aspnet_wp.exe, if left to grow, will eventually consume enough memory to throw an out of memory exception. The thing that was unexpected is that most of the memory is not in the heap.
|
| Make some dropdown items in a GridView Column Bold | 27 Mar 2006 17:49 GMT | 1 |
I have a grid view with a column of dropdowns. Some of the items displayed in this dropdown need to be displayed in bold. Other are left as is. Is the GridView the best control for this or is there a way to achieve this within the control.
|
| get control recursion | 27 Mar 2006 17:34 GMT | 6 |
I am using the function below to returns a control to the recursionobj object. For some reason when i get to the line 'If child.ID.ToString.ToUpper = toFind.ToUpper Then' it errors saying object reference not set to an instance of an object. Can anyone tell
|
| 2.0 dataset issues - again | 27 Mar 2006 17:32 GMT | 8 |
In an 2.0 asp app I used vs.net 2005 to create a TableAdapter:Dataset in my App_code directory. I also created a new vb class in that same directory. I have two issues: 1.
|
| Localization | 27 Mar 2006 17:12 GMT | 1 |
I'm driving crazy here with Localization issue, this is what I have now: masterpage.master - with some asp:linkbutton like this: <asp:LinkButton PostBackUrl="~/login/Default.aspx" ID="lnkLogout" runat="server" Text="<%$ Resources:language, menu_logout %>" />
|
| Creating Threads safe? | 27 Mar 2006 16:56 GMT | 1 |
Is it okay to create a thread in ASP.NET or to get one from the Thread pool? I want to notify a remote server without affecting the execution of my site. My site will update a RFQ log file, then notify a service/deamon on another server that this event has occurred. The sevice ...
|
| Can Norton antivirus cause intermittent Viewstate errors? | 27 Mar 2006 16:50 GMT | 3 |
We are having a maddening problem with random "validation of viewstate MAC failed" errors, even if the web farm is shut down to a single server. It now susepect that Norton antivirus is causing application pool recylcing on IIS 6.
|
| How to popup window which will show my one PDF file? | 27 Mar 2006 16:39 GMT | 3 |
I want click a button and than to popup window which will show my one PDF file. How should I to coding in C#?
|