| Thread | Last Post | Replies |
|
| Localization - Automating Button Text + Button Width | 11 Mar 2008 01:14 GMT | 1 |
I'm looking to "internationalize" a new ASP.NET application (.NET 3.5) and I'm considering various localization issues. In particular, the default languagte will be English, but when localizing for some cultures, the text will of course be longer than the English equivalent.
|
| WebRequest/WebResponse gotcha | 10 Mar 2008 23:44 GMT | 7 |
Just learned (hard way) one gotcha about working with WebRequest. Decided to share with with you guys since it's kind of not documented ( at least I did not see it). Given following code try
|
| Syntax Help - ASP.NET & javascript | 10 Mar 2008 22:11 GMT | 5 |
Hi. I have a unique problem. I have some HTML which displays correctly when I input it into an aspx page or html page. But when I use javascript's document.write() to write the html directly to the page, I get a script error. The nature of the program requires me to use ...
|
| Dynamic menus | 10 Mar 2008 21:10 GMT | 1 |
I am trying to use the menu control to add a history function to a page. When the user selects an item (thru search or navigation) an item is added to the "History" menu item. Now while testing this I am getting a cornucopia of problems.
|
| how to automatically show user he's been logged out | 10 Mar 2008 19:58 GMT | 2 |
asp.net 2.0 I have set my web.config as follows: <forms timeout="30"/> (I know that's the default but I may chang it so the line's in there) I also have a few cookies I'm setting on my login page to hold the UserName,
|
| number of rows in a gridview with pagesize? | 10 Mar 2008 19:21 GMT | 2 |
i want to know the number of rows in a gridview bound to a sqldatasource. I tried this: Protected Sub grv_DataBound(ByVal sender As Object, ByVal e As System.EventArgs) Handles grv.DataBound
|
| ASP.NET Theme ignored | 10 Mar 2008 18:28 GMT | 1 |
Does anyone know why dotnet would ignore themes on a particular website? I created a dummy website and added themes to it and it worked OK, but when I try to theme my existing site, the theme is ignored. (No css
|
| why does this not work at postback? | 10 Mar 2008 18:24 GMT | 4 |
the dropdownlist is fed by code-behind with property 'autopostback'="true". What i want is to put a color to the items of the dropdownlist. I tried two ways: with Attributes.Add("style", "color:red") and with DropDownList1.ForeColor.
|
| Repeater Question | 10 Mar 2008 17:11 GMT | 2 |
Plamen Ratchev helped me set up my stored procedure which is working well, thanks again Plamen! Create procedure GetByDate @FromDate datetime,
|
| DropDownList DataGrid | 10 Mar 2008 16:41 GMT | 1 |
A DataGrid displays 3 columns from a database table - ID, Name & Subject. When the DataGrid is in the editable mode, I want the 3rd column Subject to a DropDownList so that users can change the subject. This is how I tried it:
|
| -p and -v parameters to aspnet_compiler | 10 Mar 2008 16:36 GMT | 1 |
can anybody tell me what the -v flag does on aspnet_compiler when -p is specified also. the documentation says you need to supply both, but the example says the metabase is not used when -p is present. when I specify -p, it seems to be
|
| calculation within datatable question | 10 Mar 2008 15:22 GMT | 6 |
I'm creating a datatable (see below) that is going through each row of my dataset and add new rows per each column created. Is there a way to store the GrossSales figures so I can use those numbers in for a calculation within the Expenses row?
|
| Environment.SpecialFolder.ApplicationData problem | 10 Mar 2008 12:57 GMT | 4 |
In my ASP.NET application I want to rerieve the APPDATA folder of the logged in user. The Web Application is using C# .NET 1.1 and has Impersonation=True I use this code:
|
| rassdk:// added to path when connecting to a crystal report from w | 10 Mar 2008 09:37 GMT | 2 |
We have an issue with connecting to a Crystal Report in a web page. Our ReportDocument instance's Load method protests due to our Filename property (which is set with a relative path to the web app). If we hardcode the path it works, but with relative addressing... somehow we
|
| Storing/Retrieving Files In Database | 10 Mar 2008 09:33 GMT | 4 |
Hi. I'm using SQL Server 2005. I'd like to know if anyone has any reference on how to allow users to upload a file **onto a database**. In other words, a user can have several related files belonging to him. Also, I would need a syntax that allowed me to retrieve those
|