Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score How to bind a textbox to an a data source
Morris Neuman - 28 Apr 2007 12:52 AM - 17 messages
Hi, I want to bind a textbox (not in a gridview or detailsview or formview), just a regular textbox to a field in an AccessDataSource or SQLDataSource. How can I do that? ...
Score what javascript library?
Alfred - 26 Apr 2007 5:33 PM - 2 messages
Any solid javascript library available that has a splitter bar, drag & drop and treeview for a site that contains only dynamically created controls served thru a local webservice? TIA ...
Score How to "program" a button's click ?
user - 26 Apr 2007 10:59 AM - 7 messages
Hello, With ASP.NET2, how to program a button's click ? For example, I have two button and when i click the first one, i would like that the second one will be click too (by programming) ... something like button2.click ??? ...
Score correct syntax to exclude tags
Aamir Ghanchi - 25 Apr 2007 3:17 PM - 2 messages
Hi, I need to exclude a control tag from an aspx page depending on the availability of a session variable.I try to enclose it in an if bloack as follows, but it seems to be not working. <% If Session("MySessionVariable") <> "" Then%> ...
Score template columns and bound columns in gridview
Vinki - 25 Apr 2007 12:10 AM - 3 messages
Hello Everyone, In my gridview, I changed some of the bound columns to template columns, I noticed that the template column is not recognized inside the RowDataBound event method. The reason I changed the bound columns to template columns so ...
Score Controlling data display with ?
seth_hickel - 24 Apr 2007 8:46 PM - 3 messages
Can someone offer an example of dipslaying a 3X3 (3 rows of 3 columns) page with paging built from data returned from a query?  I'm not sure if I should be using a GridView or not.  I can get the data to display ...
Score Setting Focus in Web User Control that Uses AJAX Update Panel
Colin Halliday - 24 Apr 2007 1:02 AM - 3 messages
I have created a Web User Control (wuc) that incorporates an Update Panel. I originally used a ScriptManager control within this but found that, when I included the wuc on a page that had other Update Panels, I could not have ...
Score Embedded WMP
Greg S - 23 Apr 2007 5:40 PM - 8 messages
I have a Window Media Player control embedded in my page... and a Listbox that has a list of files on a certain network share (all video files). When the user selects from the listbox and clicks a button, I want the WMP control ...
Score cache and objectdatasource
Trapulo - 23 Apr 2007 2:32 PM - 6 messages
Hello, I have a gridview that loads data from an objectdatasource. I want enable a sliding cache on objectdatasource, but I need to cache data only when one select parameter has a specific value (my select method requires 5 parameters, and I want use cache only when one parameter has a specific ...
Next »