| Thread | Last Post | Replies |
|
| Atlas Problem | 17 Sep 2006 19:25 GMT | 2 |
I have an asp.net app using Atlas (july ctp) written from an example I found at the 4guysfromrolla.com site. It's very much like the examples I find at this site. I have pasted the body of the aspx page below. As you can see it has the ScriptManager the page and then, inside an
|
| can't display resource image from assembly | 17 Sep 2006 19:20 GMT | 4 |
sample code which is failing to display the image rootnamespace......... myproject Assembly code................
|
| Modify a web.config file | 17 Sep 2006 19:10 GMT | 2 |
This is a stupid question but I risk it. Just in case something is possible... How can I modify the web.config settings from ASP.NET programming? <system.net>
|
| DataGrid Control Question | 17 Sep 2006 17:13 GMT | 4 |
I added a number of columns to the DataGrid control and I binded them to ceratin columns in the DataView object however I want to fill the URL of the HyperLink type column and I want to add images to the image column What is the normal way of doing that?
|
| usercontrol problem | 17 Sep 2006 14:55 GMT | 1 |
I have a user control login in this i chececk the user name and password if(user==textbox1&&pwd==textbox2) {
|
| inject extra code into all controls on a page | 17 Sep 2006 14:51 GMT | 1 |
I want to implement a simple form element focus script that will change the color of a form element when it gets focus and revert back when it loses focus. I've got the code working (simple) but now I need to add it to ALL my form
|
| Issues in ASP.NET 2.0 when dynamically loading user controls or asp.net web controls??? | 17 Sep 2006 14:49 GMT | 1 |
I'm new to ASP.NET and I've been looking into the topic of dynamically loading (typically accomplished with a LoadControl followed by a MyControl.Controls.Add()) both user controls and asp.net web controls. I searched for articles on the internet and in the end I must say that ...
|
| q; file explore | 17 Sep 2006 14:46 GMT | 1 |
In a web based application I need to show user a certain folder and all the subfolders like in a file Explore in Windows and if user wants to copy some file to their computer I need to provide a way to do that. Is there any example in C# I can use?
|
| What are .axd files??? | 17 Sep 2006 14:40 GMT | 1 |
lately I've been reading about modules and handlers and I noticed a set of files with the .axd extension. So, what are they??? The idea I made of them is that .axd is simply an extension registered to the asp.net isapi filter inside IIS and this allows anyone to, via an
|
| Finding parent control value in a nested datalist c# | 17 Sep 2006 14:16 GMT | 3 |
I've been having this problem and I've searched high and low, but I can't seem to find the answer to what is probably a very simple solution. In a nutshell, I have a nested datalist, Parent and Child. In the child
|
| How to save Profile Properties in Cookie? | 17 Sep 2006 10:11 GMT | 1 |
I have only one property in my profile and I want it to be saved in a cookie. However, when I run my web site a database named ASPNETDB.MDF is generated instead of using a Cookie.
|
| Front End | 17 Sep 2006 09:59 GMT | 7 |
I need just opionions. I'm VB.NET programmer and I work with another front end HTML guy who doesn't know .Net and how to use the .Net controls. So far he has been unwilling or unable to learn .Net even though I have been training him, he hasn't caught on. He is good on "prettying ...
|
| user control | 17 Sep 2006 08:57 GMT | 2 |
how to transfer values from user control to a page using properties can one explain with code
|
| encoding DataNavigateUrlFields in HyperLinkField | 17 Sep 2006 07:11 GMT | 2 |
Is it possible to encode DataNavigateUrlFields in HyperLinkField of a gridview in asp 2 so that the url is properly formatted for "&" and other special characters. thanks
|
| 1 to many in GridView | 17 Sep 2006 01:53 GMT | 2 |
I don't know if this is possible, but I have two tables in a one-to-many relationship. I want one record to be displayed in a GridView from table1 with a blue background, followed by all the related records in table 2 in a white background, followed by the next
|