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 a data source
Fred - 4 May 2007 2:27 PM - 2 messages
The problem is that, in VS2003 using web forms, the text control had a property - "Databinding" that simplified connecting the control to a datasource. It could be done visually during design and was very simple to modify. In VS2005, I want to do the same thing: I want to add a textbox to a ...
Score Problem with Hyperlink to text files
Shaheen.Pisces - 3 May 2007 8:41 PM - 2 messages
Hello i'm displaying the searched file names in data list. i want ti make the filenames as hyperlink ...i wrote the following code ================================================== <asp:Hyperlink                  NavigateURL='<%# DataBinder.Eval(Container.DataItem, ...
Score subject
viki - 3 May 2007 11:30 AM - 2 messages
hi all, In my asp.net application am using validtion summary,i have set the Properties Show message box="true" Show summary="false" means its shows error in message box,its working fine in IE,its not working in Mozilla firefox. ...
Score asp:Menu, DynamicItemTemplate and formating text
Jerry C - 2 May 2007 3:10 PM - 3 messages
I am working with a asp:menu the NavigateURL is blank I want the menu to postback . I am using the DynamicItemTemplate. The simple form for the template is <DynamicItemTemplate>          <b><%# Eval("Text") %></b> <br /> <%#Eval("ToolTip")%> ...
Score asp.net ajac and cacheRolesInCookie
Trapulo - 2 May 2007 9:58 AM - 3 messages
After I upgraded to RTM of ASP.NET Ajax, my application cannot work with "true" setting here: <roleManager cacheRolesInCookie="true" I may set it to "false". With RC1 it worked well. Is this any bug, or is there any way to solve this? ...
Score asp:menu control and underline on menuitem text
Jerry C - 1 May 2007 7:43 PM - 4 messages
I am using a asp:menu control as a dropdown menu. the NavigateURL is blank. I do not want the text in the menuitems to be underlined. I have set all the underline properties to false and still the text  is underlined like it was a ...
Score Links to functions in the CS file inside a GridView
Andy - 30 Apr 2007 5:32 PM - 2 messages
Hello, I'm trying to add a button or a text link(Either will do) to the end of a row in a GridView. Then for this button to call a function from the CS file attached to it. I know this can be done with a normal ASP button through ...
Score How to read a value in a Formview ?
user - 30 Apr 2007 2:50 PM - 2 messages
Hello, How to read a value in a Formview, when the page is load or when the formview is updated, and if the value (integer) is negative,for example, the user will get a msgbox that say "becarefull ! negative value !") ...
Next »