| Thread | Last Post | Replies |
|
| cacheing static parts of a ASP.NET page on the client | 19 Apr 2006 14:58 GMT | 3 |
several parts of the pages of my ASP.NET 2.0 site are mainly static, such as a treeview with all the product categories, a menu bar, the company header and so on. But they also have a dynamic part, such as a product list. If I look at the rendered HTML, the static parts are
|
| gridview row command | 19 Apr 2006 14:45 GMT | 5 |
How do I find out the row index selected in the gridveiw row command method? I have an imageButton in a gridview cell and its corresponding code in the row command method needs to know the row index in question in order to set the background of the cell to a different color. But ...
|
| Short Question on Performance | 19 Apr 2006 14:25 GMT | 3 |
Is it ok to create a new instance of a class on every Page_Load? Given the following code behind a form: protected void Page_Load(object sender, EventArgs e) {
|
| dynamically adding buttons to an ASP page | 19 Apr 2006 14:12 GMT | 2 |
I have an ASP page, where I want to add buttons dynamically. I used C# and a for-loop do to this. The button generating code looks like this: Button bt1 = new Button();
|
| Newbie help!!! | 19 Apr 2006 13:50 GMT | 5 |
I am reading a book on ASP.NET and the following code is from the book (Teach Yourself ASP.NET in 21 Days by Chris Payne). I have typed the code in notepad and I am having a problem with it that I hope someone can help. Basically there is a Submit button which is supposed to
|
| ORIGINAL CODE GETS EXECUTED NOT THE NEW CODE - ASCX | 19 Apr 2006 12:50 GMT | 1 |
hello , this is sk, new to this group problem>>>> i have a .ascx file any changes done to this file do not get mapped
|
| [ ] (Wildcard - Character(s) to Match) ? | 19 Apr 2006 12:48 GMT | 1 |
Hi, I am confused about Microsofts description of this Transact SQL reference; [] (Wildcard - Character(s) to Match. The description says "Matches any single character within the specified range or set that is specified inside the square brackets". For example, in the ...
|
| ASP.NET Treeview selectedNodeStyle | 19 Apr 2006 11:39 GMT | 6 |
I use the selectednodestyle with a white background so the user can see which item was chosen in the treeview navigation. The nodes have a navigateURL with a target to another frame. Navigating works with no postback and the style follow the selected node.
|
| Time Selecting | 19 Apr 2006 11:37 GMT | 1 |
Is there anyway to add a time selector in asp.net 1.1
|
| Offset from GMT | 19 Apr 2006 11:31 GMT | 1 |
I have an asp.net application that presents some user account information from Active Directory. I want to present current dates and times to the users in cases where the raw date/time is in GMT. Since the GMT offset changes depending on the time of year, the program would need ...
|
| File in use | 19 Apr 2006 10:09 GMT | 1 |
I am opening a file in my .aspx page like so: // Pass the file path and the file name to the StreamWriter constructor. objStreamWriter = new StreamWriter(Server.MapPath("Employee.txt")); If I should kill the page and restart the page I get the following message:
|
| @ How to change Password in Active Directory with ASP.NET 2 ? | 19 Apr 2006 09:29 GMT | 1 |
Could you show me a sample of asp.net 2 code that change the password of an user in Active Directory (windows server 2003) ? What about security ? Shoud i use Https ? Thanks a lot !
|
| how to send custom e-mail with asp.net | 19 Apr 2006 09:13 GMT | 1 |
I am trying to send a custom e-mail using asp.net but am having trouble. The code that I found to do this is: <% Dim msgMail as New MailMessage
|
| script tag generating error | 19 Apr 2006 08:45 GMT | 2 |
on windows XP and visual studio 2005, I cannot load a javascript or a style sheet file. when I try to run the aspx page I get a client side runtime error stating: "
|
| How to manually create a new section in the Event Viewer | 19 Apr 2006 08:14 GMT | 1 |
Helloo, I´ve got a ASP .Net application which writes to the event viewer whenever it finds a error. This appl needs to create a new section in the event viewer the first time it encounters any error. For doing so it needs Administrator
|