| Thread | Last Post | Replies |
|
| how to restrict the appearance of dropdown list | 13 Aug 2007 23:40 GMT | 2 |
In my dropdown list there are 70 items. when I select the dropdownlist I am able to view 35 items in a single view. But I want to restrict the no.of items to 10 when I select dropdownlist. Please help me out
|
| Unable to place controls in layout grid cells | 13 Aug 2007 23:27 GMT | 1 |
When I do the following: - create a layout grid by going 'Layout' > 'Insert Table'; - accept the default settings (3 x 3 grid); - drag a text box from the toolbox on the centre cell of the grid (i.e. at
|
| Accessing Properties in masterpage from content file | 13 Aug 2007 22:50 GMT | 7 |
I am trying to access the properties defined int a masterpage from within a content page. the properties are not showing up when I try to access them from the content page. Anyone have any suggestions? MasterPage: <%@ Master Language="VB" AutoEventWireup="false" ...
|
| read scheduled tasks | 13 Aug 2007 22:18 GMT | 3 |
Here is what I want to do. Currently I have to log into 30 servers every morning and see if all the jobs under 'scheduled tasks' ran. Is there a way from .NET to read that directory for the selected server? So I want a web page, it will have a drop down box with all the servers I ...
|
| how to reach linkbutton programmatically? | 13 Aug 2007 22:06 GMT | 3 |
i try to reach in code-behind a linkbutton embedded into an ItemTemplate element of a gridview. But i'm stuck .... <Columns>
|
| How edit page in design view when has a master page? | 13 Aug 2007 21:34 GMT | 3 |
For my web pages that have an associated master page, when I try to work with them in design mode, I get this "gray film" over it and I can edit only the master. How can I get to my page in design mode without having to remove the
|
| Best Practices for handling sensitve data in the UI | 13 Aug 2007 21:30 GMT | 5 |
Here is the scenario. We will be writing a web application that will need to sometimes properly handle sensitive data (salary, ssn, profit, etc.) using roles. This data will be restricted at a macro level (for example, no access to accounting modules unless authorized) and a more ...
|
| More questions on web.config | 13 Aug 2007 20:41 GMT | 1 |
In reading web.config and machine configs, what is the difference between the ConfigurationManager and the WebConfigurationManager, and when would you use one over the other. They both appear to be able to get values and connection strings from the config files.
|
| Why Can't I Edit My GridView? | 13 Aug 2007 20:01 GMT | 3 |
asp.net 2.0 VS2005 C# In my web app I added a gridview and then manually configured
|
| remove space in front of string | 13 Aug 2007 19:29 GMT | 5 |
I'm getting string returned from my Database with a space in front of it, it sometimes it looks like this 8 9 10
|
| smtp error: unable to connect to remote server...No connection could be made because the target machine actively refused it | 13 Aug 2007 18:39 GMT | 2 |
I got "InnerException: Unable to connect to remote server"..."No connection could be made because the target machine actively refused it" when I attempted to send an email through my Intranet app that is written in asp.net 2.0. The smtp server is a local server and it uses
|
| Padding is invalid and cannot be removed. | 13 Aug 2007 18:22 GMT | 2 |
Why does this happen? How to fix it? Once in a while I get error in ~/ScriptResource.axd?d=... System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. --->
|
| global.asax in ASP.NET 2.0 ??? | 13 Aug 2007 17:25 GMT | 1 |
How do you use a global application class as in ASP.NET 1.0 ? I try to use the following Global-class but it doesn't work at all: In Global.asax: <%@ Application Language="C#" CodeBehind="Global.asax.cs"
|
| regarding the apperance of dropdownlist | 13 Aug 2007 16:28 GMT | 3 |
hi to everyone, just help me out to do this. On my page i have a dropdownlist control,which contain 80 items. when i select the dropdownlist.i am able to veiw 35 items of the list
|
| Send Email | 13 Aug 2007 15:50 GMT | 3 |
I'm using this code to send an email with attachment but it's not working !! So, what I'm missing!!? knowing that both From & To email addresses are correct? MailMessage msgMail = new MailMessage();
|