| Thread | Last Post | Replies |
|
| Please Help: HttpFileCollection is Always Zero. | 13 Dec 2006 17:47 GMT | 1 |
i am having probs accessing the HttpFileCollection. the count/length is always zero. i have tried getting the url of the current form, and it checks out... looks like this: http://www.imperialistwebsite.com/upload ...
|
| Visual Web Designer 2005 - Button Stretch ? | 13 Dec 2006 17:24 GMT | 2 |
When using master pages with a content area., If I drag a button to the content, when I run the page it stretches way across the page. However, If I slightly resize it, then it displays ok. Has anyone else seen this ??
|
| VS web designer 2005 - Controls Allways Go Top Left | 13 Dec 2006 17:23 GMT | 2 |
Even if the layout options are set to Absolute Positioning, the controls will allways go to the top elft which results in two actions to position a control on a page. Does anyone know how I can avert this time wasting process ????
|
| word content inside asp.net master / content pages | 13 Dec 2006 17:10 GMT | 1 |
I've got an asp.net 2.0 website that has a master page and content pages. For announcemnts, users modifiy plain old html pages that I then can bring into a div tag of a content page using the following vb.net code:
|
| Determine NT groups if in hierarchy? | 13 Dec 2006 16:32 GMT | 2 |
We have setup 4 NT groups - Executive, Manager, Employee and Contractor. The premise is that an Executive has all of the privileges of Itself plus Manager plus Employee plus Contractor while an Employee only has itself and Contractor.
|
| Hotwired Printer Friendly Page | 13 Dec 2006 16:25 GMT | 1 |
Ok, so I wanted to make a printerfriendly page for our site. However, we don't know exactly which pages all need to have the printerfriendly option or not. So, instead of making custom printerfriendly pages over and over again, I wanted to do some sneaky stuff in my Print.aspx page
|
| moving VS.NET projects from one machine to another | 13 Dec 2006 15:27 GMT | 4 |
How do you copy a vs.net project from one computer to another? Here are the steps I tried, but it failed... - Copied project directory from wwwroot of source to wwwroot on destination (e.g. 'MyProj')
|
| checkbox on gridview | 13 Dec 2006 15:23 GMT | 9 |
Hi, I am using a gridview with a templatefield containing a checkbox. I want to update the database with a 1 or 0 depending on if a checkbox is checked or unchecked (then use the 1 or 0 later on another page)..i have been google around and found this....
|
| LinkButtons and PostBacks | 13 Dec 2006 14:43 GMT | 5 |
I have a set of linkbuttons postback to the same page using Response.Redirect(). It works great with FF but not on IE (surprising). On IE, the PostBack does not work. Am I missing anything here? I work with .Net 2.0.
|
| Session behaving like FIFO queue in asp.net | 13 Dec 2006 14:17 GMT | 1 |
I'm trying to add a dictionary object and a stack (C#) to the Session state as follows: //Create Dictonary object and add 1 kvp Dictionary<String, String> dicDonation = new Dictionary<String,
|
| Application ID? | 13 Dec 2006 14:03 GMT | 1 |
I am trying to enter a value in the table aspnet_Applications Column ApplicationId How do I enter a value there? On the dev. machine I have a long number.
|
| [Global.asax] function Server.MapPath not available ? | 13 Dec 2006 13:13 GMT | 7 |
I need to use the 'Server.MapPath' function in the 'Session_End' event of the Global.asax file (to reach a folder and the clean some temporary files up), but it doesn't work:
|
| GridView RowUpdating not retrieving newvalues (only oldvalues) | 13 Dec 2006 11:07 GMT | 1 |
Hi, I have been struggling with the GridView the whole day, but can not get this solved. The rowupdating event in my Gridview doesn't give me the new values only the old ones.
|
| dynamic checkbox | 13 Dec 2006 10:23 GMT | 3 |
Dear Sir, I want to create some dynamic checkbox controls into the table. How can I get these controls after the form is submitted. -----------------------------------------------------
|
| Accessing web controls in a user control... | 13 Dec 2006 10:02 GMT | 1 |
I am adding few textboxes to a user control programmically and when posting back the page, I am trying to access the values of the textboxes but I can't get even the Textbox controls. How do I achieve it ?. Thanks.
|