| Thread | Last Post | Replies |
|
| Cannot get past Object Reference Error | 29 Mar 2006 00:43 GMT | 1 |
I have a question about a problem I am having with attempting to port some old ASP code to ASP.NET. We have a dll out there which we downloaded which creates GUIDs for session management. In ASP, the function looks like this:
|
| Invalid_Viewstate error with email in the message - second post | 29 Mar 2006 00:33 GMT | 1 |
Trying again on this forum to see if anyone has seen this error: I am receiving an Invalid_Viewstate error on one of my sites, and the error message content has SMTP Mail header text in it! Here is an example from my exception handler:
|
| Cannot get past Object Reference Error | 29 Mar 2006 00:17 GMT | 2 |
I have a question about a problem I am having with attempting to port some old ASP code to ASP.NET. We have a dll out there which we downloaded which creates GUIDs for session management. In ASP, the function looks like this:
|
| Best practice for using connection throughout page? | 28 Mar 2006 23:40 GMT | 2 |
When I drop a SqlConnection on the web form designer, it's created in InitializeComponent. I'd like to use this connection in my Page_Load method, but I don't see anywhere that it's opened. Do I need to open it myself? If so, should I close it also, or will I be interfering
|
| aspnet_compiler - exclude files | 28 Mar 2006 23:06 GMT | 7 |
I'm using aspnet_compiler to precompile my web app for deployment. Currently it copies all subfolders from the asp.net projects source folder to my destination folder. I have some files I do not want it to copy when deploying this app, is there any way to exclude them? I like ...
|
| 2.0 Themes = Big Fat Humongous Pages | 28 Mar 2006 23:00 GMT | 4 |
Ever tried looking at the source? Holy Mackerel. Is there some strategy to use CSS with Themes that does not result in the framework generating inline styles for every HTML element of the page? I haven't used a StyleSheetTheme yet. What does it do "in this context?"
|
| Session variable is lost between ASP & ASP.NET pages | 28 Mar 2006 22:48 GMT | 2 |
I must be missing something here. I have an ASP page that I create a Session variable in as follows. Session ("name")="Joe" In an ASP.NET page in the same project and the same session, I call the
|
| Temporary location for large POSTs | 28 Mar 2006 22:40 GMT | 1 |
As I understand ASP.NET 2.0 caches large POSTs to disk when the POST is greater than 256 bytes by default. The default location for the cached data on my machine is following: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
|
| Atlas 2 way interaction | 28 Mar 2006 22:31 GMT | 1 |
I want to implement a right click context menu using Atlas for a web app. The page will list some usernames. Right clicking on a username needs to send the user name to a
|
| GAC'ing an assembly | 28 Mar 2006 22:24 GMT | 5 |
I am trying to add an assembly to GAC but having difficult time figuring out the concept of GAC. This is what I am trying to do.... 1. Installed NUnit framework whose DLL ("nunit.framework.dll") I need to add to the GAC so that I can use it from multiple applications.
|
| Dynamic casting | 28 Mar 2006 22:17 GMT | 3 |
I'm trying to setup a sub that would assign the properties of a webcontrol based on data in a table. I've setup a routine which looks like this: Private Sub SetObjectProperty(ByRef obj As Object, _
|
| asp:calendar problem | 28 Mar 2006 22:05 GMT | 2 |
I use an asp:calendar in my page and I have an issue with it... when my page is loaded, if there is no date in the querystring, I set the calendar's selected date to Today and if there is a date in the querystring, I set the calendar to this
|
| Javascript to popup ASPX page | 28 Mar 2006 21:56 GMT | 4 |
Hi, I've seen something on a web site that I want to do for our Intranet web site. I'm not advocating pop-ups but for our company app, this would be perfect. Please go to this page and hold your mouse over one of the rings.
|
| Text Value in a TextBox inside Datagrid | 28 Mar 2006 21:21 GMT | 2 |
i have a textbox in a template column in a datagrid, it displays the initial value of the row, but when i change it remains with the original value (it doesnt get the new value..) i fill the CartTable programmatically with rows from a database binded
|
| How to use DataRelation to perform in-memory joins? | 28 Mar 2006 21:10 GMT | 1 |
How can I perform in-memory sql joins on dataset's, and have the result in (perhaps) a DataTable? Thanks
|