| Thread | Last Post | Replies |
|
| validaing security using AD groups... in web.config | 06 Nov 2007 19:22 GMT | 2 |
I am testing with an asp.net 2.0 app.... has only one page Default.aspx. I want to deny all users except for a certain AD group. I did the following... but app keeps allowing everyone in. What am I doing wrong?
|
| Graphics or Bitmap to screen | 06 Nov 2007 19:17 GMT | 2 |
hey all, if i have a Graphics object or Bitmap object how do i get it to display on my web page? thanks,
|
| CheckChanged inside my user control | 06 Nov 2007 19:17 GMT | 2 |
hey all, i'm trying to abstract some code from my current code-behind into a user control. There's a CheckChanged event from a radiobuttonlist and i was wondering if i could expose that from the user control or would it be easier
|
| Is possible to be done? | 06 Nov 2007 18:58 GMT | 2 |
Hi, Im converting a asp classic system to asp.net, but how can I do a table wich lists 3 columns having inside a picture coming from a db access ole field... ? if the sql instruction returns for example 4 records, the first 3 will stay
|
| clearing the input of a form when page is in an invalid state | 06 Nov 2007 18:26 GMT | 1 |
Hi... I have a form that i use validation controls on. I need to be able to clear the form when it is in an invalid state. How do you do this? Response.Redirect doesn't work, Control.Text="" or null doesn't work... any ideas?
|
| Net framework1.1 to net frame work2.0 and applications compatible | 06 Nov 2007 16:39 GMT | 2 |
I have developed web applications over .Net Framework1.1 by Visual studio 2003. Now I would like install .Net Framework2.0. Does it affect my application operations? Dabin
|
| Hidden Panel with a ListBox and RequiredFieldValidator breaks page | 06 Nov 2007 16:23 GMT | 2 |
I encountered this problem in an application that I'm currently developing. I've re-produced the problem in a simple demo. If you have a ListBox field and validate that a selection is made using a RequiredFieldValidator, and then wrap the controls in a Panel with the
|
| StaticItemTemplate is not applied on postback | 06 Nov 2007 15:35 GMT | 1 |
I am having a strange problem when using the ASP.NET (2.0) menu control. I have a menu control that gets populated in the page load. I do not check the PostBack value because I want to rebuild the Menu Control
|
| Best approach to use different datasources - ? | 06 Nov 2007 15:31 GMT | 10 |
I have a big database, a lot of tables, so I will have a lot of pages where i create a new record. There will be a lot of 'reference' items - let's say 'Create user' -> 'Select user type' <Dropdownlist> -> Admin, Partner, Client type A,
|
| putting user controls on a page manually | 06 Nov 2007 14:46 GMT | 2 |
How would you put a user control on a page manually? I know you have <asp:... elements and I thought I read somewhere where all you had to do was do something like <user:controlName... but not exactly for sure how to do something like this...
|
| hitting enter or shift+enter in asp.net designer messes up html code? | 06 Nov 2007 14:44 GMT | 2 |
I was wondering if there was a way to hit enter to insert blank lines while in the designer? I tried this but all it seems to want to do is insert code that really shouldn't be there. For example, I had a heading 1 centered on a page. Right under that I had some words in smaller ...
|
| Bubble Event | 06 Nov 2007 14:28 GMT | 2 |
I have the following: Parent > Child > Button Parent is a custom control. Child is another custom control added to Parent.
|
| Hiding a server side control with mouseover | 06 Nov 2007 09:58 GMT | 1 |
Can I use jscript to hid a server side control? Basically, I want a control to be visible only when I roll over it. I tried a div over it & setting the zindex higher than the control but this didn't work.
|
| errors when running it with Netscape or Firefox. | 06 Nov 2007 09:20 GMT | 4 |
I have no problem when running this asp.net application with IE. But with Netscape 8 and Firefox, i get two javascript errors: 1) Error: document.getElementById("hiddenfield1") has no properties
|
| get element, how??? | 06 Nov 2007 08:44 GMT | 1 |
ASP.NET 2.0 I have a checkbox inside a table (both are asp.net 2.0 server controls) on a page. From the code I need to get access to this checkbox, so I can do some
|