| Thread | Last Post | Replies |
|
| updateable, precompiled web and changes to source files | 31 Mar 2008 15:49 GMT | 1 |
I have a couple of apps that were deployed using the precompiled, updateable option. There have now been changes to the .ascx and .aspx files on the live server and I am wondering how to best merge these back with the dev system (which is in source control). Will the
|
| what is the most secure way to pass querystring parameters | 31 Mar 2008 14:28 GMT | 1 |
What is the most secure way to pass information using querystring? and what are other secure ways by which a client and browser can interact
|
| grouping controls together | 31 Mar 2008 13:40 GMT | 2 |
I have several dropdownList controls on my form and I wish to loop through them all and find the selected value and then concatenate them together into a string. The problem is I can't find a way to group the controls together so that I can loop through them, If I put them in ...
|
| Login with email not UserName | 31 Mar 2008 12:17 GMT | 1 |
When using the membership, user and roles providers, what is a straight forward way to get users to login using an email address and not a username?
|
| What kind of data access you will use for the project with very large database [such as myspace] | 31 Mar 2008 12:00 GMT | 1 |
What kind of data access you will use for the project with very large database [such as myspace]: 1. NHibernate [this will be the slower?] 2. Linq
|
| Maximising Windows | 31 Mar 2008 11:30 GMT | 2 |
I know this is not an ASP.NET issue, but I thought I would ask the question of all you guys here. I know how to mazimize a window using the javascript resizeTo( h , w ) method of the window object. However, it doesent actually maximise the
|
| Ajax for Credit Card Processing | 31 Mar 2008 09:56 GMT | 5 |
I have a web app that accepts credit card payments. I want to use AJAX to do an asynchronous post to the server and process the payment. I am using the UpdateProgress control to show a progress indicator. Two questions:
|
| How do I increase the java memory for JBOSS | 31 Mar 2008 08:43 GMT | 2 |
How do I increase the java memory for JBOSS
|
| how to launch new IE window so it will create separate ASP Session | 31 Mar 2008 03:35 GMT | 4 |
How do I create a new IE window (client script or ASP.NET server code) so that it will create a new ASP session with each new window? Thanks.
|
| vs2008 problems | 31 Mar 2008 02:52 GMT | 5 |
We are having a lot of problems with visual studio 2008. It clobbers aspx pages randomly. For instance we had a three step wizard and it rearranged much of the html source and completely mangled the page. This has happened several times.
|
| build fails with asp button on page with click event | 30 Mar 2008 23:42 GMT | 1 |
asp.net 2.0 I have a lot of pages in my current app with server buttons that run just fine. But I added an asp button to the page I'm currently working on, double clicked it to set up the code for the click event. That's it. No code in the
|
| how do I call a code-behind procedure from javascript? | 30 Mar 2008 23:12 GMT | 3 |
I'm working on an asp.net 2 app. I had a page with an input button on it as shown here: <input id="btnPost" type="button" value="Post" style="width: 66px" /> I need that button to run some code behind code that will update some data
|
| Working with controls inside a repeater | 30 Mar 2008 18:43 GMT | 1 |
I need to know how to handle controls inside a repeater, how to send and recieve data from another page to one spesific control inside a repeater. Clue: I have a repeater that dynamicly lists out different kind of webcontrols
|
| Error Message could not find a non-generic method | 30 Mar 2008 15:08 GMT | 4 |
I'm using ASP.NET 2.0 with Visual studio 2005 Pro and SQL Server 2005 Dev. Based on Microsoft toturial on ObjectDataSource I ctreated a class look like this *** VendorDB.vb ***
|
| ImageUrl property for jpg pictures within an outside virtual directory | 30 Mar 2008 14:19 GMT | 9 |
I am using an image control to display some images within a virtual map (ImagesRoot in IIS) outside of the web root in my vb asp.net application. How should I code the imageurl property to have this working? Image1.imageurl = ?
|