| Thread | Last Post | Replies |
|
| Setting AutoEventWireup from codebehind | 21 Jun 2007 07:29 GMT | 4 |
Is there a way to set autoeventwireup from codebehind selectively. I want to set it to false for all usercontrols in my application. Thanks for idea. CS
|
| Dynamic web pages using VirtualPathProvider | 21 Jun 2007 04:15 GMT | 5 |
I am creating dynamic web pages according to the user inputs from a web page. For instance, a user typed in a text, I would want the text being the source code of the dynamic page.
|
| HTML Files from IE | 21 Jun 2007 04:14 GMT | 2 |
Why i cannot see the content of a HTML file, when i open it directly from IE, it shows "canceled action"
|
| problem in the datagrid | 21 Jun 2007 01:25 GMT | 1 |
hi to all; i have in my site a datagrid that is used to show the data about the user who registered to the site(lastname,firstname,...). the idea from this datagrid that the admin can view the data of each person who is registered to the site, and then he can choose one of them ...
|
| ASP.Net & MCMS Language problem | 21 Jun 2007 01:17 GMT | 2 |
We have an MCMS Site displaying content in ten different languages. The problem is that when any other language is being used bar english the title which is set to a placeholder is displaying strange square characters. Has anyone come across this problem before and come up with a ...
|
| Css doubt | 21 Jun 2007 00:56 GMT | 2 |
I have a css named MyStyle.Css. How can I add this style sheet to my aspx page
|
| Dynamically added Linkbutton losing its value | 21 Jun 2007 00:35 GMT | 6 |
I have a linkbutton which is added to a column in a datagrid dynamically using a template I created. When I change the data in it by not databinding and then when I later retreive the data from the control after a post back it goes back to the value which was
|
| Getting Return Value From Stored Proccedure (Part 2) | 21 Jun 2007 00:05 GMT | 2 |
Public Sub CheckProduct(ByVal _ConnString As String, ByVal ProductList As List(Of Import_ImportLines.Lines)) Dim ReturnValue As Integer = 0 ' Our Return Value Dim conn As New SqlConnection
|
| Low Quality text in System.Drawing | 21 Jun 2007 00:05 GMT | 1 |
I'm working in a image generator, using C# with ASP.NET 2.0. I'm generate some imagens in disk , in my machine everything works , but when i put the application in a server prodution , the text don't have the same highquality.
|
| redirect form login question | 20 Jun 2007 22:54 GMT | 2 |
ok, dumb question: How can you authenticate the user, i mean create the ticket like the "redirectfromlogin" does with out redirection? just log me in and keep me here
|
| Exporting Datagrid to Excel (unable to read file) | 20 Jun 2007 22:19 GMT | 3 |
Is there anything wrong with the code below in sending my browser page to Excel? Before my page opens in Excel there's a message "Problems came up in the following areas during load:" and it shows a CSS file in the "temporary internet files" path. But when i click OK the page ...
|
| can someone explain me why this does not work? | 20 Jun 2007 21:56 GMT | 1 |
I have a problem with sitemap combined with role. I posted in the professional group but i reformulated here and made the things simplier: I tried a lot of things, read a lot of stuff, but it's still unsolved. there are two defined users: user1 and user2
|
| Default Membership Provider // Caching? | 20 Jun 2007 21:45 GMT | 4 |
It looks like the default Membership Provider (and Role Provider) always goes to the database to get its info. (GetUsers, GetRoles, etc , etc). I guess I'm going to roll my own, because I am going to need a cached
|
| DataTable properties and methods | 20 Jun 2007 21:35 GMT | 3 |
Is there a good primer on DataTables out there? Mainly I am looking for an article that lists the properties and methods (with examples) on the different properties you can use with a DataTable. For example:
|
| Select Statement | 20 Jun 2007 21:20 GMT | 2 |
I have the following query. my message field is of datatype text. But I want to grag just first 50 characters + ... from that "message" field. How can I do that. The following is my sql statement
|