| Thread | Last Post | Replies |
|
| <allow users=""> question | 03 Dec 2007 21:17 GMT | 18 |
is it possible to add a bunch of users to group and only allow group to access the web page or do I need to add each user to the web.config file? Or is there another way to do this? I just took over a project and most of the web sites have users defined in
|
| fieldset layout | 03 Dec 2007 20:03 GMT | 1 |
hey all, i have a strange occurrence that i'm hoping someone could please help me with. i have a div on my page and if i manually go into the html source and create 2 fieldsets side-by-side and go back to the designer there is a small gap
|
| returning x chars of Eval("..") | 03 Dec 2007 19:57 GMT | 3 |
I'm putting a radG:GridTemplateColumn together (which is probably irelevant), and within it I'm using a Label, as so: <asp:Label ID="defaultDescription" runat="server" Text='<%# Eval("description") %>'></asp:Label>
|
| AJAX client web service call | 03 Dec 2007 19:04 GMT | 2 |
I have an asp.net ajax enabled web site that has one aspx page to call a web service method via the script manager using the service reference. My problem is that it's only works if my web serivce resides on the same project; otherwise it doesn't. It has nothing to do with any ...
|
| Can I use the value of a bound data item within repeater, without binding it? | 03 Dec 2007 18:51 GMT | 1 |
I have a table bound to a repeater. There is a DateTime column called EntryDate. When the EntryDate changes day [when CompareDates() is true] I want to write the date out. I want to compare the value of an item from a table column with a public variable and then set the variable to
|
| How to create object of a class which is outside of App_Code folder in Asp.net 2.0 using C#.?? | 03 Dec 2007 17:22 GMT | 2 |
Hi friends, I wanted to create object of the class which was outside of App_Code folder , but i am not able to create the instance of that class.. can we do that into Asp.Net 2.0 , C#
|
| read variable from content page to usercontrol in masterpage | 03 Dec 2007 17:22 GMT | 2 |
I havea variable in cotent page. I want to read that variable into usercontrol located in master page. Is there any trick to read it in usercontrol? Thank you in advance.
|
| SSL Question | 03 Dec 2007 17:15 GMT | 4 |
We have recently set up an IIS web site that runs on SSL. Unfortunately, the performance is now much slower. In looking at the logs, it appears that I am no longer getting any (not modified) 304 responses, now they are all 200. This is causing a lot of overhead because we are ...
|
| .NET Runtime 2.0 Error - ID Event 5000 | 03 Dec 2007 16:56 GMT | 4 |
I have a big problem with a asp.net 2.0 website. I've just upgrade it from asp.net 1.1. In this previous version, no problem at all. Now, i've a recursive error .NET Runtime 2.0 Error - ID Event 5000. Here ise the description in the Application log :
|
| Denying unauthenticated access to a .txt file | 03 Dec 2007 16:53 GMT | 2 |
I have a website using c# and .Net 2. I have two .txt files placed in a subfolder that I need to protect. The site is protected by Forms Authentication, and the files are inside a folder that is set to deny anonymous access. When run locally on my machine, this all works fine;
|
| Going Crazy. Almost giving up of ASP.NET! | 03 Dec 2007 15:25 GMT | 2 |
For the past month I have been spending most of my time going around ASP.NET rendering problems! For example, since when a disabled check box should be rendered the following way:
|
| label wrapping | 03 Dec 2007 15:23 GMT | 2 |
hey all, i have a label inside an html table cell and was wondering if someone could please show me how to force it to wrap at a certain width? thanks,
|
| Pass Asp.net Membership Provider to web server through WCF | 03 Dec 2007 14:32 GMT | 1 |
I have an aspnetdb database sitting in different domain with the web server. To authenticate a user and populate membership provider, WCF is used. However, I have no idea how to pass the membership provider back to web server. Therefore, I can not use the role feature in the web ...
|
| RegisterStartupScript() on Page_Unload | 03 Dec 2007 13:23 GMT | 2 |
I am trying to inject a piece of JavaScript into my pages (using the MasterPage). I need to send the session time out value to the client (the code is below). Whilst I can step into the Page_Unload() method and see the script get
|
| Repeater containing a validator | 03 Dec 2007 10:45 GMT | 1 |
It's been a while since I tried anything like this and it's just driving me nuts.. I want to have simple templated repeater which contains (Per item) a Label, a textbox and a CustomValidator.
|