| Thread | Last Post | Replies |
|
| Very Simple Custom Web Control | 06 Dec 2006 05:58 GMT | 1 |
I need to create a really simple web control which would rend as follows: <div class="spacer"> </div> Just this. Could somebody help me out?
|
| IIS Sub folder inheritance | 06 Dec 2006 05:19 GMT | 1 |
I have a primary website at the root folder in IIS. I have applications installed in the child subfolders in IIS. The root application has a couple of themes. The root is also associated with a url ex http://www.mycompany.com
|
| Treeview control with XML Example needed | 06 Dec 2006 05:17 GMT | 1 |
Hello friendly people, I am on Day 2 of learniing ASP.NET. I am bored with watching videos, and want to "do something". In my current role as a Front End Designer making User Interfaces, I frequently custom make a "Windows Explorer
|
| gridview paging selected page .. how to tell what page you are on? | 06 Dec 2006 04:47 GMT | 1 |
Is there a way or an attribute I can set so that the selected page number in paging is a different color or is underlined? perhaps it's my skin or css, but In my gridviews I can't tell what page we are on.
|
| roles and dynamic sitemaps based on session variable | 06 Dec 2006 03:20 GMT | 1 |
I have an ASP .NET 2.0 web based app which should change content based on a variable passed in the query string. Let's say the variable is called ID and the variations are A, B and C. I put this value into a Session variable and make changes based on that.
|
| Use Image instead of text box wih the PopupControlExtender | 06 Dec 2006 01:50 GMT | 2 |
I am trying to create a datepicker that allows the user to click on a calendar image and open an update panel that includes a calendar control. The PopupControlExtender examples show the calender being opened from the textbox instead of an image. Is there anyway to have the
|
| Alignment in DatGrid Control | 06 Dec 2006 00:07 GMT | 1 |
I am trying to align a column in the control but I can't find the property that can be used I also tried to make use a template for this column but I still can't figure out how that can be done Thank you,
|
| Timeout Expired | 05 Dec 2006 21:48 GMT | 3 |
I am working on Win2K Pro (SP4) with P4 2.80GHz, 256MB RAM & 20GB hard disk (IIS5.0). I use Visual Web Developer 2005 Express Edition to create & edit ASP.NET apps. Whenever I log in to my m/c. & run any ASPX page in IE6.0 for the very
|
| Web Control | 05 Dec 2006 20:30 GMT | 3 |
How can I send a control to a class as a property? I don't know which control it would be. It could be a panel, a label ... Thanks,
|
| When you hire a lame software designer to create a Starter Kit. | 05 Dec 2006 20:22 GMT | 2 |
So, I wanted to implement a very, very basic job posting capability to one of my website. I made some searches and I found there is a JOBS STARTER KIT !! Wow, "it's my lucky", I thought.
|
| Loading MasterPage form database | 05 Dec 2006 19:24 GMT | 4 |
I'm currently loading my masterpage from a file via an httpmodule. How can I modify this code to load the masterpage from a database? Is the only way to save the file to a temp file first and load via page.MasterPageFile?
|
| Questions from a Technical Manager Moving from 1.1 to 2.0 | 05 Dec 2006 19:13 GMT | 3 |
We are moving from ASP.Net 1.1 to ASP.Net 2.0. As we do not have the luxury of spending weeks trying out different techniques, I'd like to rely on some tried and true methods, but need some feedback so we don't stray too far from best practices.
|
| web setup project in vs.net 2005 | 05 Dec 2006 18:41 GMT | 4 |
How can I make a web setup project in vs.net 2005 which does not deploy the source files too? thank you, Christina
|
| Create a property that is a usercontrol | 05 Dec 2006 18:04 GMT | 1 |
Is it possible to create a property in a usercontrol that is a reference to another usercontrol so that you could say (for example): <user:control1 id='control1' runat='server' /> <user:control2 id='control2' runat='server' othercontrol='control1' />
|
| Webclient or HTTPWebrequest post with file and form elements | 05 Dec 2006 17:30 GMT | 4 |
I need to provide the ability to post file and some form elements via our website (asp.net) to the third party website (asp page). On http://aspalliance.com/236#Page4 - I found great advices but still having troubles... it might some obvious error that I am making but I
|