| Thread | Last Post | Replies |
|
| Dev and production web.configs | 30 Jun 2009 15:18 GMT | 2 |
Is there some simple mechanism for having different web.config files for development and production environments? For example, on my dev server I use a different SMTP server from the production machines, so I store that in web.config and have another one I call web.deploy.config, ...
|
| Setting SelectedValue | 30 Jun 2009 15:04 GMT | 1 |
I have a GridView that I would like to set the selected value to a specific record but the SelectedValue is a read-only. I would like to do it on Page.Load based on a QueryString passed to the page. I know I can do it with the SelectedIndex but then I would have to know the ...
|
| GDI+ and font sizes | 30 Jun 2009 10:02 GMT | 2 |
asp.net 3.5 I'm playing arround with GDI+ and DrawString. One thing that I feel is strange is how small the fontsizes are. I'm using ths font:
|
| Prevent modifying Attribute | 30 Jun 2009 08:15 GMT | 1 |
We've developed a Web Application with inputforms that are being generated dynamically, including all WebControls on the forms. In each WebControl we save some data in specific Attributes, so when the user clicks a Save button, we have some extra information for each
|
| Calling Page.UICulture / Page.Culture from MasterPage code | 30 Jun 2009 08:04 GMT | 2 |
Can this be done? (and so, automatially use the proper .resx file for a page) ----------------------------------------------------------------------------- Less Spam Better enjoyable experience Visit : news://spacesst.com
|
| Specifying the default timezone | 29 Jun 2009 15:38 GMT | 3 |
I have an application in which I want to use a certain timezone. I do not want to need to specify the timezone every time I use a date-related method or function, so is there some way I can specify a default timezone in either the Web.config or somewhere else? Thanks.
|
| virtual file works in VS 2008, not IIS | 29 Jun 2009 03:26 GMT | 15 |
Hi; I create avitars in a program Avitar.cs. Works great in VS 2008, not in IIS. In IIS https://www.windwardreports.com/apps/avitar-6097.png returns an error 404
|
| Visual Basic is Dead! | 27 Jun 2009 21:20 GMT | 94 |
I found this: http://du2.in/VBDead It means that C# will completely replace Visual Basic. What dou you think about this, is VB dead?
|
| Boundfield display value | 27 Jun 2009 19:02 GMT | 8 |
I have a <asp:Boundfield> which returns the value of a datasource field. Can I have the text display something else depending on the value of the field ? Let's say Field Contents Display 1 a
|
| Checkbox not displaying in DetailsView | 27 Jun 2009 17:37 GMT | 1 |
I have placed a CheckBox control inside my GridView as below but the checkbox is not displayed in the column. Anyone know why that happens ? <Columns> <asp:TemplateField HeaderText="" ItemStyle-Width="20px">
|
| Problem with AddHandler (New CommandEventHandler) under framework 2.0 | 27 Jun 2009 13:26 GMT | 7 |
This code works under framework 1.1. I add in the header an image with a command event to execute a sub on click. It work fine with 1.1. But not under 2.0. I think the problem could be with the declaration :AddHandler
|
| Displaying a generated picture in MS Word | 27 Jun 2009 13:14 GMT | 9 |
asp.net .3.5 anyone here know if it's possible to display a. .aspx generated picture inside MS Ofice (LIke Word, Outlook etc), if then I would like to know how.. I whould be very happy if someone could tell me there exists a markup
|
| How to get an https url when using Forms and Default login redirect | 27 Jun 2009 07:27 GMT | 2 |
Using Forms authentication, I have in web.config <authentication mode="Forms"> <forms loginUrl="https://wwwmysite.com/secure/login.aspx" defaultUrl="~/DefaultPage.aspx" requireSSL="false" />
|
| am I doing this correctly? | 27 Jun 2009 03:51 GMT | 1 |
asp.net 3.5 This post is about integrating PayPal with CreateUserWizard! I've got an CreateUserWizard contorl on my webpage. After the CreateUserWizardStep I've placed this markup:
|
| Transaction Scope | 26 Jun 2009 06:51 GMT | 1 |
hi, I know, that if i use Transaction.Scope, i have that use transaction cordinator, what port i open? Thanks Cesar
|