| Thread | Last Post | Replies |
|
| <%# Bind("xxx") %> Documentation | 21 Feb 2006 06:05 GMT | 2 |
If one wanted to find the documentation for Eval one would look at the documentation for DataBinder.Eval. Where would one find the documentation for the .NET 2.0 Bind method which performs two way binding? I can't seem to find any documentation on it.
|
| displaying time for Online examinations in webapplications. | 21 Feb 2006 05:55 GMT | 1 |
Good morning all, I have test management in my webapplication, in that 'questionform.aspx' is getting post back to get next question every time,
|
| How do you get this datalist more like a grided table of 3 columns | 21 Feb 2006 05:33 GMT | 3 |
How do you get this datalist more like a grided table of 3 columns? Here is what I have but it is not in true columns. <asp:DataList ID="DataList1" runat="server" BorderColor="#006699" DataSourceID="XmlDataSource1"
|
| Enter key to work as a submit button | 21 Feb 2006 03:48 GMT | 4 |
I have a web form with multipe edit boxes and a submit button. When the enter key is pressed within one of the editboxes I would like the form to be submitted. How do I achieve this? Any help is greatly appreciated. Thanks!
|
| Custom control within repeater with custom object binding - .net 1 | 21 Feb 2006 03:38 GMT | 9 |
my aspx has something like this <asp:Repeater id="Repeater1" runat="server"> <ItemTemplate> <mycontrol:ctl id="ctlId" obj='<%# Container.DataItem %>'
|
| Need to add Button to DataList | 21 Feb 2006 03:34 GMT | 2 |
I need to add extra buttons to a datalist, but I don't know to add them to the control. I need to use the onCommand Functions, like OnUpdate, OnEdit, OnUpdate, OnCanel, Etc. I would like to do this VB.Net is that is can be done. Any help would be great, I have been trying to ...
|
| Shared Functionality | 21 Feb 2006 03:24 GMT | 1 |
I have an 'administration' section of my web site which will have common buttons at the top to take you between the administration pages. Can these be defined only once in some kind of style sheet? How would I go about that.
|
| partial class namespace in ASP.NET 2.0 | 21 Feb 2006 02:43 GMT | 2 |
Now i am trying to change the namespace for the web page class by putting the page class between namespace myCustomNameSpace {} , but when i do this with a web page class i got the following error Error 2 'ASP.Default_aspx.FrameworkInitialize()': no suitable method found to ...
|
| How to design a file system to store uploaded files via ASP.NET | 21 Feb 2006 02:05 GMT | 4 |
I'd like to set up a file system for the ASP.NET 2.0 application to store user-uploaded files, since the members are more than 100,000 people, the basic requirements are as below: (1) The file system is separate with front-end web site
|
| How to create Profile,Membership and Role provider with SQL2000/2005 | 21 Feb 2006 02:03 GMT | 2 |
How to create Profile,Membership and Role provider with SQL2000/2005 thanks.
|
| Shared Buttons | 21 Feb 2006 01:54 GMT | 1 |
I am creating a C# ASP .NET web site. I have an 'administration' section of the site and each page will have the same hyperlink buttons at the top to go between the administration pages.
|
| Missing required parameter error | 21 Feb 2006 00:38 GMT | 1 |
I've distilled this down into the simplest possible code fragment and this still doesn't make any sense. I'm trying to run a select query on an access database, and the query has NO parameters. And yet, I'm still getting a "No value given for one or more required parameters"
|
| multiple ASP.NET web forms... | 21 Feb 2006 00:23 GMT | 3 |
i have a checkbox in a web form, and if its been checked, i need to make a label in the following form visible. ive only just started web forms so i dont really know the best way to go about passing data between forms in general.
|
| checkboxlist and javascript | 21 Feb 2006 00:12 GMT | 2 |
I have a checkboxlist (chkMyList) which is created from a (name, value) pair from a database table. I have a read-only textbox which will be used to hold a total of all the numerical values of each checkbox that is checked, and this
|
| Silly newbe question -Forms | 21 Feb 2006 00:08 GMT | 7 |
I'm trying to understand how a aspx form gets submitted to the server when there is no action attribute. I am under the impression you would need some kind of html valid button attribute in order to get the form to post.Since Asp.net is browser independent ,how does the form know(
|