| Thread | Last Post | Replies |
|
| Gridview Control | 19 Dec 2006 15:33 GMT | 2 |
As you can see my mission is progressing through to DataControls now. This control looks quite similar to the DataGrid in many ways. What would you say wer the top three benefits of using a GridView over a DataGrid. TIA
|
| referrence master page | 19 Dec 2006 15:13 GMT | 1 |
Since i have to handling the event from master page in every content page, I created custom page class, which handles the master page event: public class myPage: System.Web.UI.Page
|
| Visual Studio 2005 Upgrade Question | 19 Dec 2006 14:27 GMT | 4 |
I bought VS2003 in 2003 of course :) Now I want to upgrade but I was wondering when you install an upgrade if it A.) Requires that VS2003 be already installed B.) Overwrites it or allows side by side operation.
|
| Checking Value Detail View | 19 Dec 2006 14:12 GMT | 5 |
I am trying to check a fields value (boolean in this case) in the ItemUpdated event. The following does not work. I am very new to .NET (VB6 guy) so sorry if this is way off. If Me.DetailsView1.Fields.Item(6) = True Then
|
| The handle is invalid | 19 Dec 2006 13:39 GMT | 1 |
I`m stucked with this problem and I don`t know what to do (( When using CopyFromScreen () function in my Asp.Net application, I reseeve this error message - "The handle is invalid" The strange thing is that all working fine on local computer, and this
|
| Problem with Dropdwn! | 19 Dec 2006 13:01 GMT | 2 |
I've been using a data Grid to update and it was working properly with textBox, but when I tryed to change it into DropDownList the whole datagrid went missing. could some one help me with this problem?
|
| How Visalising pages from another Web application in my WebApplication | 19 Dec 2006 12:53 GMT | 2 |
i m trying to visuslize some page from another site, like my blog or yahoo or page how show some statitics ,without changing My application URL (http:\\mySite.com). i don t know if existe some Controls how doing that or some astuces.
|
| BulletedList | 19 Dec 2006 10:54 GMT | 3 |
I want to add dynamically items within a bulletlist. Everything works when I add text like BulletedList mybullet; mybullet.Items.Add("blabla");
|
| Setting the Form DefaultButton to a wizard Step Button (2.0) | 19 Dec 2006 10:49 GMT | 3 |
I'm trying to set the defaultbutton for a form to a button contained in a step template for a wizard control. This is the code in PreRender: switch (myWizard.ActiveStep.StepType) { case WizardStepType.Start: this.Page.Form.DefaultButton =
|
| ASP.NET 2.0 - Cannot add Resource | 19 Dec 2006 10:39 GMT | 2 |
i'm having some problems with the global resources in asp.net 2.0. i boiled it doen to this: i create a brand new website and add an App_GlobalResources folder. I then add to this folder 2 resource files named:
|
| How to position a dynamically created control... | 19 Dec 2006 10:37 GMT | 3 |
I want to create my homepage completely dynamically, but when I create two imagecontrols and want to position them, they won't move at all. I've read some artikels about using the placeholder, but when I dynamically create one, I can't move it at all.
|
| GridView cell padding as percentage? | 19 Dec 2006 09:39 GMT | 2 |
Is there any way to set CellPadding for a GridView to a percentage, as you can for a plain HTML table, rather than a fixed pixel amount?
|
| ICallbackEventHandler problem with Content Pages and Web User Cont | 19 Dec 2006 09:30 GMT | 1 |
I currently have a custom control that implements the ICallbackEventHandler interface. Currently it works when the control is added to a standard web form. It does not work however when added to Master Page’s Content Page or when placed in a user control. The result is the ...
|
| quotes help | 19 Dec 2006 09:11 GMT | 1 |
In the sample below, I need to get quotation marks around <%# eval("AdNum") %> becuase it is a string <ItemTemplate> <a href ="#" onclick='javascript:windowOpen(<%# eval("AdNum") %>)'><%#
|
| Technical advice needed regarding polling the database | 19 Dec 2006 08:02 GMT | 1 |
I have a database which is very frequently updated .I want an option that user can specify that after how many minutes he/she wants to see those changes . Like a mechanism which would do 1.. Poll database after a user defined period and then bring those changes
|