| Thread | Last Post | Replies |
|
| .NET Web Developers | 13 Jul 2007 17:04 GMT | 5 |
.Net Web Developer Contract through 12/31/2007 Work schedule is 4/10's Tuesday through Friday Work location will be our Palo Verde Nuclear Generating Station,
|
| Session problem | 13 Jul 2007 16:17 GMT | 4 |
I use session variables for login and some little data, but session time out will be 2-3 hours. If I have lot of visitors with long session time, can I be in trouble (or my server). Is it dangerous or to hard for server or session is only on the client machine?
|
| Handles clause requires a WithEvents variable | 13 Jul 2007 15:40 GMT | 2 |
I get this compilation error: Handles clause requires a WithEvents variable I know I need to declare a WithEvents variable, but I don't know how or where.
|
| mouseover to change button color | 13 Jul 2007 15:16 GMT | 1 |
Does anyone know how I can get the following code finished. I'm trying to dreate a onmouseover event to change the color of a button. Here's my .vb: ( I included other code for the button that is for the on click event)
|
| Changing DetailsView controls in PreRender will fails on postbacks | 13 Jul 2007 15:14 GMT | 1 |
i'm trying to change all of page control's (root controls and inner controls) forecolor in PreRender event. it works fine but when a postback occures by detailsview command buttons, it fails...
|
| Designer Support: How to have user control's properties appear in IDE's properties window? | 13 Jul 2007 14:45 GMT | 2 |
I have a user control with a public property like this: public string Text { get { return cboCountry.Text; }
|
| Control to Image | 13 Jul 2007 14:42 GMT | 4 |
I was wondering if there was a way to make a WebControl and turn it into a bitmap similar to the DrawToBitmap that Windows.Forms.Controls have. I could attempt to draw the control programatically but I don't have very good graphical skills to begin with and it would take me
|
| Printing issue | 13 Jul 2007 14:41 GMT | 3 |
When printing from Enterprise Service I've got strange exception: System.ComponentModel.Win32Exception: The operation completed successfully Server stack trace:
|
| Pop up problem | 13 Jul 2007 13:35 GMT | 6 |
In my website i have a report page where sql query are being executed.The results are shown in a popup.The problem is that when I try to have two browser instances running at the same time, I cannot see the output of two reports at the same time.
|
| adding a dll to an ASP.NET website project | 13 Jul 2007 13:29 GMT | 1 |
can any one help on adding a dll to an ASP.NET website project thanks for your help Onder
|
| asp.net 2 control definition | 13 Jul 2007 13:17 GMT | 1 |
on windows form application , when I drag a button to the form... The button declaration is created above on the code + it's properties on Visual studio 2005 Web application I draged a button to the page
|
| This is an unexpected token. The expected token is 'NAME' | 13 Jul 2007 12:38 GMT | 2 |
has anyone come across this error before: This is an unexpected token. The expected token is 'NAME' I am getting it when trying to send an xml file across a web service layer. The xml file is well formed, having been checked with XmlSpy. The size of
|
| RegisterExpandoAttribute with ajax | 13 Jul 2007 12:17 GMT | 2 |
We've developed various custom controls that use Page.ClientScript.RegisterExpandoAttribute. This method creates a variable at the bottom of the page and populates its properties. My problem is that my control is in the edit template of a grid view. When
|
| GridView and html FieldSet tag | 13 Jul 2007 11:15 GMT | 1 |
i want to combine a GridView with html tag--> FieldSet but i dont want the FieldSet to warp all the GridView but break into parts and every fiew field's will be wraped in a FieldSet. it is possbile?
|
| Export to Excel Problem | 13 Jul 2007 08:54 GMT | 1 |
I have a problem with excel 2007. I have gridview where a report result is being shown when the report are exported it is saved in an excel file. In excel 2003 it is working fine .But in Excel seems like Export to Excel is broken. May just be an Excel 2007 issue.
|