|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
ampeloso -
3 Nov 2006 7:19 PM - 2 messages
Hello, I am using a treeview control on a page and I want to see the javascript that it uses. It looks to me it uses a hidden file: <script src="/WebResource.axd?d=KJOgJu6ZQyEnvormkF2ICA2&t=632962189794236936" ...
Chuck P -
3 Nov 2006 7:01 PM - 4 messages
I need to fill 5 DDLs when editing a row in GridView. There are no cascading dependcies on the DropDownLists Should I create 5 DataSources one for each DDL's DataSourceID or is there a better/faster way to do this in 2.0? ...
Dave Londeck -
3 Nov 2006 6:11 PM - 2 messages
Is possible to localize 'Browse' button in FileUpload Control in ASP 2.0? ...
dbronstein88 -
3 Nov 2006 3:02 PM - 3 messages
I'm using ASP.NET 2.0. I created a table adapter using basic select, insert, update, delete stored procedures. I created an object datasource and bound it to the table adapter. I created a GridView and ...
David Thielen -
2 Nov 2006 11:40 PM - 4 messages
There is a lot of code below so I will try to explain first. I have a Repeater and in the Repeater I have a Panel. In the Panel I have a CustomValidator that needs to work with the value of a control that is ...
Velvet -
2 Nov 2006 8:11 PM - 5 messages
I have a couple questions as I'm trying to set up my menu. 1. I see that there is a way to set the ImageURL, but is there a way to set it to repeat itself? 2. My font is white on an image as the background so is there a way to set ...
KAMAL -
2 Nov 2006 7:26 AM - 4 messages
Hi all, I have one doubt that how some web sites will rediect from one page to another page with out displaying the redirecting pages in the url . for example: Redirecting from one page to another page we have to use ...
Nathan Sokalski -
1 Nov 2006 5:18 PM - 4 messages
I have a webform that contains a DropDownList. When the user selects a new value and I click the submit button, the previously selected SelectedValue property is used in my code. This is obviously preventing me from updating my database, or even allowing the user to do anything that involves the ...
theintrepidfox -
1 Nov 2006 2:52 PM - 3 messages
Dear Group Just thought of posting a solution on how to use an Microsoft ASP.NET 2.0 treeview control for simple site navigation without the need of using the Expand/Collapse image click option. Instead Treeview expands (or not) when a treenode text is clicked. Note ...
Martin Frank -
31 Oct 2006 9:58 PM - 4 messages
I created a custom control so I could control how my RadioButtonList was rendered. Adding an instance of the custom control to a form seems to work no problem. However if I add an instance to a User Control the ...
gurvar -
31 Oct 2006 9:55 PM - 2 messages
Hi, When I print a data grid, only the first page shows the grids and not the succeeding pages. If there 3 pages, only Page 1 shows the grid lines for the data displayed. The rest of pages don't show grids to the displayed data. ...
Abraham Andres Luna -
30 Oct 2006 7:57 PM - 4 messages
hello everyone, this code only removes the first HtmlMeta control even though i loop through all of the controls: <%@ Page Language="C#" %> <script runat="server"> void Page_Load(Object Sender, EventArgs E) { foreach (Control ctl in Page.Header.Controls) ...
mamin -
30 Oct 2006 3:20 PM - 4 messages
Hi all, Anyone know some smart way to get two first substrings from string, in example how to get string "aaaa bbbb" from string "aaaa bbbb cccc ddddddd"? ...
chandu -
30 Oct 2006 9:55 AM - 2 messages
hai, i am using datagrid template column ,it is text box column. if i put any thing in that cell and when i leave that cell i need to show a dialog box with that enterd string. please can any one give answer as early as possible. ...
David Thielen -
30 Oct 2006 5:43 AM - 6 messages
Hi; How can I access a HyperLinkField in a GridView in the OnRowDataBound call? Looking at what is passed in it looks like at that point all that exists is the HyperLink control that HyperLinkField creates. Also very weird that there is no ID="name" attribute for HyperLinkField. ...
David Thielen -
30 Oct 2006 5:43 AM - 4 messages
Hi; We have image links via ButtonField and when it is disabled, the link does not work but the image looks the same. Any suggestions to make the image look disabled? ...
David Thielen -
29 Oct 2006 11:48 PM - 4 messages
Hi; I created a control and I think I should get the bitmaps it uses from the theme. How do I set that up? ...
|
|||||||||||||||||||||||