| Thread | Last Post | Replies |
|
| Users permissions | 22 Aug 2007 07:26 GMT | 1 |
Hi, Im using asp.net 2.0 C# VS2005 and on my web-system I need to do a user/permissions storage... each user must have insert / delete / view / edit permission and I must verify it on each .aspx form... What is the best form to do that? Do you know any 3rd control? or anything ...
|
| Error Trying to Start Project | 22 Aug 2007 07:25 GMT | 1 |
I just grabbed a ASP.Net 2.0 (C# code behind) application from the repository. Builds OK. When I try to run it, in either debug or release mode, I get a dialog that says: "Unable to start debugging on the web server. The web server is not
|
| ConfigurationPropertyAttribute.IsRequired Property | 22 Aug 2007 07:01 GMT | 3 |
I was creating a Custom Configuration section in my web.config. I noticed that if I set a property like: [ConfigurationProperty("EmailAuthorizationFailures", IsRequired = true)] <MySection
|
| Session State Mode Comparison | 22 Aug 2007 04:47 GMT | 4 |
Is one session state mode better than another? Ross
|
| Access Databse In Web Developer | 22 Aug 2007 01:50 GMT | 3 |
I can use a form view, gridview and details view to see the data in my access databse, but i cannot edit or add to the database. What simple step am I missing?
|
| Converting VS 2005 Web Site Project to VS 2005 Web Application Project | 21 Aug 2007 21:56 GMT | 2 |
I've recently attempted converting a small VS 2005 ASP.NET Web Site Project to a Web Application Project using Scott's blog post: http://webproject.scottgu.com/CSharp/Migration2/Migration2.aspx This seems to be the best documentation available currently. After
|
| Listbox vertical scroll position capture | 21 Aug 2007 21:11 GMT | 7 |
How can I capture the vertical scroll bar position for a Listbox. I have a Listbox of 100 items + when I click on it I post back remove the item selected. After returning to the client browser the list box scroll position is at the
|
| Quotes: The server tag is not well formed. | 21 Aug 2007 20:00 GMT | 1 |
Hi mister, In my itemtemplate: <tr id="filaListado"
|
| Building webpages | 21 Aug 2007 19:54 GMT | 2 |
I am working on a web based asp.net 2.0 project that began as an application in Visual Studio 2005. The web site appears to work okay, but when we attempt to build it, we get all sorts of errors. The answer I get from the developer is "don't build it". I am not so sure this is ...
|
| question about variable in session, viewstate .. | 21 Aug 2007 19:32 GMT | 10 |
when uing session("myvar"), or viewstate("myvar") or cache("myvar), are the values always strings? I mean: dim dt as date
|
| JavaScript in content pages? | 21 Aug 2007 19:25 GMT | 4 |
I used to do the following to set the cursor when there was no masterpage in use.... <HEAD> <title>Login</title>
|
| How to detect missing page or object from code | 21 Aug 2007 19:06 GMT | 5 |
I have placed a button on a page to open a pdf stored on another site. When the user clicks on the button I do a Redirect to the pdf URL ... and this seems to work fine.
|
| VBSCRIPT with autopostback - VS2005 | 21 Aug 2007 18:30 GMT | 3 |
I have a problem with client-side VBSCRIPT on a page with auto-postback controls. I have generated a simple page with a listbox, set to autopostback. This works OK. If I then generate some client-side VBSCRIPT, VS creates a VBSCRIPT
|
| Treeview - open node in new window | 21 Aug 2007 16:44 GMT | 3 |
I have a treeview control that contains a bunch of pdf filenames. It would like the files to open in a new window. Can anyone assist me in doing that? The code I currently have is below: Protected Sub tvDocs_SelectedNodeChanged(ByVal sender As Object, ByVal
|
| To cache or not to cache | 21 Aug 2007 16:40 GMT | 3 |
That's really not the question. The question is how do I clear all cache programatically? For example, I want to implement cacheing on some data driven pages however after the employees update the data on the pages i'd like to give them the option to reset the cache so they can ...
|