Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Controls / July 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
GridView, accessing data31 Jul 2007 19:57 GMT1
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 ObjectDataSource31 Jul 2007 19:00 GMT3
Is there a way to programmatically set the name of the Select, Insert, Delete
and Update methods?
Enum Property31 Jul 2007 17:11 GMT4
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 code30 Jul 2007 20:00 GMT2
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 PostBack30 Jul 2007 15:44 GMT1
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 Data30 Jul 2007 07:08 GMT3
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 question27 Jul 2007 07:56 GMT2
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 GMT1
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 WebControls25 Jul 2007 15:29 GMT1
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 List25 Jul 2007 15:26 GMT2
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.net25 Jul 2007 15:24 GMT1
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 ImageButton25 Jul 2007 15:22 GMT1
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 cells25 Jul 2007 15:18 GMT1
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 GMT1
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 Skins25 Jul 2007 15:14 GMT1
Where can I download button skins?
Pages: 1 2 3 June, 2007
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.