| Thread | Last Post | Replies |
|
| Session vs Cookie performance for Authentication | 26 Jul 2007 16:38 GMT | 1 |
I am trying to deceive whether I should use Asp.net 2.0's FormAuthentication (cookie) or the Session object to store the login ID of a given user. Question 1: Assuming that the app will only run on a single server
|
| Counterpart of Javascript decodeURI() | 26 Jul 2007 16:25 GMT | 4 |
I am passing string from dotnet to javascript. ", ', newline characters, and something. So I am using httputility.urlEncode() to make it neat. Now a JS function accepts the encoded string and decode using decodeURI(). But still there are unsolved characters and some +, %, and hex ...
|
| What would be the best way to add "Please Choose" to a data bound DropDown? | 26 Jul 2007 16:22 GMT | 2 |
I have a DropDown bound to a DataTable and I would like to add "Please Choose" as the 1st default item. I know that I can add "Please Choose" to the DataTable; but I wonder if I do the same without manipulating the DataTable.
|
| UI Framework | 26 Jul 2007 16:21 GMT | 4 |
i'm starting the development of an UI framework in C# and ASP.NET, this framework must generate pages on the fly and supply validation routines and CRUD operations. Could anyone address me on resource that can explain me best practices about realization of this kind of frameworks ...
|
| Unable to run asp.net 2.0 application on server | 26 Jul 2007 16:18 GMT | 3 |
This is the first time I've encountered this problem. This moring I have installed .Net 2.0 framework and AJAX 1.0 onto our server which already had .Net 1.1 installed upon it. After installing some security patches and rebooting everything was back up
|
| Component | 26 Jul 2007 15:58 GMT | 1 |
Has anybody a component to convert any type of video to flash video (swf or flv). Sincerely, Rafael
|
| ASP 2.0 GridView using Hyperlink problem | 26 Jul 2007 14:58 GMT | 5 |
I need to use a gridview that has a hyperlink as one of the fields. The fields need to be databound. When the user presses the hyperlink, I do not want to navigate to another page. I want to store the ID of the row. The user will then use buttons on the page that represents
|
| VeriSign Dll | 26 Jul 2007 14:53 GMT | 1 |
What is the library that I need to reference for creation of this object "PFProCOMControl.PFProCOMControl.1" ? Regards.
|
| Membership Class Annoyances or am I just ignorant? | 26 Jul 2007 14:51 GMT | 4 |
Howdy, My biggest annoyance with the membership class is that i cannot seem to get to it in my master files. I'd like to setup my master file to check for whether or not the current user is logged in or not, and if they are not,
|
| Dynamically adding rows to table web server control | 26 Jul 2007 14:03 GMT | 2 |
I am trying to programmatically add rows of data to a table web control in VS2005. I am getting the data from 2 drop-down controls and 2 text-boxes. The code below is executed when I click on the "add" button. The code is pretty much lifted from an example on MSDN.
|
| Mixing SSL/non SSL pages | 26 Jul 2007 12:28 GMT | 13 |
Hi all gurus; forgive me if I'm writing about a basic question. I need to call a secured (SSL) page from a .aspx page. Calling an absolute URL rises an error (invalid path... Virtual path required), so
|
| ASP.NET 2.0 - is there a new solution for simple Web form fields to database? | 26 Jul 2007 11:31 GMT | 1 |
A lot of the work I do in web development tends to be a set of web forms allowing a user to apply for a product or service which has usually resulted in me writing code behind to read the form field values and then create business objects which are commited to the
|
| not persisting control after viewing design time? | 26 Jul 2007 08:17 GMT | 11 |
I have a custom server web control that inserts another custom web server control in a templated child control (a wisard that inserts a header in its wizardstep) Now after switching to design view and back the header is inserted in the
|
| Httphandler for images - displays properly but unable to print | 26 Jul 2007 08:04 GMT | 1 |
I used httphandler for restricting images being displayed for anonymous users and it worked fine and gets displayed as expected. But the image does not print when printed through the browser. technology used - .net 1.1 / vb.net
|
| RadioButton Control | 26 Jul 2007 08:01 GMT | 3 |
How can I make RadioButtons to display all in the same row? It looks that one Radio button per line by default. Secondly, I was wondering if there is a way to fire up Javascript when a Radio Button is selected. For example, depending on which Radio button gets
|