| Thread | Last Post | Replies |
|
| Print screen in GridView | 16 Apr 2008 11:13 GMT | 8 |
anyone knows if is it possible to insert (and obviously save) a Windows print screen in a GridView cell? (ASP.NET 2.0). Thanks in advance.
|
| How to Determine User Input | 16 Apr 2008 10:35 GMT | 1 |
I have an AJAX PopupControl on a page and I use this control to allow a user to change the value of a table's header row. How can I tell what the user has selected? FYI: The PopupControl is located in an ASP:Wizard control. I don't
|
| Get random file | 16 Apr 2008 09:56 GMT | 1 |
I am displaying an image on a web site. Is it possible to get a random file from a folder? Thanks, Miguel
|
| AJAX, Timer and UpdatePanel | 16 Apr 2008 07:57 GMT | 1 |
Im using AJAX UpdatePanel, Timer and Label to display "counter clock" Problem is - sometimes the counterclock "jumps" or "freezes". For example it counts normaly every second 10,9,8 then freezes and counts fast 7654.
|
| javascript innerHTML not persisting in gridview edit row | 16 Apr 2008 03:27 GMT | 2 |
hey all, i'm in a gridview edit row that has a DropDownList in one column and a status Label in the 2nd column. When i changed the value in the dropdownlist, there's a client-side
|
| Asp.Net and SQL Reporting Service | 16 Apr 2008 03:04 GMT | 2 |
Our team is developing reports using sql reporting service 2005. We all are new in this area. I would be glad if any one suggest me the integration of asp.net and sql reporting service.
|
| hosting a pdf file | 16 Apr 2008 01:27 GMT | 4 |
I want my users to be able to click a link on my asp.net page to open a pdf document. However, I do not want them to be able to enter in a url that goes directly to the pdf file, thereby bypassing my log on screen. How can I achieve this? Where must the pdf file be placed, and ...
|
| How to add localized listitems to a dropdownlist ? | 15 Apr 2008 22:58 GMT | - |
I have a global resource, Scorecards.resx. For stuff like <asp:CustomValidator id="validDate"
|
| IE 7 not displaying ASP.NET properly | 15 Apr 2008 22:32 GMT | - |
Is it just me or does IE7 not properly display controls done in ASP.NET 2.0? I have a dropdownlist (ddlNav) on my web form. On the page_load I do this: ddlNav.BorderStyle = BorderStyle.Solid ddlNav.BorderColor = Drawing.Color.Black
|
| GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? | 15 Apr 2008 22:03 GMT | - |
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? When all my processign is done i set everything to null and then: GC.Collect();
|
| Problem With UpdateProgress Control | 15 Apr 2008 21:36 GMT | - |
VS2005 C# w/AJAX Extensions I added an update progress control to my web page. Initially I used some plain html and text in the control's <ProgressTemplate> section, and that worked well. Then I needed to be able to programmatically
|
| Failed to login to session state SQL server for user error? | 15 Apr 2008 19:37 GMT | 1 |
I'm getting this error "Failed to login to session state SQL server for user MyUserAccount" The web.config has: <system.web>
|
| Difference b/w Aspnet_compiler.exe and "Publish Website" | 15 Apr 2008 19:29 GMT | - |
Can any one please say me the difference b/w Aspnet_compiler.exe and "Publish Website"
|
| Validate FormView fields C# | 15 Apr 2008 19:10 GMT | - |
Title says it ... my C# web application uses a number of FormViews that are inserted/updated/deleted via stored procedures. Is there a way thru C# coding (example?) to validate a date field as valid input before inserting/updating? Test the length of a varchar/char field?
|
| Server.Transfer Suggestions for Login | 15 Apr 2008 18:55 GMT | - |
I have a Login.aspx page that takes care of all my login procedures (validation, lockouts, password change requirements, password retrieval, etc.) It works like a charm. However, now I'd like a "quick login" control to appear in the banner at the top of my master page.
|