| Thread | Last Post | Replies |
|
| Using Profile for session state | 20 Mar 2008 15:54 GMT | 3 |
Not wanting to have to cast every object that needs to be stored in session state, I am thinking of using Profiles introduced with ASP.Net 2.0. All of my objects are serializable so that's not an issue. My main concern is persistence: I don't need to persist this information
|
| Passing arguments to a user control | 20 Mar 2008 15:48 GMT | 1 |
I have a user control that gets displayed via an AJAX modalpopupextender. This control consists essentially of a text box, a label, three pushbuttons, and some panels. If it's desired to have it display a db record, it will retrieve it, populate the label with its value and set ...
|
| Ajax and PageRequestManagerServerErrorException | 20 Mar 2008 15:44 GMT | 1 |
I have an asp:UpdatePanel with some controls in it. The UpdatePanel has a Timer as a trigger and a button inside the UpdatePanel as a trigger. All works fine, but sometimes I get the following error:
|
| VS2008: should data sets be placed in App_Data? | 20 Mar 2008 14:51 GMT | 11 |
I'm working on a small Web project in VS2008. In VS2005 it was recommended that DataSet be placed in App_Data folder (the framework did that automatically). In VS2008 the framework does not give me that option. The Add.New Item in the App_Data context menu does not even list ...
|
| AJAX Toolkit | 20 Mar 2008 13:44 GMT | 12 |
How do I use the AJAX Toolkit? It seems that this is just one really big Visual Studio solution that consists of samples. How do I get these controls to show up in my toolbox when I build new projects? -Scott
|
| Challenging question regarding AJAX Toolkit AutoCompleteExtender and URL rewriting | 20 Mar 2008 13:27 GMT | 2 |
I'm running into an issue where my AutoCompleteExtender stops working as soon as I make changes to my global.asax file for URL rewriting. I just want to take a URL http://www.sample.com/file1234.aspx and pass it to asp.net engine as http://www.sample.com/parse.aspx?id=1234 which
|
| mailer doesn't send till program ends | 20 Mar 2008 10:37 GMT | 4 |
The code below works to send email through my email system. However, nothing gets sent till I end the program. I don't understand why. Maybe someone else does. Thanks for any help.
|
| Two gridviews next to each other without a TABLE? | 20 Mar 2008 10:12 GMT | 2 |
RE:Two gridviews next to each other without a TABLE? In another post I can't seem to find somebody suggested I use use <div> with style=float:right to place two divs next to each other and this works great. However for some reason I cannot make it work when
|
| javascript function problems | 20 Mar 2008 10:09 GMT | 1 |
I'm creating an asp.net page using c# and javascript. I have three different controls on the page, and only when all three have been accessed i want an imagebutton to go from disabled to enabled and change its image. I somewhat got it working. I'm able to change the
|
| How to use Visual Studio 2008 for Mobile Website Development | 20 Mar 2008 10:09 GMT | 1 |
How do I use Visual Studio 2008 to develop Mobile Website Pages? I don't see Mobile Website Project or Controls? How do I access ASP.NET Mobile Controls in Visual Studio 2008? Design View is not working? Any suggestions?
|
| Make content in <td> scroll | 20 Mar 2008 09:49 GMT | 13 |
I have now spent the entire morning on what I think should be easy. I cannot for the life of me figure out how to make a simple one row, two column table where is the contents of the one of the colums exceeds 100% of the height it should add a scroll bar to ensure that the table ...
|
| upload multiple image to server from remote server | 20 Mar 2008 02:58 GMT | 4 |
I have an application which I am building using the Flickr API. From the API I can get the URL of image files stored on the Flickr servers. I'm not really sure where to start with this, can someone point me in the direction of some resource which will help me to get the file ...
|
| web service 401 unauthorized | 20 Mar 2008 01:32 GMT | 2 |
I am using Avanade ACA web services which I guess uses .net web services under the wraps. My requirement is use windows authentication and allow user identity to pass thru to the web service and then to a database.
|
| change table cell style in vb code | 20 Mar 2008 00:28 GMT | 3 |
asp.net 2.0 using vwd I'm trying to chagne the border of a table cell in my vb code but cannot seem to do it. The cell has an ID of "tdAlert" If txtAlert.Text <> "" Then
|
| problem with passing string with special character | 19 Mar 2008 23:18 GMT | 3 |
I want to pass a string with a special character (ê). The problem is that the starting string "enquête" arrives as "enqu". Why is this and how to solve that? Thanks
|