| Thread | Last Post | Replies |
|
| How to set GridView DataFormatString programmatically for AutoGenerateColumns? | 07 Oct 2009 15:02 GMT | 4 |
Does anyone know how to set the DataFormatString of a column programmatically. It tried to do it in the Gridview PrePaint method and just about every other event I could think of with code like this: ((BoundField)grdDrillDownData.Columns[0]).DataFormatString = "{0:d-MMM-
|
| The properties for the Img1 element do not have the additional RoundedCornersExtender properties. | 07 Oct 2009 13:34 GMT | 2 |
I added a RoundedCornersExtender to my page. Then swithed to DEsign view and in the properties set the TargetControlID. Once I did that the line for the TargetControlID disappeared in the properties.
|
| .NET not reliable enough? | 07 Oct 2009 12:07 GMT | 3 |
http://www.computerworlduk.com/community/blogs/index.cfm?entryid=2568 I'm wondering if my investment in studying .NET technology is going to pay off. The LSE loss is a huge blow to the credibility of Microsoft and .NET in the marketplace and people are sure to notice. So far I'm
|
| unreadable ip | 07 Oct 2009 09:40 GMT | 3 |
asp.net I have a website which stores the ip of visitors, Now I've discovered that lately the ip address stored is unreadable, like cryptic string. Even the ip address of myself becomes cryptic,
|
| How do I clear GridView1.Width | 06 Oct 2009 22:00 GMT | 2 |
I am trying to clear the GridView1.Width which is a WebControls unit. I can do GridView1.Width = 500; But how do I clear it an let the cssStyle handle it?
|
| Stupid question: How can i put two listbox side by side ? | 06 Oct 2009 21:50 GMT | 2 |
i have a little question: How can i put two listbox side by side ? if i add one listbox, it goes under the first one ? There is space enough, i put a width... A little hint ?
|
| Call a function from js file | 06 Oct 2009 21:50 GMT | 1 |
I want to create a javascript file utility.js and write some functions in it. For example, here is a simple function in js file: function product(a,b) {
|
| Attempting to install DLL to GAC | 06 Oct 2009 19:25 GMT | 6 |
I’ve got a DLL file that is currently installed in the GAC. Occasionally I have to update the DLL for bug fixes etc, and what I normally do is overwrite the existing DLL in the GAC. This has been working fine for the last few years, but today I suddenly
|
| Default.aspx - add parameter | 06 Oct 2009 16:38 GMT | 8 |
All, Simple question, on the loading of default.aspx how do I add a parameter(s) to the url string, for example : http://localhost/webapp/default.aspx?id=1
|
| sqlDataSource UpdateQuery withe stored procedure and parameters? | 06 Oct 2009 08:28 GMT | 5 |
I want to call a stored procedure with parameters from sqlDataSource.UpdateQuery. How do I do this? I tried setting UpdateCOmmandType=StoredProcedure and ' UpdateQuery = "sp_UpdateVetMedSupplies @eor_supplies_id,
|
| Error after replace gridview | 06 Oct 2009 08:26 GMT | 5 |
I replaced a GridView with a DataList so I could get multiple columns and now I am getting the error Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page
|
| Book Suggestion: Microsoft Outlook / Exchange connectivity from .N | 06 Oct 2009 07:48 GMT | 2 |
Hi peeps, I'm working on an Intranet application for our company in ASP.net (3.5), but we've recently switched to Exchange/Outlook for email and are slowly discovering all the other featrures.
|
| Controlling what is regarded as Item/AlternatingItem | 05 Oct 2009 23:04 GMT | 6 |
I'm reworking a repeater that previously used if (e.Item.ItemType == ListItemType.Item) css += "plain"; else
|
| IE8 Compatibility mode does not solve display issues. | 05 Oct 2009 22:23 GMT | 7 |
We have a website that uses a third-party menu control. This control displayes correctly in IE6 and IE7, but in IE8 it displays little "boxes" to the right of menus with dropdowns. (I have set up a test site with a couple of HTML pages at ie8.rlftest.com. See
|
| Class functions not showing | 05 Oct 2009 16:41 GMT | 12 |
I created a new class in my App_Code folder and added a public function. When I go to a code page on one of the web pages and I type in the xxClass.Function I am not getting any intellisense that shows the function name to pick from. Then if I spell out the whole name, e.g.
|