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 / January 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
control's default values?04 Jan 2006 20:36 GMT1
where can I find a control's default value? For example "CausesValidation"
and "Visible" attribute?
RowCommand - item index?04 Jan 2006 20:11 GMT1
I've just started experimenting with VS2005. I have a GridView with a command
button in it. When I click the button the RowCommand event fires but how do I
find out which row it was that caused it? In VS2003 I used e.Item.ItemIndex
in the ItemCommand event but e.Item doesn't ...
Gridview - Accessing a field value in current row04 Jan 2006 19:44 GMT3
I can currently access a row value using the following:
GridViewRow g = g.Rows[1];
string s = g.Cells[1].Text;
However, I need this particular field to be invisible.  I only put it in the
Custom Treenodes in Treeview04 Jan 2006 17:09 GMT4
Iam a using a custom treeview control, taking an example from
http://fredrik.nsquared2.com/viewpost.aspx?PostID=299.
I have created two hyperlink's after each node in the treeview. When i click
on any one of the hyperlink's the selectednodechanged event of the custom
newbie to creating web controls04 Jan 2006 16:25 GMT3
I am trying to develop some .NET web controls in VB or C# and need some
help.
Does anyone know any websites with a good tutorial on how to start. The MSDN
site is not helping me at all.
control exposing collection.04 Jan 2006 00:38 GMT5
Iam trying to design a web server control using asp.net 2.0, that has a
collection exposed. so that user can specify list elements in the markup.
like
<uc1:MyControl id="Mycontrol1" runat="server" property1="value">
ImageButton in a datagrid. How do I determine on which row I am?03 Jan 2006 17:35 GMT1
I have an ImageButton in a DataGrid (each row has it's ImageButton). When I
click on this ImageButton, I must delete a row in my database. As a result,
I must know on which ImageButton the user clicked (well, on which row). How
can I do that? it's probably very simple, but I ...
Table - no ViewState03 Jan 2006 09:41 GMT2
I just learn that there is no ViewState fo
System.Web.UI.WebControls.Table   :eek:
I'm mad cos I need it  :mad:
Table control has a property EnableViewState but it isn't working! Wh
Code to select item in dropdown populated using TableAdapter03 Jan 2006 08:46 GMT3
In ASP.NET 2.0, where do I write code to select a particular item in a
dropdown control that is populated using SqlDataSource (Table Adapters)?
I am developing a website in ASP.NET 2.0 for a library using Visual Studio
2005 and SQL Server 2000. I have already built a middle tier ...
controlToValidate property of compareValidator03 Jan 2006 03:29 GMT1
If i have a datagrid and have a textbox in 1 editItemTemplate column, and
the compareValidator & another textbox in a different editItemTemplate, when
the grid is in edit mode, how do i set the controlToValidate property to the
textbox in the different column so that i can ...
Listbox is overlapping the Textbox in Asp.net02 Jan 2006 15:07 GMT7
Is it not possible to overlap the listbox with other controls. I wanna
place the Textbox above the Listbox. I searched many groups but
couldn't get the answer. Any suggestions please.
DropDownList VS TextBox02 Jan 2006 07:52 GMT2
i have dropdownlist(ddlist) and textbox(tbox) , i want that if a user types
sometihing in the  textbox(tbox), the values present in the ddlist should
appear e.g.
my ddlist has 3 values (india,indonesia,germany), if user types in text box
Localize control01 Jan 2006 18:37 GMT1
Any good info about the Localize class from System.Web.UI.WebControls? I
just noticed that new control in ASP.NET 2.0. It seems to just inherit from
Literal, and has no accessible properties in VS2005 designer (except for the
ID).
TreeView01 Jan 2006 18:34 GMT2
Anyone knows how to populate a treeview with data from a database? The
database is based in Microsoft Access and i want to use C# language.
Articles, code.... helps all!
Greettings,
Would like to get two items from a dropdownlist01 Jan 2006 17:23 GMT2
Hello Webcontrol Group members,
I am using Visual Studio .net (2003) and webcontrols.
I have a dropdownlist webcontrol that uses the "datatextfield" and "
"datavaluefield" .
Pages: 1 2 3 4 5 6 7 8 9 10 11 December, 2005
 
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.