| Thread | Last Post | Replies |
|
| GridView, accessing data | 31 Jul 2007 19:57 GMT | 1 |
I have a gridview on my web page and I bind it to an object of my own creation. When I click a button on that page, I want to get the data from that gridview and cast it back into that object I created and start to do work on it. I tried something like this:
|
| Programmatically Set ObjectDataSource | 31 Jul 2007 19:00 GMT | 3 |
Is there a way to programmatically set the name of the Select, Insert, Delete and Update methods?
|
| Enum Property | 31 Jul 2007 17:11 GMT | 4 |
I have an enum property in web control. I can set it to One, Five, Fifteen. It always returns "One" at runtime. Any suggestion. public enum Interval {
|
| commenting aspx code | 30 Jul 2007 20:00 GMT | 2 |
This question seems a little silly, but I want to dissable code lines using this way: <asp:Button ID="Button1" runat="server" Text="Button" /></div> <!--<asp:Button ID="Button1" runat="server" Text="ButtonOld"
|
| Simple DataList Update on PostBack | 30 Jul 2007 15:44 GMT | 1 |
I have a DataList that displays a column of text boxes that the user can edit. Instead of having a button with a CommandName within the <asp:DataList> to submit the page, I have just a regular HTML submit button elsewhere on the page.
|
| Nested Repeater and XML Data | 30 Jul 2007 07:08 GMT | 3 |
I'm trying to create a categorized list of checkboxes using nested repeaters with an XML datasource. I was able to get a list displaying, but I cannot figure out the correct XMLNode references in the nested repeaters to get all the values I need. I used Fritz Onion's article to ...
|
| Repeater Separator question | 27 Jul 2007 07:56 GMT | 2 |
I have a repeater I have bound to a custom collection of TicketLogEntries. If a TicketLogEntry is marked as private and the user is not an administrator, then the Item is hidden (code below). The question is: if I set an item's or alteratingitem's Visible property to
|
| Trying to get an asp:Checkbox to display an alert when the person clicks it. | 26 Jul 2007 14:26 GMT | 1 |
I have a situation where I need to display an alert when somebody clicks a check box. I was able to get it to work with a plain <input> but when I try and do it with an <asp:CheckBox> I can't get the javascript right. Anybody have any thoughts?
|
| Dynamic Button Rollovers - Imagebuttons in WebControls | 25 Jul 2007 15:29 GMT | 1 |
I just wanted to share a solution I found to performing a dynamic image swap on a group of imagebuttons in a webcontrol. The scenario is I have a webcontrol with nothing but a table containing one column of imagebuttons in it. This wil be a typical button column for a
|
| Drop Down List | 25 Jul 2007 15:26 GMT | 2 |
Dear All; i want to display data in dropdown list with extend alignment as follow: ADB.............1 Project WB.............12 Project
|
| How to stream file of windows media player in asp.net | 25 Jul 2007 15:24 GMT | 1 |
I am developing an application in ASP.NET using c#. I have embed windows media player into my website and play media files. When client is going to play Audio File it takes time for streaming,
|
| derived custom controls from Button or ImageButton | 25 Jul 2007 15:22 GMT | 1 |
I want write a custom controls (Button or ImageButton derived) and want set the "name" tag to my custom value use this.Attributes["name"] = "MyNameValue"; or writer.AddAttribute(HtmlTextWriterAttribute.Name, "MyNameValue");
|
| Generate html table with merged cells | 25 Jul 2007 15:18 GMT | 1 |
I need to dynamically construct a table in code (vb.net) that will have merged cells. It should look something like this: _____________
| | row 1 (contains an image control) |
| How change Label's Text value in client side and postback to Server? | 25 Jul 2007 15:16 GMT | 1 |
I want change the Label's Text value in client side by javascript I use getElementById to set control's innerText value but the new value can't postback to Server how to pass the value to Server?
|
| Button Skins | 25 Jul 2007 15:14 GMT | 1 |
Where can I download button skins?
|