| Thread | Last Post | Replies |
|
| Creating a please wait dialog | 27 Sep 2006 23:24 GMT | 6 |
I have a button on my page which when clicked redirects to another page. on the page load of the page that I've redirected to, there is a long query. What I want to do is with dhtml, display test in the center of the screen saying 'please wait..' so that the text displays until ...
|
| Virtual directory Question | 27 Sep 2006 23:16 GMT | 1 |
Hi all, I have a questioion about how to configure my virtual directory I have my website at "c:\inteput\wwwroot", and I have also a virtual directory "c:\inteput\wwwroot\admin"
|
| Session variables dropped using Redirect | 27 Sep 2006 23:04 GMT | 2 |
I cannot get a session to stay active between web pages. I initialize a Session with variables and then execute a Response.Redirect(url,false); The called web page has a different sessionid that the page which sent the response. I have my sessionstate set to:
|
| why why why does function not work | 27 Sep 2006 22:52 GMT | 1 |
I'm expecting this function to return the same value each time the page is hit within the same session: In other words i want to save the guid as a session variable Function TempImageGUID() As String
|
| Maintaining Session between 2 sites | 27 Sep 2006 22:47 GMT | 1 |
I have 2 sites running with different domain names. I want to share the session between these 2 sites. Both uses same SQL server database. I have enabled the SQL server session state but it does not maintain the
|
| best way to display resultset? | 27 Sep 2006 21:47 GMT | 3 |
I need to display some 200 records (dynamic) on the screen.. I need to display records from 2 tables (one to many relationship) output would look like Customer Id Name Phone NO
|
| have this in code but it's always false | 27 Sep 2006 21:28 GMT | 1 |
hey all, i'm using the following procedure in my page_load: ClientScript.RegisterStartupScript(me.gettype,"key","script") however, on postback, it always says false.
|
| MasterPage inheriting a MasterPage... is it possible? | 27 Sep 2006 20:57 GMT | 2 |
Maybe there is another way of doing this, but here's my problem... I have my web site where I have a master page to have a common layout and a common behavior on all my pages (that's what it's intended for)... But now here comes the time where some pages need some processing (like ...
|
| Maximum Size of Byte Array | 27 Sep 2006 20:25 GMT | 5 |
I'm getting an OutOfMemoryException when I initialize a byte array in C# like this: Byte[] test = new Byte[420000000]; I'm using ASP.NET 2.0. In ASP.Net 1.1 it works fine. So what am I doing
|
| switching from test to production and db connections | 27 Sep 2006 20:24 GMT | 4 |
I have a project that i built using vs.net. The database connections were created using drag and drop. Rather than deleting the connections and re-creating the connections to the production server what is the recomended way to make this connection dynamic based upon the host (or ...
|
| Binding to SqlDataSource that returns multiple datatable | 27 Sep 2006 19:40 GMT | 2 |
Stored procedure returns results of 3 different queries. On ASP.NET 2.0 page I have a SqlDataSource control with SelectCommand equals this stored procedure name. I want to be able to bind 3 different controls on the page: 1 dropdown
|
| thread status created from asp.net | 27 Sep 2006 19:13 GMT | 2 |
I am sending 13000 emails alerts out using the thread from my asp.net application. It is working smooth when I did the first and second sending. but when I tried the third one, the server is so slow, the thread is supposed to be abort normally each time.do you think it is
|
| clientside code | 27 Sep 2006 19:10 GMT | 3 |
Is there anyway client side in IE to determine when the "X" button or the "Close" menu item is clicked?
|
| Positioning a dynamic user control? | 27 Sep 2006 19:07 GMT | 2 |
i think i have a simple problem however im unsure how to go about solving it. Any pointers welcome. I am loading a usercontrol dynamically when a page loads depending on some input parameters. Now, I understand that I can use the Controls.Add()
|
| Custom Class | 27 Sep 2006 18:46 GMT | 3 |
I am trying to create a custom email class but this one is the first class I create. Where can I find some tips of how to create classes? I have various problems. For example, there are properties which, when
|