| Thread | Last Post | Replies |
|
| need help debugging please | 14 Nov 2007 16:55 GMT | 4 |
hey all, i have a simple user control that has a button on it which is on my web page. everytime i click it i get the following message: ---------------------------
|
| When I set the DropDownList.SelectedIndex of ONE DropDownList they ALL change! | 14 Nov 2007 16:51 GMT | 5 |
I have a list of 6 DropDownList boxes, from DropDownList1 to DropDownList6, and I'm changing the SelectedIndex of each using a foreach loop as follows: foreach(PaymentReqDisplay thispayment in listPaymentReqDisplay)
|
| change default roleprovider at runtime | 14 Nov 2007 16:48 GMT | 2 |
Could anyone tell me how to change the default roleprovider at runtime? Basically I have a few sets of roleprovider and membership provider, I want to switch among them at runtime based on some sort of identifier. Thanks.
|
| Cant find control within EDit Row of GridView .. please halp | 14 Nov 2007 15:34 GMT | 2 |
I have a gridview and a dropdown that appears in my custom edit row ( i added it to the edititemtemplate). However I cant reference it/ find it. The dropdown is in the first columnd and the below is located within :
|
| compiled or uncompiled website security | 14 Nov 2007 15:28 GMT | 2 |
Is there any difference between an uncompiled and compiled website when it comes to security and safety? or is it all the same?
|
| Text box and Gridview on same page | 14 Nov 2007 15:09 GMT | 2 |
How do I get the validation not to fire if I'm updating a gridview on the page. When I try to update the item in the gridview the text box won't allow me to update because of its validation set for that text box. How do I get around this I need the validation on the text box
|
| I feel it makes sense NOT to use custom membership & role providers | 14 Nov 2007 14:18 GMT | 5 |
We have tables of logins (users), that differs much from standard microsoft structure - we don't use control question/answer, date fields, etc. But instead we have several additional fields. I expanded membership class and it works for logging in, but going
|
| psot back | 14 Nov 2007 13:34 GMT | 2 |
If anyone can help Is there away to make javascript prevent a postback on a button, i have tried putting the button in a <span> tag with onclick but it carrys out the javascript functioon and then posts back even if i use return false;
|
| javascript intellisense in VS 2005 | 14 Nov 2007 12:51 GMT | 2 |
I faced problem in javascript intellisense. when i write window then . after that it don't display showModalDialog method in the Dropdown List. I reinstall IE 7 i am working on win2003 server and VS2005
|
| How to Print a Page in IE7 | 14 Nov 2007 12:40 GMT | 1 |
I have to print an aspx page. The page contains only a gridView ( with many rows). The gridView consist of two template fields where I have put in another gridView inside. I don't know Crystal Report, and I want to print this page without header
|
| How can I access a Master Page Public Property from a Base Page | 14 Nov 2007 12:06 GMT | 6 |
I am trying to access a Public property on a Master Page from a Base Page. On the content pages I have the MasterType Directive set up as follows: <%@ MasterType virtualpath="~/Master.master" %> On the Master Page I have a public property exposed:
|
| Excel .CSV problem with save | 14 Nov 2007 10:29 GMT | 3 |
I have a problem when I try to save a .CSV file from an ASP.NET web page and the client has Excel open already. The symptoms are: 1) The web page is currently displaying the Excel spreadsheet with the accurate data.
|
| Hiding GridView Columns without Re-Firing ObjectDataSource Select | 14 Nov 2007 10:03 GMT | 2 |
Based on wether a row is selected in a GridView I need to HIDE the last two columns of a gridview. I do NOT need to make the cells invisible I want to hide the entire column. When I set the Visible property on the columns it causes the underlying
|
| Handling errors in ASP.NET AJAX | 14 Nov 2007 09:53 GMT | 1 |
Hi misters, I have an application web ASP.NET 2.0 using ASP.NET AJAX and Ajax Control Toolkit. We need handles errors of AJAX, and I want have only one method that handles
|
| Page p = new Page(); | 14 Nov 2007 07:15 GMT | 4 |
i will post on the bad ng... : hello, i want create a aspx object page for manipulate it. like :
|