| Thread | Last Post | Replies |
|
| Changing the password setting | 13 Mar 2008 14:41 GMT | 1 |
I'm using the wizard login control in ASP.NET 2.0. The default password is 7 characters minimum and an minimum 1 non-alphanumeric character. Why can I change these setting? King
|
| Generate a unique ID for each page of my application | 13 Mar 2008 14:04 GMT | 6 |
I want to generate a unique ID for each page of my Asp.Net application. My first step is to generate a new Guid when the page is loaded for the first time and registers, stores this new Guid in a Dictionary which is saved in the ApplicationState, then I add a hidden field to the ...
|
| Check For Updates | 13 Mar 2008 10:58 GMT | 3 |
How is this usually implemented in a program ? Do you use a web service or just a normal asp or html connection and not display the page ? I know nothing, but the way I see it is you :
|
| What about the next statement afeter response.redirect and server.transfer? | 13 Mar 2008 08:21 GMT | 7 |
I've seen many people have written code like this: response.redirect(); return; or
|
| Gridview next and prior page text or image? | 13 Mar 2008 06:55 GMT | 1 |
What property do I need to set so that I see the < and > for next and prior page in my gridview. AllowPaging is true and I do see the page numbers and can select them but not the prior and next page text or image.
|
| File Upload weirdness... | 13 Mar 2008 06:39 GMT | 2 |
Ok, So, I'm a .NET/AJAX web application (VB.NET) and in one of my content screens, among a barrage of controls and panels, I have a File Upload control... nothing fancy.
|
| Page Level Caching? | 13 Mar 2008 05:19 GMT | 1 |
Every page of our website have dynamic database driven aspects and we are using some datasource caching now. Even though we need a database driven website, most of our pages would work just fine if cached for 8 or more hours. Is there a way to cach the entire page for 8+ hours ...
|
| Integration of Excel and asp.net | 13 Mar 2008 04:54 GMT | 4 |
I want to integrate Excel 2003 with ASP.NET 2.0 Web sites to generate graphical reports in Excel. Is there any good sample or material on how to accomplish it? Thanks.
|
| WF on vs2005 | 13 Mar 2008 04:21 GMT | 5 |
I am searching for articles or guidance how to use Windows Workflow Foundation on VS 2005. Regards, Gun
|
| Dynamic GridView | 13 Mar 2008 02:38 GMT | 2 |
I have a dropdown list that is populated with table names from my database using SqlDataSource1. When I change the selected index I can get the table name back from the dropdown and display it in a label. What I want to do is display the data from the table selected in the
|
| pound sign trouble | 13 Mar 2008 01:11 GMT | 4 |
my code <font size="2">Approx </font> £ which I intend to display as: Approx £ Displays as
|
| Redirection script | 13 Mar 2008 00:52 GMT | 3 |
I have a form which I need to redirect to a file (could be PDF or Word) which is on the clients local system but I am having touble getting it to fire the javascript. In the PageLoad if not a postback I do
|
| FileIOPermissionAccess.PathDiscovery permission needed | 13 Mar 2008 00:18 GMT | 9 |
How can I give the logged in User FileIOPermissionAccess.PathDiscovery permission to execute a Environment.SpecialFolder.ApplicationData method ? thanks Brian,
|
| Localhost -Visual Web Developer 2005 | 13 Mar 2008 00:11 GMT | 6 |
I am trying to view a project using web developer 2005 on a vista laptop using this connection string in the web.config file. <add name="AmSoftMgt" connectionString="Driver={MySQL ODBC 3.51 Driver};Server=66.36.240.205;Database=AmSoftMgt;User=AmSoftWeb;Password=AmS0ftW3b;Option=3 ...
|
| Hide footer on gridview with paging enabled | 12 Mar 2008 23:41 GMT | 2 |
I have an asp.net 2.0 gridview with the paging enabled. I don't want to display the footer, but it always displays with the page numbers displayed. I have set the grid's showfooter to false and also tried to set the footerstyle height to 0px, but it always seems to show.
|