| Thread | Last Post | Replies |
|
| IField or IWebPartField How to | 24 May 2007 00:14 GMT | 1 |
THis code below was using the IField interface but apparently its deprecated i changed it to use IWebpartField but can't get it to work> I'm havinfg a problem on this line at:- object fieldValue =
|
| Issue with threading? | 24 May 2007 00:09 GMT | 7 |
This is a long-overdue item on my punch list that I haven't had much time to address in the past. I'm trying to get it off my plate this week. ;o) We have a home-grown CMS that works pretty well. One issue we have is that whenever a page is saved in the CMS, we grab the info about ...
|
| Newbie: JavaScript validation on <Asp:CheckBox click | 23 May 2007 23:59 GMT | 1 |
It might be a simple question. I am very new to ASP.Net 2, and stuck with a problem. How can I execute a client side JavaScript function on CheckBox click. I am able to execute function at server, But I don't know how to validate at
|
| Session vs. RoleProvider | 23 May 2007 22:56 GMT | 1 |
Please help... i am stumped... I have an app, written in VB.NET fwiw. I have a custom RoleProvider class, cuz i finally got tired enough of hacking with application variables, to learn the "correct" way to do roles. ;) ....
|
| Allowed roles/users from the web.config | 23 May 2007 22:48 GMT | 2 |
Is it possible to get a list of allowed roles/users for a single page on the site, which use a role based forms authentication? <authorization> <allow roles="*">
|
| Redirect Unauthorized Access | 23 May 2007 21:15 GMT | 2 |
I've got an ASP.NET application that's using Windows authentication with Integrated Windows authentication turned on to manage access. Access to the web app should be restricted to only a couple AD Groups, and I'm trying to get anybody else that tries to access the
|
| Ajax UpdatePanel problems | 23 May 2007 21:11 GMT | 6 |
I have a page that contains an updatepanel with two nested updatepanels. No matter what I did, they were all updating. So I searched around online for a sample to compare with, so I could hopefully see what I was doing wrong. I found this (http://
|
| PiggyBacking The QueryString | 23 May 2007 20:05 GMT | 1 |
Can somebody tell me what the code is if I want to take the QueryString that was received by Page A and send it to Page B via Response.Redirect? How do I capture the whole querystring for this purpose?
|
| Custom Validator | 23 May 2007 19:57 GMT | 2 |
asp.net 2/C#/VS2005 I want to create a validator that will be able to check a drop-down list box to make sure that the first item (index 0) is NOT selected. Does anyone have any ideas about how to do this?
|
| How do you let the customer go about updating their brand new site? | 23 May 2007 19:56 GMT | 3 |
I have a different type of question. After you've tested and debugged your site, how do you hand off the new site to your customer so that they can update/maintain it by themselves? Do you create separate admin forms only they can access? Do you give them direct access to
|
| Is Oracle supported in Visual SourceSafe? | 23 May 2007 19:54 GMT | 1 |
I have to come up with an answer. My company is looking into using Visual SourceSafe for version control of VS.NET and Oracle package scripts, table scripts, etc.... Can Visual Studio keep track of version information of these?
|
| how to align label within margin of a panel? | 23 May 2007 19:30 GMT | 2 |
I want my panel to have an inner margin. Problem is label text does not appear to recognize the margin. In this example, the TextBox aligns on the margin, the label does not: <asp:Panel id="Panel1" runat="server"
|
| Validation Groups | 23 May 2007 19:18 GMT | 4 |
asp.net 2/C#/VS2005 Using master pages I have a page with several text boxes on it. I want to logically group some of them. So I have a textbox that has required field and regular
|
| executionTimeout on a per request basis | 23 May 2007 19:09 GMT | 2 |
I have a page that handles file downloads, and sometimes it fails with "Request timed out", apparently because it takes more than the default 90 seconds to stream out the file. I don't want setting executionTimeout in the config file. Is there a way to set the execution timeout ...
|
| problem about postback and javascript | 23 May 2007 19:04 GMT | 2 |
There is a label and a textbox. There are two buttons: one HTML (buttonA), the other ASP.NET (ButtonB). Clicking on buttonA starts a javascript function, starting on ButtonB triggers nothing but of course generates a postback.
|