| Thread | Last Post | Replies |
|
| How to improve page performance | 20 Jun 2008 16:00 GMT | 4 |
Hi friends, I have a page which has dropdownlists bound to data source controls. Its a big page has some input controls. How can I improve the page rendering time/
|
| Show/hide divs according to server side variable | 20 Jun 2008 15:15 GMT | 7 |
How would I show or hide a div that is using client side Javascript based upon a server side variable? Here are my divs : <div id="idButton5" class="otherLeftBarLink" onmouseover="javascript:
|
| Custom Membership Provider | 20 Jun 2008 13:35 GMT | 3 |
Can you use session variables from a custom membership provider? If yes, how? Regards, Leo
|
| problem with CSS and DTD | 20 Jun 2008 13:33 GMT | 1 |
Hi! I'm trying to develop a webApp onVisualStudio2005, but I have a problem with CSS ... I think it's due to this directive: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| How to get connection string | 20 Jun 2008 13:20 GMT | 4 |
How to get connection string from web.config? SF
|
| How to send a mail from a .net appln(.NET 2.0) | 20 Jun 2008 13:17 GMT | 3 |
give me the code to send email from a .net application and are the other settings i have to make to send a email successfully...
|
| Setting DropDown datasource | 20 Jun 2008 13:15 GMT | 2 |
I have a GridView with a DropDownList control that is tied to an SqlDataSource. It pulls from a table/view of staff people and is a data-bound control linked to an ID column in the GridView data source. I want to be able to show only the active staff people in the DropDownList. ...
|
| CheckBoxList item vertical distribution | 20 Jun 2008 12:51 GMT | 3 |
When there are only a few items in the CheckBoxList they are distributed in a sparse maner such as one at top, one in the middle and one at the bottom. Is there any way to have the vertical spacing always consistent and at the top? I looked for a setting but did not see one,.
|
| Problem using a UNC Path within a COM component in asp.net | 20 Jun 2008 11:59 GMT | 1 |
I would appreciate any help that would shed some light on this problem... I have a com dll that is an API to another application. The initialize routine of the object requires the path where the data files are located, to be passed in as a parameter. This works fine when the data ...
|
| Why can't I read a date out a cell in a gridview | 20 Jun 2008 11:37 GMT | 2 |
I have code like this: FromRow = GridViewPlacementsForDups.SelectedRow strCellContents = FromRow.Cells(4).Text It works fine for most of the cells in the row. But cell #4 (above)
|
| ReportViewer web page annoyingly jumps when user drills down into data | 20 Jun 2008 10:23 GMT | 1 |
I am using the matrix data provider. The drilldown report opens in collapse form. When the user clicks the plus sign to drill into the data the whole page very annoyingly jumps up throwing the header up and off screen, and moving the footer into view. This is not
|
| RadioButtonList, Web User Control, Firefox, IE | 20 Jun 2008 08:28 GMT | 5 |
I have a radiobuttonlist control that is added on a custom Web User Control. This control has a property that exposes the SelectedIndex property of the embedded radiobuttonlist. When running this in IE, behaviour is as I would expect it. If I select an
|
| VWD Express 2008 Date Picker Control | 20 Jun 2008 07:48 GMT | 3 |
Is there one? I couldn't see it in the list of tools....
|
| How to show holidays in a different color in calendar web server control? | 20 Jun 2008 07:31 GMT | 4 |
By default, days in the calendar control are simply displayed as numbers, I want to show some days in a different color in this control. What is the best way to do that? Thanks very much.
|
| How to change the row color of the Repeater based on some condition? | 20 Jun 2008 07:29 GMT | 4 |
I have a repeater web control. Currently I want to change some row's color based on defined condition. Is there any code sample demonstrating how to accomplish it? Thanks.
|